com.esri.arcgis.geodatabase
Interface ILocatorDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSAddressLocator, CompositeLocator, ESRIFDOAddressLocator, ESRIGen2AddressLocator, ILocatorDatasetProxy, RouteMeasureLocator, RSLocator, StreetMapAddressLocator

public interface ILocatorDataset
extends java.io.Serializable

COM Interface 'ILocatorDataset'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members for retrieving 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 IIDfdadfae4_939d_11d3_9f6b_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILocatorName getFullName()
          The Name object for the locator.
 ILocatorWorkspace getLocatorWorkspace()
          The locator workspace that contains the locator.
 

Field Detail

IIDfdadfae4_939d_11d3_9f6b_00c04f6bdf06

static final int IIDfdadfae4_939d_11d3_9f6b_00c04f6bdf06
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

getFullName

ILocatorName getFullName()
                         throws java.io.IOException,
                                AutomationException
The Name object for the locator.

Returns:
A reference to a com.esri.arcgis.geodatabase.ILocatorName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocatorWorkspace

ILocatorWorkspace getLocatorWorkspace()
                                      throws java.io.IOException,
                                             AutomationException
The locator workspace that contains the locator.

Returns:
A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.