|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that enumerate and find specified name mappings.
| Method Summary | |
INameMapping |
findDatasetName(java.lang.String name,
int type)
Finds a particular source name. |
INameMapping |
findDomain(java.lang.String name)
Finds a particular Domain. |
INameMapping |
next()
Retrieves the next Copy Name Mapping object. |
void |
reset()
Resets the enumeration sequence to the beginning. |
| Method Detail |
public INameMapping next()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INameMapping findDatasetName(java.lang.String name,
int type)
throws java.io.IOException,
AutomationException
name - The name (in)type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INameMapping findDomain(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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||