com.esri.arcgis.location
Interface IGeocodingOutputs

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

public interface IGeocodingOutputs
extends Serializable

Provides access to members describing the outputs of geocoding.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IFields getMatchFields()
          Fields contained in the geocoding result.
 

Method Detail

getMatchFields

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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