|
|||||||||
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.IReferenceDataIndexProxy
public class IReferenceDataIndexProxy
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
,
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 | |
---|---|
|
IReferenceDataIndexProxy()
|
|
IReferenceDataIndexProxy(Object obj)
|
protected |
IReferenceDataIndexProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
void |
removeListener(String iidStr,
Object theListener)
|
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 |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IReferenceDataIndexProxy()
public IReferenceDataIndexProxy(Object obj) throws IOException
IOException
protected IReferenceDataIndexProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public 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.
getDisplayName
in interface IReferenceDataIndex
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
getName
in interface IReferenceDataIndex
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
isExists
in interface IReferenceDataIndex
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
build
in interface IReferenceDataIndex
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 |