|
|||||||||
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
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 INALocatorProxy
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.INALocator |
---|
IID, IIDeca487a0_fce8_462c_8df2_37042db4591c |
Constructor Summary | |
---|---|
|
INALocatorProxy()
Deprecated. For internal use only |
|
INALocatorProxy(java.lang.Object obj)
Deprecated. |
protected |
INALocatorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INALocatorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INALocatorProxy(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. |
void |
addLocatorAgent(INALocatorAgent locatorAgent)
Deprecated. Add a locator agent. |
void |
bind(INetworkDataset pNetworkDataset,
IGPMessages pGPMessages)
Deprecated. Re-associate the locators with the given network dataset and its schema. |
void |
createDefault(IDENetworkDataset network)
Deprecated. Make the default locators. |
INALocatorAgent |
getLocatorAgent(int index)
Deprecated. The locator agent by index. |
int |
getLocatorAgentCount()
Deprecated. The number of locator agents added. |
INetworkDataset |
getNetworkDataset()
Deprecated. The associated network dataset. |
ISpatialReference |
getOutputSpatialReference()
Deprecated. The spatial reference for points returned by the locator. |
double |
getSnapTolerance()
Deprecated. The distance to search. |
int |
getSnapToleranceUnits()
Deprecated. The units of the snap tolerance. |
boolean |
isFindClosestAmongAllAgents()
Deprecated. Indicates if the closest location (only) should be returned. |
void |
queryLocationByPoint(IPoint point,
INALocation[] location,
IPoint[] outPoint,
double[] distanceFromPoint)
Deprecated. Use the locator agents to find a network location from a point. |
void |
queryLocationByRow(IRow row,
INALocation[] location,
double[] distanceFromRow)
Deprecated. Use the locator agents to find a network location from a row. |
void |
queryPoint(INALocation location,
IPoint[] point)
Deprecated. The point for a network location. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeLocatorAgent(int index)
Deprecated. Remove a locator agent by index. |
void |
setFindClosestAmongAllAgents(boolean findClosest)
Deprecated. Indicates if the closest location (only) should be returned. |
void |
setOutputSpatialReferenceByRef(ISpatialReference spatialReference)
Deprecated. The spatial reference for points returned by the locator. |
void |
setSnapTolerance(double tolerance)
Deprecated. The distance to search. |
void |
setSnapToleranceUnits(int units)
Deprecated. The units of the snap tolerance. |
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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INALocatorProxy(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 INALocatorProxy()
public INALocatorProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INALocatorProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INALocatorProxy(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 com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public INetworkDataset getNetworkDataset() throws java.io.IOException, AutomationException
getNetworkDataset
in interface INALocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapTolerance(double tolerance) throws java.io.IOException, AutomationException
setSnapTolerance
in interface INALocator
tolerance
- The tolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSnapTolerance() throws java.io.IOException, AutomationException
getSnapTolerance
in interface INALocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapToleranceUnits(int units) throws java.io.IOException, AutomationException
setSnapToleranceUnits
in interface INALocator
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSnapToleranceUnits() throws java.io.IOException, AutomationException
getSnapToleranceUnits
in interface INALocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFindClosestAmongAllAgents(boolean findClosest) throws java.io.IOException, AutomationException
setFindClosestAmongAllAgents
in interface INALocator
findClosest
- The findClosest (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFindClosestAmongAllAgents() throws java.io.IOException, AutomationException
isFindClosestAmongAllAgents
in interface INALocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLocatorAgentCount() throws java.io.IOException, AutomationException
getLocatorAgentCount
in interface INALocator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INALocatorAgent getLocatorAgent(int index) throws java.io.IOException, AutomationException
getLocatorAgent
in interface INALocator
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createDefault(IDENetworkDataset network) throws java.io.IOException, AutomationException
createDefault
in interface INALocator
network
- A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLocatorAgent(INALocatorAgent locatorAgent) throws java.io.IOException, AutomationException
addLocatorAgent
in interface INALocator
locatorAgent
- A reference to a com.esri.arcgis.networkanalyst.INALocatorAgent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeLocatorAgent(int index) throws java.io.IOException, AutomationException
removeLocatorAgent
in interface INALocator
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryLocationByPoint(IPoint point, INALocation[] location, IPoint[] outPoint, double[] distanceFromPoint) throws java.io.IOException, AutomationException
queryLocationByPoint
in interface INALocator
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)location
- A reference to a com.esri.arcgis.networkanalyst.INALocation (in/out: use single element array)outPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in/out: use single element array)distanceFromPoint
- The distanceFromPoint (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryLocationByRow(IRow row, INALocation[] location, double[] distanceFromRow) throws java.io.IOException, AutomationException
queryLocationByRow
in interface INALocator
row
- A reference to a com.esri.arcgis.geodatabase.IRow (in)location
- A reference to a com.esri.arcgis.networkanalyst.INALocation (in/out: use single element array)distanceFromRow
- The distanceFromRow (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryPoint(INALocation location, IPoint[] point) throws java.io.IOException, AutomationException
queryPoint
in interface INALocator
location
- A reference to a com.esri.arcgis.networkanalyst.INALocation (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 void bind(INetworkDataset pNetworkDataset, IGPMessages pGPMessages) throws java.io.IOException, AutomationException
bind
in interface INALocator
pNetworkDataset
- A reference to a com.esri.arcgis.geodatabase.INetworkDataset (in)pGPMessages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
setOutputSpatialReferenceByRef
in interface INALocator
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getOutputSpatialReference() throws java.io.IOException, AutomationException
getOutputSpatialReference
in interface INALocator
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 |