public interface ISeamlineTaskInfo
extends java.io.Serializable
Description: 'Provides access to members that control information defining a seamline task.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID528269bf_e314_4fc5_adcc_2d6dbb812411 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
int |
getRequestSize()
The request size.
|
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 |
setRequestSize(int pRequestSize)
The request size.
|
void |
setStartPointByRef(IPoint ppStartPoint)
The recommended start point for the creation of the seamline.
|
static final int IID528269bf_e314_4fc5_adcc_2d6dbb812411
static final int xxDummy
static final java.lang.String IID
void setItemGeometryByRef(IGeometry ppItemGeometry) throws java.io.IOException, AutomationException
ppItemGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getItemGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setItemID(int pItemID) throws java.io.IOException, AutomationException
pItemID
- The pItemID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getItemID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSizeByRef(IPoint ppCellsize) throws java.io.IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicGeometryByRef(IGeometry ppMosaicGeometry) throws java.io.IOException, AutomationException
ppMosaicGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getMosaicGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicItemIDsByRef(IFIDSet ppMosaicItemIDs) throws java.io.IOException, AutomationException
ppMosaicItemIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet getMosaicItemIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicFunctionByRef(IMosaicFunction ppMosaicFunction) throws java.io.IOException, AutomationException
ppMosaicFunction
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicFunction (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicFunction getMosaicFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDifferenceRasterByRef(IRaster ppDifferenceRaster) throws java.io.IOException, AutomationException
ppDifferenceRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster getDifferenceRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartPointByRef(IPoint ppStartPoint) throws java.io.IOException, AutomationException
ppStartPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getStartPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEndPointByRef(IPoint ppEndPoint) throws java.io.IOException, AutomationException
ppEndPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getEndPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRequestSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRequestSize(int pRequestSize) throws java.io.IOException, AutomationException
pRequestSize
- The pRequestSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.