|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.location.IReferenceDataFieldProxy com.esri.arcgis.location.IReferenceDataFieldEditProxy
public class IReferenceDataFieldEditProxy
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
,
Serialized FormField Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IReferenceDataFieldEditProxy()
|
|
IReferenceDataFieldEditProxy(Object obj)
|
protected |
IReferenceDataFieldEditProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
Object |
getDefaultNames()
Recognized names for the reference data field in the reference data table. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setName(String rhs1)
Name of the field in the reference data table. |
Methods inherited from class com.esri.arcgis.location.IReferenceDataFieldProxy |
---|
getDisplayName, getInternalName, getName, isObjectID, isRequired, isShape |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.location.IReferenceDataField |
---|
getDisplayName, getInternalName, getName, isObjectID, isRequired, isShape |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IReferenceDataFieldEditProxy()
public IReferenceDataFieldEditProxy(Object obj) throws IOException
IOException
protected IReferenceDataFieldEditProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IReferenceDataFieldProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IReferenceDataFieldProxy
IOException
public 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.
getDefaultNames
in interface IReferenceDataFieldEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
setName
in interface IReferenceDataFieldEdit
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 |