public interface ISeamlineTaskInfo2 extends ISeamlineTaskInfo, 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 |
IIDfa85970c_6c4c_43d6_800d_38cefcf8e842 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID528269bf_e314_4fc5_adcc_2d6dbb812411
Modifier and Type | Method and Description |
---|---|
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.
|
getCellSize, getDifferenceRaster, getEndPoint, getItemGeometry, getItemID, getMosaicFunction, getMosaicGeometry, getMosaicItemIDs, getRequestSize, getStartPoint, setCellSizeByRef, setDifferenceRasterByRef, setEndPointByRef, setItemGeometryByRef, setItemID, setMosaicFunctionByRef, setMosaicGeometryByRef, setMosaicItemIDsByRef, setRequestSize, setStartPointByRef
static final int IIDfa85970c_6c4c_43d6_800d_38cefcf8e842
static final int xxDummy
static final java.lang.String IID
void setItemRasterByRef(IRaster ppItemRaster) throws java.io.IOException, AutomationException
ppItemRaster
- 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 getItemRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicRasterByRef(IRaster ppMosaicRaster) throws java.io.IOException, AutomationException
ppMosaicRaster
- 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 getMosaicRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRequestSizeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRequestSizeType(int pRequestSizeType) throws java.io.IOException, AutomationException
pRequestSizeType
- A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.