|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPAddressLocatorStyle
COM Interface 'IGPAddressLocatorStyle'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to members describing the address locator style data element.' 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 |
IID4352d4db_7256_4b52_abfb_cfb59a78a26d
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IFields |
getAddressFields()
Fields needed to do geocoding with an address locator created with this style. |
IDETable |
getAliasTable()
Table mapped as the place name alias table. |
java.lang.Object |
getDefaultAliasFieldNames()
Default field names for the place name alias table. |
java.lang.Object |
getDefaultFieldNames(int tableIndex,
int fieldIndex)
Default field names for the indicated reference data field. |
java.lang.Object |
getDefaultInputFieldNames(java.lang.String addressFieldName)
Default field names for the indicated address field of an address locator created with this style. |
IDETable |
getMappedTable(java.lang.String refDataTable)
Table mapped to the indicated reference data table. |
IFields |
getMatchFields()
Fields output by an address locator created with this style. |
java.lang.String |
getName()
Name of the locator style. |
IFields |
getReferenceDataFields(int index)
Reference data fields for the indicated reference data table. |
IArray |
getReferenceDataFilters(int index)
Filters for the indicated reference data table. |
IArray |
getReferenceDataFilterUIDs(int index)
Filters for the indicated reference data table. |
int |
getReferenceDataTableCount()
Number of reference data tables needed for the style. |
java.lang.String |
getReferenceDataTableName(int index)
Display name of the indicated reference data table. |
IFields |
getSimpleStandardizeFields()
Fields needed to do address standardization. |
boolean |
isSupportsPlaceNameAliasTable()
Indicates if the locator style supports a place name alias table. |
void |
setAddressFieldsByRef(IFields addressFields)
Fields needed to do geocoding with an address locator created with this style. |
void |
setAliasTableByRef(IDETable aliasTable)
Table mapped as the place name alias table. |
void |
setDefaultAliasFieldNames(java.lang.Object defaultAliasFieldNames)
Default field names for the place name alias table. |
void |
setDefaultFieldNamesByRef(int tableIndex,
int fieldIndex,
java.lang.Object defaultNames)
Default field names for the indicated reference data field. |
void |
setDefaultInputFieldNames(java.lang.String addressFieldName,
java.lang.Object defaultNames)
Default field names for the indicated address field of an address locator created with this style. |
void |
setMappedTableByRef(java.lang.String refDataTable,
IDETable table)
Table mapped to the indicated reference data table. |
void |
setMatchFieldsByRef(IFields matchFields)
Fields output by an address locator created with this style. |
void |
setName(java.lang.String name)
Name of the locator style. |
void |
setReferenceDataFieldsByRef(int index,
IFields fields)
Reference data fields for the indicated reference data table. |
void |
setReferenceDataFilterUIDsByRef(int index,
IArray filters)
Filters for the indicated reference data table. |
void |
setReferenceDataTableCount(int count)
Number of reference data tables needed for the style. |
void |
setReferenceDataTableName(int index,
java.lang.String name)
Display name of the indicated reference data table. |
void |
setSimpleStandardizeFieldsByRef(IFields standardizeFields)
Fields needed to do address standardization. |
void |
setSupportsPlaceNameAliasTable(boolean supportsPNAT)
Indicates if the locator style supports a place name alias table. |
| Field Detail |
|---|
static final int IID4352d4db_7256_4b52_abfb_cfb59a78a26d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getSimpleStandardizeFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSimpleStandardizeFieldsByRef(IFields standardizeFields)
throws java.io.IOException,
AutomationException
standardizeFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getAddressFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddressFieldsByRef(IFields addressFields)
throws java.io.IOException,
AutomationException
addressFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getDefaultInputFieldNames(java.lang.String addressFieldName)
throws java.io.IOException,
AutomationException
addressFieldName - The addressFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultInputFieldNames(java.lang.String addressFieldName,
java.lang.Object defaultNames)
throws java.io.IOException,
AutomationException
addressFieldName - The addressFieldName (in)defaultNames - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getMatchFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMatchFieldsByRef(IFields matchFields)
throws java.io.IOException,
AutomationException
matchFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getReferenceDataTableCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReferenceDataTableCount(int count)
throws java.io.IOException,
AutomationException
count - The count (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getReferenceDataTableName(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReferenceDataTableName(int index,
java.lang.String name)
throws java.io.IOException,
AutomationException
index - The index (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getReferenceDataFilters(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getReferenceDataFilterUIDs(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReferenceDataFilterUIDsByRef(int index,
IArray filters)
throws java.io.IOException,
AutomationException
index - The index (in)filters - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getReferenceDataFields(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReferenceDataFieldsByRef(int index,
IFields fields)
throws java.io.IOException,
AutomationException
index - The index (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getDefaultFieldNames(int tableIndex,
int fieldIndex)
throws java.io.IOException,
AutomationException
tableIndex - The tableIndex (in)fieldIndex - The fieldIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultFieldNamesByRef(int tableIndex,
int fieldIndex,
java.lang.Object defaultNames)
throws java.io.IOException,
AutomationException
tableIndex - The tableIndex (in)fieldIndex - The fieldIndex (in)defaultNames - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDETable getMappedTable(java.lang.String refDataTable)
throws java.io.IOException,
AutomationException
refDataTable - The refDataTable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMappedTableByRef(java.lang.String refDataTable,
IDETable table)
throws java.io.IOException,
AutomationException
refDataTable - The refDataTable (in)table - A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSupportsPlaceNameAliasTable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSupportsPlaceNameAliasTable(boolean supportsPNAT)
throws java.io.IOException,
AutomationException
supportsPNAT - The supportsPNAT (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getDefaultAliasFieldNames()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultAliasFieldNames(java.lang.Object defaultAliasFieldNames)
throws java.io.IOException,
AutomationException
defaultAliasFieldNames - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDETable getAliasTable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAliasTableByRef(IDETable aliasTable)
throws java.io.IOException,
AutomationException
aliasTable - A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||