public interface ISeamlineTaskInfo4 extends ISeamlineTaskInfo3, 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 |
IID71892f30_a451_4078_9916_0e29679c7a52 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDcc9166cd_9c74_430a_a1b5_3df176447a03
IIDfa85970c_6c4c_43d6_800d_38cefcf8e842
IID528269bf_e314_4fc5_adcc_2d6dbb812411
Modifier and Type | Method and Description |
---|---|
IGeometry |
getInitialPath()
The initial path which is to be modified to create the final seamline.
|
double |
getMaxOverlapWidth()
The overlap width.
|
void |
setInitialPathByRef(IGeometry pMosaicGeometry)
The initial path which is to be modified to create the final seamline.
|
void |
setMaxOverlapWidth(double pOverlapWidth)
The overlap width.
|
getBaseSeamline, setBaseSeamlineByRef
getItemRaster, getMosaicRaster, getRequestSizeType, setItemRasterByRef, setMosaicRasterByRef, setRequestSizeType
getCellSize, getDifferenceRaster, getEndPoint, getItemGeometry, getItemID, getMosaicFunction, getMosaicGeometry, getMosaicItemIDs, getRequestSize, getStartPoint, setCellSizeByRef, setDifferenceRasterByRef, setEndPointByRef, setItemGeometryByRef, setItemID, setMosaicFunctionByRef, setMosaicGeometryByRef, setMosaicItemIDsByRef, setRequestSize, setStartPointByRef
static final int IID71892f30_a451_4078_9916_0e29679c7a52
static final int xxDummy
static final java.lang.String IID
void setInitialPathByRef(IGeometry pMosaicGeometry) throws java.io.IOException, AutomationException
pMosaicGeometry
- 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 getInitialPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxOverlapWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxOverlapWidth(double pOverlapWidth) throws java.io.IOException, AutomationException
pOverlapWidth
- The pOverlapWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.