|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.spatialanalyst.IDistanceOpProxy
Description: 'Provides access to members that control the distance operations.' 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 IDistanceOpProxy
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.spatialanalyst.IDistanceOp |
---|
IID, IID4606f16d_b47d_11d2_9f3b_00c04f8ed1d7 |
Constructor Summary | |
---|---|
|
IDistanceOpProxy()
Deprecated. For internal use only |
|
IDistanceOpProxy(java.lang.Object obj)
Deprecated. |
protected |
IDistanceOpProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDistanceOpProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDistanceOpProxy(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. |
IGeoDataset |
corridor(IGeoDataset distance1,
IGeoDataset distance2)
Deprecated. Calculates for each cell location the sum of the accumulative costs for two input accumulative-cost datasets. |
IGeoDataset |
costAllocation(IGeoDataset sourceData,
IGeoDataset costRaster,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates for each output cell the zone that could be reached with the least accumulative cost. |
IGeoDataset |
costBackLink(IGeoDataset sourceData,
IGeoDataset costRaster,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates the neighbor that is the next cell on the least-accumulative-cost path from a cell to a source cell. |
IGeoDataset |
costDistance(IGeoDataset sourceData,
IGeoDataset costRaster,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates for each cell the least-accumulative-cost distance over a cost surface to a source cell or a set of source cells. |
IGeoDataset |
costDistanceFull(IGeoDataset sourceData,
IGeoDataset costRaster,
boolean distance,
boolean backlink,
boolean allocation,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates for each cell the least-accumulative-cost distance, backlink, and allocation over a cost surface to a source cell or a set of source cells. |
IGeoDataset |
costPath(IGeoDataset fromData,
IGeoDataset distance,
IGeoDataset backlink,
int pathType)
Deprecated. Calculates the least-cost path(s) from selected cell(s) in the input data to the closest source cell. |
IGeometryCollection |
costPathAsPolyline(IPointCollection sourcePoints,
IGeoDataset distance,
IGeoDataset backlink)
Deprecated. Calculates the least-cost path(s) from selected points in the input data and returns it as a polyline. |
IGeoDataset |
eucAllocation(IGeoDataset sourceData,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates for each cell the zone of the closest source cell (in Euclidean distance). |
IGeoDataset |
eucDirection(IGeoDataset sourceData,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates the direction in degrees from each cell center to the cell center of the closest source. |
IGeoDataset |
eucDistance(IGeoDataset sourceData,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates for each cell the Euclidean distance to the closest source. |
IGeoDataset |
eucDistanceFull(IGeoDataset sourceData,
boolean distance,
boolean direction,
boolean allocation,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates for each cell optionally the Euclidean distance, direction, and allocation to the closest source. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
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 IDistanceOpProxy(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 IDistanceOpProxy()
public IDistanceOpProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDistanceOpProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDistanceOpProxy(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 IGeoDataset eucDistance(IGeoDataset sourceData, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
eucDistance
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset eucDistanceFull(IGeoDataset sourceData, boolean distance, boolean direction, boolean allocation, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
eucDistanceFull
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)distance
- The distance (in)direction
- The direction (in)allocation
- The allocation (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset eucAllocation(IGeoDataset sourceData, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
eucAllocation
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset eucDirection(IGeoDataset sourceData, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
eucDirection
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset costDistance(IGeoDataset sourceData, IGeoDataset costRaster, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
costDistance
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)costRaster
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset costAllocation(IGeoDataset sourceData, IGeoDataset costRaster, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
costAllocation
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)costRaster
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset costBackLink(IGeoDataset sourceData, IGeoDataset costRaster, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
costBackLink
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)costRaster
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset costDistanceFull(IGeoDataset sourceData, IGeoDataset costRaster, boolean distance, boolean backlink, boolean allocation, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
costDistanceFull
in interface IDistanceOp
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)costRaster
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)distance
- The distance (in)backlink
- The backlink (in)allocation
- The allocation (in)maxDistance
- A Variant (in, optional, pass null if not required)valueRaster
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset corridor(IGeoDataset distance1, IGeoDataset distance2) throws java.io.IOException, AutomationException
corridor
in interface IDistanceOp
distance1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)distance2
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset costPath(IGeoDataset fromData, IGeoDataset distance, IGeoDataset backlink, int pathType) throws java.io.IOException, AutomationException
costPath
in interface IDistanceOp
fromData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)distance
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)backlink
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)pathType
- A com.esri.arcgis.spatialanalyst.esriGeoAnalysisPathEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometryCollection costPathAsPolyline(IPointCollection sourcePoints, IGeoDataset distance, IGeoDataset backlink) throws java.io.IOException, AutomationException
costPathAsPolyline
in interface IDistanceOp
sourcePoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)distance
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)backlink
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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 |