com.esri.arcgis.location
Interface IGeocodingOutputs

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocatorStyle, IGeocodingOutputsProxy, StreetMapAddressLocatorStyle

public interface IGeocodingOutputs
extends java.io.Serializable

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

Description: 'Provides access to members describing the outputs of geocoding.' 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 IIDcb7b12d8_b15e_4cd3_9efa_8d93f384bd7b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getMatchFields()
          Fields contained in the geocoding result.
 

Field Detail

IIDcb7b12d8_b15e_4cd3_9efa_8d93f384bd7b

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

getMatchFields

IFields getMatchFields()
                       throws java.io.IOException,
                              AutomationException
Fields contained in the geocoding result.

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.