com.esri.arcgis.location
Interface ILocatorDatasetImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILocatorDatasetImplProxy

public interface ILocatorDatasetImpl
extends java.io.Serializable

COM Interface 'ILocatorDatasetImpl'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members for setting objects associated with the Locator.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd8323fbd_789e_43fb_bb8d_0e0ffa4c1f4c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setLocatorWorkspaceName(ILocatorWorkspaceName rhs1)
          The Name object for the locator's workspace.
 

Field Detail

IIDd8323fbd_789e_43fb_bb8d_0e0ffa4c1f4c

static final int IIDd8323fbd_789e_43fb_bb8d_0e0ffa4c1f4c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setLocatorWorkspaceName

void setLocatorWorkspaceName(ILocatorWorkspaceName rhs1)
                             throws java.io.IOException,
                                    AutomationException
The Name object for the locator's workspace. Used internally by geocoding framework.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspaceName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.