|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildSeamlinesParameters
Provides access to members that control parameters to the build seamlines operation.
Method Summary | |
---|---|
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell sizes 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 sizes 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. |
Method Detail |
---|
void setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder) throws IOException, AutomationException
pbUpdateSeamlineOrder
- The pbUpdateSeamlineOrder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUpdateSeamlineOrder() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setModifySeamlines(boolean pbModifySeamlines) throws IOException, AutomationException
pbModifySeamlines
- The pbModifySeamlines (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isModifySeamlines() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellSizeClusterTolerance(double pCellSizeClusterTolerance) throws IOException, AutomationException
pCellSizeClusterTolerance
- The pCellSizeClusterTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCellSizeClusterTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCursorByRef(ICursor pInputCursor) throws IOException, AutomationException
pInputCursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICursor getCursor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction) throws IOException, AutomationException
ppDifferenceFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterFunctionTemplate getDifferenceFunctionTemplate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier) throws IOException, AutomationException
ppSeamlineModifier
- A reference to a com.esri.arcgis.datasourcesraster.ISeamlineModifier (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISeamlineModifier getSeamlineModifier() 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 |