|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IEnumLocatorProxy
public class IEnumLocatorProxy
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
,
Serialized FormField Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IEnumLocatorProxy()
|
|
IEnumLocatorProxy(Object obj)
|
protected |
IEnumLocatorProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
void |
reset()
Resets the enumeration. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IEnumLocatorProxy()
public IEnumLocatorProxy(Object obj) throws IOException
IOException
protected IEnumLocatorProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public ILocator next() throws IOException, AutomationException
The Next method returns the next locator in the LocatorEnumerator.
next
in interface IEnumLocator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILocator previous() throws IOException, AutomationException
The Previous method returns the previous locator in the LocatorEnumerator.
previous
in interface IEnumLocator
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
public 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.
reset
in interface IEnumLocator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumLocator esri_clone() throws IOException, AutomationException
esri_clone
in interface IEnumLocator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws IOException, AutomationException
The Count property returns the number of locators in the LocatorEnumerator.
getCount
in interface IEnumLocator
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 |