|
|||||||||
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.networkanalyst.INALocatorProxy com.esri.arcgis.networkanalyst.INALocator2Proxy
Description: 'Provides access to properties that apply to all network locators.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class INALocator2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.networkanalyst.INALocator2 |
---|
IID, IID6a658ec8_139d_4b60_8765_c2504cd38d1a |
Fields inherited from interface com.esri.arcgis.networkanalyst.INALocator |
---|
IIDeca487a0_fce8_462c_8df2_37042db4591c |
Constructor Summary | |
---|---|
|
INALocator2Proxy()
Deprecated. For internal use only |
|
INALocator2Proxy(java.lang.Object obj)
Deprecated. |
protected |
INALocator2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INALocator2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INALocator2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
INALocation |
geocodeLocation(java.lang.String address,
ILocator addressLocator)
Deprecated. The network location at the specified address. |
double |
getMaxSnapTolerance()
Deprecated. The maximum distance that can be searched when expanding the snap tolerance. |
void |
queryOffsetPoint(INALocation location,
double offset,
int units,
IPoint[] point)
Deprecated. The point offset from a network location. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
java.lang.String |
reverseGeocodeLocation(INALocation location,
ILocator addressLocator)
Deprecated. The address of the network location. |
void |
setMaxSnapTolerance(double maxTolerance)
Deprecated. The maximum distance that can be searched when expanding the snap tolerance. |
Methods inherited from class com.esri.arcgis.networkanalyst.INALocatorProxy |
---|
addLocatorAgent, bind, createDefault, getLocatorAgent, getLocatorAgentCount, getNetworkDataset, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isFindClosestAmongAllAgents, queryLocationByPoint, queryLocationByRow, queryPoint, removeLocatorAgent, setFindClosestAmongAllAgents, setOutputSpatialReferenceByRef, setSnapTolerance, setSnapToleranceUnits |
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.networkanalyst.INALocator |
---|
addLocatorAgent, bind, createDefault, getLocatorAgent, getLocatorAgentCount, getNetworkDataset, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isFindClosestAmongAllAgents, queryLocationByPoint, queryLocationByRow, queryPoint, removeLocatorAgent, setFindClosestAmongAllAgents, setOutputSpatialReferenceByRef, setSnapTolerance, setSnapToleranceUnits |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INALocator2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INALocator2Proxy()
public INALocator2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INALocator2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INALocator2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class INALocatorProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class INALocatorProxy
java.io.IOException
public double getMaxSnapTolerance() throws java.io.IOException, AutomationException
getMaxSnapTolerance
in interface INALocator2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxSnapTolerance(double maxTolerance) throws java.io.IOException, AutomationException
setMaxSnapTolerance
in interface INALocator2
maxTolerance
- The maxTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryOffsetPoint(INALocation location, double offset, int units, IPoint[] point) throws java.io.IOException, AutomationException
queryOffsetPoint
in interface INALocator2
location
- A reference to a com.esri.arcgis.networkanalyst.INALocation (in)offset
- The offset (in)units
- A com.esri.arcgis.system.esriUnits constant (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String reverseGeocodeLocation(INALocation location, ILocator addressLocator) throws java.io.IOException, AutomationException
reverseGeocodeLocation
in interface INALocator2
location
- A reference to a com.esri.arcgis.networkanalyst.INALocation (in)addressLocator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INALocation geocodeLocation(java.lang.String address, ILocator addressLocator) throws java.io.IOException, AutomationException
geocodeLocation
in interface INALocator2
address
- The address (in)addressLocator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)
java.io.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 |