|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReferenceDataIndex
Provides access to members for retrieving the geocoding index.
Use the IReferenceDataIndex interface to get properties that describe the ReferenceDataIndex, and to build the index. This interface only applies to pre-9.2 locators.
GeocodingIndexObject
,
GeocodingIndexClassExtension
,
ReferenceDataIndex
,
IReferenceDataTable.getGeocodingIndexes()
,
IGeocodingIndexCompute
,
IReferenceDataIndex
,
IReferenceDataIndexEdit
,
IAddressGeocoding.validate()
,
ReferenceDataIndexEnumerator
,
IEnumReferenceDataIndex
Method Summary | |
---|---|
void |
build(String configKeyword,
ITrackCancel cancelTracker)
Builds the geocoding index. |
String |
getDisplayName()
Name for the geocoding index to display in the user interface. |
String |
getName()
Name of the geocoding index. |
boolean |
isExists()
Indicates if the geocoding index exists. |
Method Detail |
---|
String getDisplayName() throws IOException, AutomationException
Returns the name of the geocoding index that is displayed on the user interface. This property only applies to pre-9.2 locators.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
The Name property returns the fully-qualified name of the geocoding index. This property only applies to pre-9.2 locators.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExists() throws IOException, AutomationException
The Exists property returns True if the geocoding index exists, or False if not. This property only applies to pre-9.2 locators.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void build(String configKeyword, ITrackCancel cancelTracker) throws IOException, AutomationException
When you use the Build method, the geocoding index is built using the current atribute values in the ReferenceDataTable that it indexes. If the geocoding index already exists, then the index is deleted if you have permissions to do so, and the index is rebuilt. This method only applies to pre-9.2 locators.
configKeyword
- The configKeyword (in)cancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (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 |