com.esri.arcgis.location
Interface ISingleLineAddressInput

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSAddressLocator, CompositeLocator, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, ISingleLineAddressInputProxy

public interface ISingleLineAddressInput
extends java.io.Serializable

COM Interface 'ISingleLineAddressInput'. 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 IID42825b3a_5b8e_485d_bcbc_895f7d06c9c2
           
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

IID42825b3a_5b8e_485d_bcbc_895f7d06c9c2

static final int IID42825b3a_5b8e_485d_bcbc_895f7d06c9c2
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.