|
|||||||||
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.IDistanceOp2Proxy
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 IDistanceOp2Proxy
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.IDistanceOp2 |
---|
IID, IIDd4ee724a_05fc_4db3_9be8_b2b7c07bb70c |
Constructor Summary | |
---|---|
|
IDistanceOp2Proxy()
Deprecated. For internal use only |
|
IDistanceOp2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IDistanceOp2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDistanceOp2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDistanceOp2Proxy(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. |
IGeoDataset |
pathAllocation(IGeoDataset sourceData,
java.lang.Object costRaster,
java.lang.Object surfaceRaster,
java.lang.Object horizRaster,
java.lang.Object horizFactor,
java.lang.Object vertRaster,
java.lang.Object vertFactor,
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 |
pathBackLink(IGeoDataset sourceData,
java.lang.Object costRaster,
java.lang.Object surfaceRaster,
java.lang.Object horizRaster,
java.lang.Object horizFactor,
java.lang.Object vertRaster,
java.lang.Object vertFactor,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates the neighbor that is the next cell on the least-accumulative-path path from a cell to a source cell. |
IGeoDataset |
pathDistance(IGeoDataset sourceData,
java.lang.Object costRaster,
java.lang.Object surfaceRaster,
java.lang.Object horizRaster,
java.lang.Object horizFactor,
java.lang.Object vertRaster,
java.lang.Object vertFactor,
java.lang.Object maxDistance,
java.lang.Object valueRaster)
Deprecated. Calculates for each cell the least-accumulative-path distance over a path surface to a source cell or a set of source cells. |
IGeoDataset |
pathDistanceFull(IGeoDataset sourceData,
boolean distance,
boolean backlink,
boolean allocation,
java.lang.Object costRaster,
java.lang.Object surfaceRaster,
java.lang.Object horizRaster,
java.lang.Object horizFactor,
java.lang.Object vertRaster,
java.lang.Object vertFactor,
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. |
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 IDistanceOp2Proxy(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 IDistanceOp2Proxy()
public IDistanceOp2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDistanceOp2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDistanceOp2Proxy(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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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 IDistanceOp2
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.public IGeoDataset pathDistance(IGeoDataset sourceData, java.lang.Object costRaster, java.lang.Object surfaceRaster, java.lang.Object horizRaster, java.lang.Object horizFactor, java.lang.Object vertRaster, java.lang.Object vertFactor, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
pathDistance
in interface IDistanceOp2
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)costRaster
- A Variant (in, optional, pass null if not required)surfaceRaster
- A Variant (in, optional, pass null if not required)horizRaster
- A Variant (in, optional, pass null if not required)horizFactor
- A Variant (in, optional, pass null if not required)vertRaster
- A Variant (in, optional, pass null if not required)vertFactor
- A Variant (in, optional, pass null if not required)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 pathAllocation(IGeoDataset sourceData, java.lang.Object costRaster, java.lang.Object surfaceRaster, java.lang.Object horizRaster, java.lang.Object horizFactor, java.lang.Object vertRaster, java.lang.Object vertFactor, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
pathAllocation
in interface IDistanceOp2
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)costRaster
- A Variant (in, optional, pass null if not required)surfaceRaster
- A Variant (in, optional, pass null if not required)horizRaster
- A Variant (in, optional, pass null if not required)horizFactor
- A Variant (in, optional, pass null if not required)vertRaster
- A Variant (in, optional, pass null if not required)vertFactor
- A Variant (in, optional, pass null if not required)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 pathBackLink(IGeoDataset sourceData, java.lang.Object costRaster, java.lang.Object surfaceRaster, java.lang.Object horizRaster, java.lang.Object horizFactor, java.lang.Object vertRaster, java.lang.Object vertFactor, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
pathBackLink
in interface IDistanceOp2
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)costRaster
- A Variant (in, optional, pass null if not required)surfaceRaster
- A Variant (in, optional, pass null if not required)horizRaster
- A Variant (in, optional, pass null if not required)horizFactor
- A Variant (in, optional, pass null if not required)vertRaster
- A Variant (in, optional, pass null if not required)vertFactor
- A Variant (in, optional, pass null if not required)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 pathDistanceFull(IGeoDataset sourceData, boolean distance, boolean backlink, boolean allocation, java.lang.Object costRaster, java.lang.Object surfaceRaster, java.lang.Object horizRaster, java.lang.Object horizFactor, java.lang.Object vertRaster, java.lang.Object vertFactor, java.lang.Object maxDistance, java.lang.Object valueRaster) throws java.io.IOException, AutomationException
pathDistanceFull
in interface IDistanceOp2
sourceData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)distance
- The distance (in)backlink
- The backlink (in)allocation
- The allocation (in)costRaster
- A Variant (in, optional, pass null if not required)surfaceRaster
- A Variant (in, optional, pass null if not required)horizRaster
- A Variant (in, optional, pass null if not required)horizFactor
- A Variant (in, optional, pass null if not required)vertRaster
- A Variant (in, optional, pass null if not required)vertFactor
- A Variant (in, optional, pass null if not required)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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |