|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPAddressLocatorStyle
Provides access to members describing the address locator style data element.
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. |
Object |
getDefaultAliasFieldNames()
Default field names for the place name alias table. |
Object |
getDefaultFieldNames(int tableIndex,
int fieldIndex)
Default field names for the indicated reference data field. |
Object |
getDefaultInputFieldNames(String addressFieldName)
Default field names for the indicated address field of an address locator created with this style. |
IDETable |
getMappedTable(String refDataTable)
Table mapped to the indicated reference data table. |
IFields |
getMatchFields()
Fields output by an address locator created with this style. |
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. |
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(Object defaultAliasFieldNames)
Default field names for the place name alias table. |
void |
setDefaultFieldNamesByRef(int tableIndex,
int fieldIndex,
Object defaultNames)
Default field names for the indicated reference data field. |
void |
setDefaultInputFieldNames(String addressFieldName,
Object defaultNames)
Default field names for the indicated address field of an address locator created with this style. |
void |
setMappedTableByRef(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(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,
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. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getSimpleStandardizeFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSimpleStandardizeFieldsByRef(IFields standardizeFields) throws IOException, AutomationException
standardizeFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getAddressFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddressFieldsByRef(IFields addressFields) throws IOException, AutomationException
addressFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDefaultInputFieldNames(String addressFieldName) throws IOException, AutomationException
addressFieldName
- The addressFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultInputFieldNames(String addressFieldName, Object defaultNames) throws IOException, AutomationException
addressFieldName
- The addressFieldName (in)defaultNames
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getMatchFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMatchFieldsByRef(IFields matchFields) throws IOException, AutomationException
matchFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReferenceDataTableCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceDataTableCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getReferenceDataTableName(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceDataTableName(int index, String name) throws IOException, AutomationException
index
- The index (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getReferenceDataFilters(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getReferenceDataFilterUIDs(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceDataFilterUIDsByRef(int index, IArray filters) throws IOException, AutomationException
index
- The index (in)filters
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getReferenceDataFields(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceDataFieldsByRef(int index, IFields fields) throws IOException, AutomationException
index
- The index (in)fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDefaultFieldNames(int tableIndex, int fieldIndex) throws IOException, AutomationException
tableIndex
- The tableIndex (in)fieldIndex
- The fieldIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultFieldNamesByRef(int tableIndex, int fieldIndex, Object defaultNames) throws IOException, AutomationException
tableIndex
- The tableIndex (in)fieldIndex
- The fieldIndex (in)defaultNames
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDETable getMappedTable(String refDataTable) throws IOException, AutomationException
refDataTable
- The refDataTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMappedTableByRef(String refDataTable, IDETable table) throws IOException, AutomationException
refDataTable
- The refDataTable (in)table
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsPlaceNameAliasTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSupportsPlaceNameAliasTable(boolean supportsPNAT) throws IOException, AutomationException
supportsPNAT
- The supportsPNAT (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDefaultAliasFieldNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultAliasFieldNames(Object defaultAliasFieldNames) throws IOException, AutomationException
defaultAliasFieldNames
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDETable getAliasTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAliasTableByRef(IDETable aliasTable) throws IOException, AutomationException
aliasTable
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
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 |