|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISeamlineTaskInfo
Provides access to members that control information defining a seamline task.
Method Summary | |
---|---|
IPoint |
getCellSize()
The cell size at which seamlines are computed. |
IRaster |
getDifferenceRaster()
The difference raster built using the selected item raster and the accumulated mosaic raster. |
IPoint |
getEndPoint()
The recommended end point for the creation of the seamline. |
IGeometry |
getItemGeometry()
The footprint geometry of the item for which the seamline is being computed. |
int |
getItemID()
The object ID of the item for which the seamline is being computed. |
IMosaicFunction |
getMosaicFunction()
The mosaic function associated with the mosaic dataset. |
IGeometry |
getMosaicGeometry()
The geometry of the mosaic built using all items that appear below the selected item. |
IFIDSet |
getMosaicItemIDs()
The object IDs of all items that appear below the selected item. |
IPoint |
getStartPoint()
The recommended start point for the creation of the seamline. |
void |
setCellSizeByRef(IPoint ppCellsize)
The cell size at which seamlines are computed. |
void |
setDifferenceRasterByRef(IRaster ppDifferenceRaster)
The difference raster built using the selected item raster and the accumulated mosaic raster. |
void |
setEndPointByRef(IPoint ppEndPoint)
The recommended end point for the creation of the seamline. |
void |
setItemGeometryByRef(IGeometry ppItemGeometry)
The footprint geometry of the item for which the seamline is being computed. |
void |
setItemID(int pItemID)
The object ID of the item for which the seamline is being computed. |
void |
setMosaicFunctionByRef(IMosaicFunction ppMosaicFunction)
The mosaic function associated with the mosaic dataset. |
void |
setMosaicGeometryByRef(IGeometry ppMosaicGeometry)
The geometry of the mosaic built using all items that appear below the selected item. |
void |
setMosaicItemIDsByRef(IFIDSet ppMosaicItemIDs)
The object IDs of all items that appear below the selected item. |
void |
setStartPointByRef(IPoint ppStartPoint)
The recommended start point for the creation of the seamline. |
Method Detail |
---|
void setItemGeometryByRef(IGeometry ppItemGeometry) throws IOException, AutomationException
ppItemGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getItemGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItemID(int pItemID) throws IOException, AutomationException
pItemID
- The pItemID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getItemID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellSizeByRef(IPoint ppCellsize) throws IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getCellSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicGeometryByRef(IGeometry ppMosaicGeometry) throws IOException, AutomationException
ppMosaicGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getMosaicGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicItemIDsByRef(IFIDSet ppMosaicItemIDs) throws IOException, AutomationException
ppMosaicItemIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFIDSet getMosaicItemIDs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicFunctionByRef(IMosaicFunction ppMosaicFunction) throws IOException, AutomationException
ppMosaicFunction
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicFunction (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicFunction getMosaicFunction() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDifferenceRasterByRef(IRaster ppDifferenceRaster) throws IOException, AutomationException
ppDifferenceRaster
- 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 getDifferenceRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartPointByRef(IPoint ppStartPoint) throws IOException, AutomationException
ppStartPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getStartPoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndPointByRef(IPoint ppEndPoint) throws IOException, AutomationException
ppEndPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getEndPoint() throws IOException, AutomationException
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 |