|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReferenceDataFieldEdit
Provides access to members for modifying reference data field information.
Use the IReferenceDataFieldEdit property to search a reference data souce for Fields that contain the appropriate information for this ReferenceDataField.
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 | |
---|---|
Object |
getDefaultNames()
Recognized names for the reference data field in the reference data table. |
void |
setName(String rhs1)
Name of the field in the reference data table. |
Methods inherited from interface com.esri.arcgis.location.IReferenceDataField |
---|
getDisplayName, getInternalName, getName, isObjectID, isRequired, isShape |
Method Detail |
---|
Object getDefaultNames() throws IOException, AutomationException
The DefaultNames property returns an array of strings that contain possible names for this ReferenceDataField in the ReferenceDataTable. You can use these possible names to seach a reference data source for the appropriate field for the ReferenceDataField.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String rhs1) throws IOException, AutomationException
The Name property specifies the name of the Field in the reference data source used by the locator.
rhs1
- The rhs1 (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 |