com.esri.arcgis.location
Interface ILocator2

All Superinterfaces:
ILocator, java.io.Serializable
All Known Implementing Classes:
ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, ILocator2Proxy, RSLocator, StreetMapAddressLocator, StreetMapAddressLocatorStyle

public interface ILocator2
extends ILocator, java.io.Serializable

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

Description: 'Provides access to members that describe general locator properties.' 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 IID09d6643b_d40f_4988_86f5_432952fc38e7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ILocator
IID655c5c62_6478_11d3_9f57_00c04f6bdf06
 
Method Summary
 java.lang.Object getBuildTime()
          The date and time the locator was built.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocator
getCategory, getDescription, getName, getUserInterface, setDescription
 

Field Detail

IID09d6643b_d40f_4988_86f5_432952fc38e7

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

getBuildTime

java.lang.Object getBuildTime()
                              throws java.io.IOException,
                                     AutomationException
The date and time the locator was built.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.