|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.SeamlineByEdge
public class SeamlineByEdge
A seamline modifier that finds a route along the edges.
| 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 |
|---|
public SeamlineByEdge()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SeamlineByEdge(Object obj)
throws IOException
SeamlineByEdge theSeamlineByEdge = (SeamlineByEdge) obj;
obj to SeamlineByEdge.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo,
ITrackCancel pTrackCancel)
throws IOException,
AutomationException
update in interface ISeamlineModifierpSeamlineTaskInfo - A reference to a com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
throws IOException,
AutomationException
setMosaicDatasetByRef in interface ISeamlineModifierInitppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMosaicDataset getMosaicDataset()
throws IOException,
AutomationException
getMosaicDataset in interface ISeamlineModifierInitIOException - 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 | ||||||||