|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReferenceDataTable
Provides access to members for retrieving reference data table information.
Use the IReferenceDataTable interface to obtain information about a Feature-Data-Object data source that a locator uses as reference data.
ReferenceDataIndex
,
IReferenceDataFieldEdit
,
ReferenceDataFieldsEnumerator
,
ReferenceDataTableEnumerator
,
IReferenceDataField
,
IReferenceDataTableEdit
,
ESRIFDOAddressLocator
,
IReferenceDataFile.getPathName()
,
StreetMapAddressLocator
,
IEnumReferenceDataField
,
IReferenceDataFile
,
IReferenceDataTable
,
IReferenceDataTables
,
IReferenceDataTables.getTables()
,
ReferenceDataField
,
IReferenceDataFile.getFilters()
,
IEnumReferenceDataTable
,
ReferenceDataTable
,
IAddressGeocoding.validate()
,
ReferenceDataIndexEnumerator
,
IEnumReferenceDataIndex
Method Summary | |
---|---|
String |
getDisplayName()
Name for the reference data table to display in the user interface. |
IEnumReferenceDataField |
getFields()
Reference data fields in the reference data table. |
IArray |
getFilters()
Filters to use to browse for the reference data table. |
IEnumReferenceDataIndex |
getGeocodingIndexes()
Geocoding indexes on the reference data table. |
ITableName |
getName()
Name of the reference data table. |
Method Detail |
---|
String getDisplayName() throws IOException, AutomationException
You can use the DisplayName property to determine how a locator uses the reference data source. Locators created with ArcGIS use a display name of "Primary table" for the primary reference data source used by the locator. Alternate street name tables have a display name of "Alternate Name table". Locators based on geocoding indexes created in ArcView 3 use a display name of "Table1" for their reference data source.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumReferenceDataField getFields() throws IOException, AutomationException
Returns a ReferenceDataFieldsEnumerator that contains descriptions of the Fields in the ReferenceDataTable that are used by the locator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumReferenceDataIndex getGeocodingIndexes() throws IOException, AutomationException
Returns a EnumReferenceDataIndex that retrieves the geocoding indexes used by the locator. This property only applies to pre-9.2 locators.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableName getName() throws IOException, AutomationException
Returns a TableName object that describes the data source.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getFilters() throws IOException, AutomationException
Returns an Array of GxObjectFilters that you can use to allow the user to browse for reference data for a locator.
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 |