|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISeamlineTaskInfo2
Provides access to members that control information defining a seamline task.
| Method Summary | |
|---|---|
IRaster |
getItemRaster()
The item raster for which the seamline is being computed. |
IRaster |
getMosaicRaster()
The mosaic raster used for computing the seamline |
int |
getRequestSizeType()
The unit of the value specified for the 'RequestSize' property. |
void |
setItemRasterByRef(IRaster ppItemRaster)
The item raster for which the seamline is being computed. |
void |
setMosaicRasterByRef(IRaster ppMosaicRaster)
The mosaic raster used for computing the seamline |
void |
setRequestSizeType(int pRequestSizeType)
The unit of the value specified for the 'RequestSize' property. |
| Methods inherited from interface com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo |
|---|
getCellSize, getDifferenceRaster, getEndPoint, getItemGeometry, getItemID, getMosaicFunction, getMosaicGeometry, getMosaicItemIDs, getRequestSize, getStartPoint, setCellSizeByRef, setDifferenceRasterByRef, setEndPointByRef, setItemGeometryByRef, setItemID, setMosaicFunctionByRef, setMosaicGeometryByRef, setMosaicItemIDsByRef, setRequestSize, setStartPointByRef |
| Method Detail |
|---|
void setItemRasterByRef(IRaster ppItemRaster)
throws IOException,
AutomationException
ppItemRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRaster getItemRaster()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMosaicRasterByRef(IRaster ppMosaicRaster)
throws IOException,
AutomationException
ppMosaicRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRaster getMosaicRaster()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRequestSizeType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRequestSizeType(int pRequestSizeType)
throws IOException,
AutomationException
pRequestSizeType - A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)
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 | ||||||||