|
|||||||||
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.location.ILocatorDatasetImplProxy
public class ILocatorDatasetImplProxy
Provides access to members for setting objects associated with the Locator.
ILocatorDatasetImpl is implemented by all locators. The LocatorWorkspace object typically invokes this interface on a locator object to establish association between the locator and the locator workspace. The locator is expected to keep the locator workspace reference and use it in the ILocatorDataset implementation. This interface is invoked when the locator is initialized or being added to a workspace.
NOTE: This interface is intended to be called by the geocoding framework and should not be called directly by a developer.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ILocatorDatasetImplProxy()
|
|
ILocatorDatasetImplProxy(Object obj)
|
protected |
ILocatorDatasetImplProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setLocatorWorkspaceName(ILocatorWorkspaceName rhs1)
The Name object for the locator's workspace. |
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 ILocatorDatasetImplProxy()
public ILocatorDatasetImplProxy(Object obj) throws IOException
IOException
protected ILocatorDatasetImplProxy(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 void setLocatorWorkspaceName(ILocatorWorkspaceName rhs1) throws IOException, AutomationException
setLocatorWorkspaceName
in interface ILocatorDatasetImpl
rhs1
- A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspaceName (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 |