|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReferenceDataField
Provides access to members for inspecting a reference data field.
Use the IReferenceDataField interface to get information about the Field in the ReferenceDataTable used by the locator.
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 field to display in the user interface. |
String |
getInternalName()
Internal name for the reference data field. |
String |
getName()
Name of the field in the reference data table. |
boolean |
isObjectID()
Indicates if the field is the ObjectID field. |
boolean |
isRequired()
Indicates whether the field is a required by the locator. |
boolean |
isShape()
Indicates if the field is the Shape field. |
Method Detail |
---|
String getDisplayName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInternalName() throws IOException, AutomationException
The InternalName property returns the internal name for the ReferenceDataField used by the locator.
The following is a listing of the internal names of the ReferenceDataFields used by the locators provided with ArcGIS 8:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isObjectID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShape() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
The Name property returns the actual name of the Field in the reference data source.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRequired() throws IOException, AutomationException
If the Required property is False, then the reference data source does not need to contain this Field.
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 |