com.esri.arcgis.location
Interface IIntersectionGeocoding

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAdvancedIntersectionGeocoding
All Known Implementing Classes:
AGSAddressLocator, CompositeLocator, ESRIFDOAddressLocator, ESRIGen2AddressLocator, IAdvancedIntersectionGeocodingProxy, IIntersectionGeocodingProxy, RSLocator, StreetMapAddressLocator

public interface IIntersectionGeocoding
extends java.io.Serializable

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

Description: 'Provides access to members for geocoding intersections.' 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 IID5cd1b646_774c_11d3_9f61_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getIntersectionCandidateFields()
          Fields contained by intersection candidates.
 boolean isIntersection(IPropertySet address)
          Indicates if an address is an intersection.
 

Field Detail

IID5cd1b646_774c_11d3_9f61_00c04f8ed1c4

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

getIntersectionCandidateFields

IFields getIntersectionCandidateFields()
                                       throws java.io.IOException,
                                              AutomationException
Fields contained by intersection candidates.

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.

isIntersection

boolean isIntersection(IPropertySet address)
                       throws java.io.IOException,
                              AutomationException
Indicates if an address is an intersection.

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