|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPDataTypeFactory
Provides access to members of a Data Type Factory.
Method Summary | |
---|---|
IUID |
getCLSID()
The COM class ID of the data type factory. |
IGPDataType |
getDataType(String name)
Provides the data type object given the name. |
IGPName |
getDataTypeName(String name)
Provides the data type name object given the name. |
IEnumGPName |
getDataTypeNames()
Provides the enumeration of data type name objects. |
Method Detail |
---|
IUID getCLSID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDataType getDataType(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPName getDataTypeName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumGPName getDataTypeNames() throws IOException, AutomationException
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 |