com.esri.arcgis.datasourcesraster
Class SeamlineByEdge

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

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

A seamline modifier that finds a route along the edges.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
SeamlineByEdge()
          Constructs a SeamlineByEdge using ArcGIS Engine.
SeamlineByEdge(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SeamlineByEdge theSeamlineByEdge = (SeamlineByEdge) obj;
 
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

SeamlineByEdge

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

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

SeamlineByEdge

public SeamlineByEdge(Object obj)
               throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SeamlineByEdge theSeamlineByEdge = (SeamlineByEdge) obj;

Construct a SeamlineByEdge using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SeamlineByEdge.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
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.