com.esri.arcgis.location
Interface IGeocodeServerSingleLine

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeocodeServer, IGeocodeServerSingleLineProxy

public interface IGeocodeServerSingleLine
extends java.io.Serializable

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

Description: 'Provides access to members for working with single line address information.' 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 IID8986d461_8861_41cf_8a97_27d6c244d411
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getDefaultInputFieldNames()
          Recognized names for the single line input field.
 IField getSingleLineAddressField()
          Field needed to geocode a single line address.
 

Field Detail

IID8986d461_8861_41cf_8a97_27d6c244d411

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

getSingleLineAddressField

IField getSingleLineAddressField()
                                 throws java.io.IOException,
                                        AutomationException
Field needed to geocode a single line address.

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

getDefaultInputFieldNames

java.lang.Object getDefaultInputFieldNames()
                                           throws java.io.IOException,
                                                  AutomationException
Recognized names for the single line input field.

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