|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumNameMapping
Provides access to members that enumerate and find specified name mappings.
An enumerator for name mapping collections. These are used when transferring a set of datasets and/or domains from one geodatabase to another. See the INameMapping and INameMapping2 interfaces for more information.
Method Summary | |
---|---|
INameMapping |
findDatasetName(String name,
int type)
Finds a particular source name. |
INameMapping |
findDomain(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 |
---|
INameMapping next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INameMapping findDatasetName(String name, int type) throws IOException, AutomationException
name
- The name (in)type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INameMapping findDomain(String name) throws IOException, AutomationException
name
- The name (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 |