|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.ClipFootprintToMosaic
public class ClipFootprintToMosaic
A seamline modifier that simply clips the item footprint to the aggregating mosaic geometry.
Constructor Summary | |
---|---|
ClipFootprintToMosaic()
Constructs a ClipFootprintToMosaic using ArcGIS Engine. |
|
ClipFootprintToMosaic(Object obj)
Construct a ClipFootprintToMosaic 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 |
---|
public ClipFootprintToMosaic() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ClipFootprintToMosaic(Object obj) throws IOException
obj
to ClipFootprintToMosaic
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
ClipFootprintToMosaic theClipFootprintToMosaic = (ClipFootprintToMosaic) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo, ITrackCancel pTrackCancel) throws IOException, AutomationException
update
in interface ISeamlineModifier
pSeamlineTaskInfo
- 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 ISeamlineModifierInit
ppMosaicDataset
- 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 ISeamlineModifierInit
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 |