com.esri.arcgis.location
Interface IAdvancedIntersectionGeocoding

All Superinterfaces:
IIntersectionGeocoding, java.io.Serializable
All Known Implementing Classes:
AGSAddressLocator, CompositeLocator, ESRIFDOAddressLocator, IAdvancedIntersectionGeocodingProxy, StreetMapAddressLocator

public interface IAdvancedIntersectionGeocoding
extends IIntersectionGeocoding, java.io.Serializable

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

Description: 'Provides access to members for advanced intersection geocoding functions.' 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 IID3466eb04_6482_11d3_9f57_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IIntersectionGeocoding
IID5cd1b646_774c_11d3_9f61_00c04f8ed1c4
 
Method Summary
 IArray findStandardizedIntersectionCandidates(IPropertySet standardizedIntersection)
          Generates candidates for a standardized intersection.
 IFields getStandardizeIntersectionFields()
          Fields contained in a standardized intersection.
 IPropertySet matchStandardizedIntersection(IPropertySet standardizedIntersection)
          Geocodes a single standardized intersection.
 
Methods inherited from interface com.esri.arcgis.location.IIntersectionGeocoding
getIntersectionCandidateFields, isIntersection
 

Field Detail

IID3466eb04_6482_11d3_9f57_00c04f6bdf06

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

getStandardizeIntersectionFields

IFields getStandardizeIntersectionFields()
                                         throws java.io.IOException,
                                                AutomationException
Fields contained in a standardized intersection.

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

matchStandardizedIntersection

IPropertySet matchStandardizedIntersection(IPropertySet standardizedIntersection)
                                           throws java.io.IOException,
                                                  AutomationException
Geocodes a single standardized intersection.

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

findStandardizedIntersectionCandidates

IArray findStandardizedIntersectionCandidates(IPropertySet standardizedIntersection)
                                              throws java.io.IOException,
                                                     AutomationException
Generates candidates for a standardized intersection.

Parameters:
standardizedIntersection - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.