public interface IBuildSeamlinesParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters to the build seamlines operation.' 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 |
IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell size values.
|
ICursor |
getCursor()
The cursor of mosaic items that determines the order in which items are seamline mosaicked.
|
IRasterFunctionTemplate |
getDifferenceFunctionTemplate()
The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry.
|
ISeamlineModifier |
getSeamlineModifier()
The optional seamline modifier object used for building seamlines.
|
boolean |
isModifySeamlines()
Indicates whether seamline geometry is updated for selected items.
|
boolean |
isUpdateSeamlineOrder()
Inidicates whether seamline order (SOrder) attribute is updated.
|
void |
setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
The factor controlling clustering of cell size values.
|
void |
setCursorByRef(ICursor pInputCursor)
The cursor of mosaic items that determines the order in which items are seamline mosaicked.
|
void |
setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction)
The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry.
|
void |
setModifySeamlines(boolean pbModifySeamlines)
Indicates whether seamline geometry is updated for selected items.
|
void |
setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier)
The optional seamline modifier object used for building seamlines.
|
void |
setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder)
Inidicates whether seamline order (SOrder) attribute is updated.
|
static final int IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5
static final int xxDummy
static final java.lang.String IID
void setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder) throws java.io.IOException, AutomationException
pbUpdateSeamlineOrder
- The pbUpdateSeamlineOrder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUpdateSeamlineOrder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setModifySeamlines(boolean pbModifySeamlines) throws java.io.IOException, AutomationException
pbModifySeamlines
- The pbModifySeamlines (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isModifySeamlines() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSizeClusterTolerance(double pCellSizeClusterTolerance) throws java.io.IOException, AutomationException
pCellSizeClusterTolerance
- The pCellSizeClusterTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCellSizeClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCursorByRef(ICursor pInputCursor) throws java.io.IOException, AutomationException
pInputCursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICursor getCursor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction) throws java.io.IOException, AutomationException
ppDifferenceFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterFunctionTemplate getDifferenceFunctionTemplate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier) throws java.io.IOException, AutomationException
ppSeamlineModifier
- A reference to a com.esri.arcgis.datasourcesraster.ISeamlineModifier (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISeamlineModifier getSeamlineModifier() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.