com.esri.arcgis.datasourcesraster
Class RasterRouteFinder

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.RasterRouteFinder
All Implemented Interfaces:
ISeamlineModifier, ISeamlineModifierInit, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class RasterRouteFinder
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ISeamlineModifier, ISeamlineModifierInit

A seamline modifier that finds a route along the difference raster.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
RasterRouteFinder()
          Constructs a RasterRouteFinder using ArcGIS Engine.
RasterRouteFinder(Object obj)
          Construct a RasterRouteFinder using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 IMosaicDataset getMosaicDataset()
          The mosaic dataset for which seamlines are being computed.
 int hashCode()
          the hashcode for this object
 void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
          The mosaic dataset for which seamlines are being computed.
 IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo, ITrackCancel pTrackCancel)
          Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

RasterRouteFinder

public RasterRouteFinder()
                  throws IOException,
                         UnknownHostException
Constructs a RasterRouteFinder using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

RasterRouteFinder

public RasterRouteFinder(Object obj)
                  throws IOException
Construct a RasterRouteFinder using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterRouteFinder.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems RasterRouteFinder theRasterRouteFinder = (RasterRouteFinder) obj;
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

update

public IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo,
                        ITrackCancel pTrackCancel)
                 throws IOException,
                        AutomationException
Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.

Product Availability

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

Specified by:
update in interface ISeamlineModifier
Parameters:
pSeamlineTaskInfo - A reference to a com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicDatasetByRef

public void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
                           throws IOException,
                                  AutomationException
The mosaic dataset for which seamlines are being computed.

Product Availability

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

Specified by:
setMosaicDatasetByRef in interface ISeamlineModifierInit
Parameters:
ppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicDataset

public IMosaicDataset getMosaicDataset()
                                throws IOException,
                                       AutomationException
The mosaic dataset for which seamlines are being computed.

Product Availability

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

Specified by:
getMosaicDataset in interface ISeamlineModifierInit
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.