|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that return object classes by name, ID and index.
| Method Summary | |
IObjectClass |
getObjectClassByID(int iD)
The object class with the specified ID. |
IObjectClass |
getObjectClassByName(java.lang.String name)
The object class with the specified name. |
int |
getObjectClassCount()
The number of object classes in this container. |
IEnumObjectClass |
getObjectClasses()
An enumerator over the object classes. |
| Method Detail |
public IObjectClass getObjectClassByID(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObjectClass getObjectClassByName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getObjectClassCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumObjectClass getObjectClasses()
throws java.io.IOException,
AutomationException
java.io.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 | |||||||||