|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerFactory
Provides access to members that control the creation of layers through a factory.
Method Summary | |
---|---|
IEnumLayer |
create(Object inputObject)
Creates layer(s) based on the specified object. |
String |
getLayerCategory()
Category name. |
String |
getPublicName()
Public name of the factory. |
boolean |
isCanCreate(Object inputObject)
Indicates if the factory can create a layer based upon the specified object. |
IEnumLayer |
loadLayers()
Loads a set of layers. |
Method Detail |
---|
String getPublicName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLayerCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumLayer loadLayers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanCreate(Object inputObject) throws IOException, AutomationException
inputObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumLayer create(Object inputObject) throws IOException, AutomationException
Creates a layer using the factory defined by the implementing coclass and the supplied object. This object can be a name object.
inputObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |