com.esri.arcgis.location
Class IESRILocatorBuildOptionsEditProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.location.IESRILocatorBuildOptionsProxy
          extended by com.esri.arcgis.location.IESRILocatorBuildOptionsEditProxy
All Implemented Interfaces:
IESRILocatorBuildOptions, IESRILocatorBuildOptionsEdit, Externalizable, Serializable

public class IESRILocatorBuildOptionsEditProxy
extends IESRILocatorBuildOptionsProxy
implements IESRILocatorBuildOptionsEdit, Serializable

Provides access to members that control ESRI locator creation properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IESRILocatorBuildOptionsEditProxy()
           
  IESRILocatorBuildOptionsEditProxy(Object obj)
           
protected IESRILocatorBuildOptionsEditProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void removeListener(String iidStr, Object theListener)
           
 void setEmbedGeocodingRules(boolean rhs1)
          Indicates if the locator should contain a copy of geocoding rules it uses.
 void setGDBVersionName(String rhs1)
          The name of the GDB version the locator is built against.
 void setStoreStandardizedRefData(boolean rhs1)
          Indicates if the locator should store information extracted from the reference data in a standardized form.
 
Methods inherited from class com.esri.arcgis.location.IESRILocatorBuildOptionsProxy
getGDBVersionName, isEmbedGeocodingRules, isStoreStandardizedRefData
 
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.IESRILocatorBuildOptions
getGDBVersionName, isEmbedGeocodingRules, isStoreStandardizedRefData
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IESRILocatorBuildOptionsEditProxy

public IESRILocatorBuildOptionsEditProxy()

IESRILocatorBuildOptionsEditProxy

public IESRILocatorBuildOptionsEditProxy(Object obj)
                                  throws IOException
Throws:
IOException

IESRILocatorBuildOptionsEditProxy

protected IESRILocatorBuildOptionsEditProxy(Object obj,
                                            String iid)
                                     throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IESRILocatorBuildOptionsProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IESRILocatorBuildOptionsProxy
Throws:
IOException

setStoreStandardizedRefData

public void setStoreStandardizedRefData(boolean rhs1)
                                 throws IOException,
                                        AutomationException
Indicates if the locator should store information extracted from the reference data in a standardized form.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setStoreStandardizedRefData in interface IESRILocatorBuildOptionsEdit
Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbedGeocodingRules

public void setEmbedGeocodingRules(boolean rhs1)
                            throws IOException,
                                   AutomationException
Indicates if the locator should contain a copy of geocoding rules it uses.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setEmbedGeocodingRules in interface IESRILocatorBuildOptionsEdit
Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGDBVersionName

public void setGDBVersionName(String rhs1)
                       throws IOException,
                              AutomationException
The name of the GDB version the locator is built against.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setGDBVersionName in interface IESRILocatorBuildOptionsEdit
Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.