|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumLocatorName
Provides access to members to retrieving a set of Name objects for locators.
Use the IEnumLocatorName interface to inspect the set of LocatorName objects contained in a LocatorNameEnumerator. A LocatorNameEnumerator can be retrieved from a locator workspace using the ILocatorWorkspace::LocatorNames method.
Method Summary | |
---|---|
IEnumLocatorName |
esri_clone()
Creates a copy of the enumeration. |
int |
getCount()
Number of Name objects in the enumeration. |
ILocatorName |
next()
Returns the next Name object. |
ILocatorName |
previous()
Returns the previous Name object. |
void |
reset()
Resets the enumeration. |
Method Detail |
---|
ILocatorName next() throws IOException, AutomationException
The Next method returns the next LocatorName object in the LocatorNameEnumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocatorName previous() throws IOException, AutomationException
The Previous method returns the previous LocatorName object in the LocatorNameEnumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
The Reset method resets the LocatorNameEnumerator so that the next call to the Next method returns the first LocatorName object in the LocatorNameEnumerator. The Reset method should always be called on a LocatorNameEnumerator immediately after retrieving it from a locator workspace.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumLocatorName esri_clone() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
The Count property returns the number of LocatorName objects in the LocatorNameEnumerator.
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 |