|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumLocator
Provides access to members for retrieving a set of locators.
A LocatorEnumerator can be retrieved from a locator workspace using the ILocatorWorkspace::Locators property.
Use the IEnumLocator interface to inspect the set of locators contained in a LocatorEnumerator.
ILocatorWorkspace.updateLocator(com.esri.arcgis.geodatabase.ILocator)
,
ILocatorWorkspace2
,
ILocatorManager2
,
StreetMapAddressLocatorStyle
,
com.esri.arcgis.locationui.GxLocator
,
ESRIFDOAddressLocatorStyle
,
ILocatorWorkspace.getLocator(String)
,
DatabaseLocatorWorkspace
,
ILocator
,
ILocatorWorkspace
,
ESRIFDOAddressLocator
,
StreetMapAddressLocator
,
ILocatorManager.getLocatorWorkspaceFromPath(String)
,
LocatorEnumerator
,
com.esri.arcgis.locationui.LocatorExtension
,
ILocatorWorkspaceName2
,
LocatorWorkspaceName
,
IDatabaseLocatorWorkspace
,
LocalLocatorWorkspace
,
ILocatorManager
,
LocatorManager
,
com.esri.arcgis.catalogUI.IGxLocator
,
ILocatorWorkspaceName
Method Summary | |
---|---|
IEnumLocator |
esri_clone()
Creates a copy of the enumeration. |
int |
getCount()
Number of locators in the enumeration. |
ILocator |
next()
Returns the next locator or locator style. |
ILocator |
previous()
Returns the previous locator or locator style. |
void |
reset()
Resets the enumeration. |
Method Detail |
---|
ILocator next() throws IOException, AutomationException
The Next method returns the next locator in the LocatorEnumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocator previous() throws IOException, AutomationException
The Previous method returns the previous locator in the LocatorEnumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocatorWorkspace.updateLocator(com.esri.arcgis.geodatabase.ILocator)
,
StreetMapAddressLocatorStyle
,
com.esri.arcgis.locationui.GxLocator
,
ESRIFDOAddressLocatorStyle
,
ILocatorWorkspace.getLocator(String)
,
ILocator
,
ESRIFDOAddressLocator
,
StreetMapAddressLocator
,
com.esri.arcgis.locationui.LocatorExtension
,
com.esri.arcgis.catalogUI.IGxLocator
void reset() throws IOException, AutomationException
The Reset method resets the LocatorEnumerator so that the next call to the Next method returns the first locator in the LocatorEnumerator. The Reset method should always be called on a LocatorEnumerator immediately after retrieving it from a locator workspace.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumLocator 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 locators in the LocatorEnumerator.
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 |