IBuildSeamlinesParameters Interface

Provides access to members that control parameters to the build seamlines operation.

Members

Name Description
Read/write property CellSizeClusterTolerance The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.
Read/write property Cursor The cursor of mosaic items that determines the order in which items are seamline mosaicked.
Read/write property DifferenceFunctionTemplate 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. The template makes use of at least two dataset type raster function variables with names: Item
Read/write property ModifySeamlines Indicates whether seamline geometry is updated for selected items.
Read/write property SeamlineModifier The optional seamline modifier object used for building seamlines.
Read/write property UpdateSeamlineOrder Inidicates whether seamline order (SOrder) attribute is updated.

IBuildSeamlinesParameters.CellSizeClusterTolerance Property

The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.

Public Property CellSizeClusterTolerance As Double
public double CellSizeClusterTolerance {get; set;}

IBuildSeamlinesParameters.Cursor Property

The cursor of mosaic items that determines the order in which items are seamline mosaicked.

Public Property Cursor As ICursor
public ICursor Cursor {get; set;}

IBuildSeamlinesParameters.DifferenceFunctionTemplate Property

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. The template makes use of at least two dataset type raster function variables with names: Item.

Public Property DifferenceFunctionTemplate As IRasterFunctionTemplate
public IRasterFunctionTemplate DifferenceFunctionTemplate {get; set;}

IBuildSeamlinesParameters.ModifySeamlines Property

Indicates whether seamline geometry is updated for selected items.

Public Property ModifySeamlines As Boolean
public bool ModifySeamlines {get; set;}

IBuildSeamlinesParameters.SeamlineModifier Property

The optional seamline modifier object used for building seamlines.

Public Property SeamlineModifier As ISeamlineModifier
public ISeamlineModifier SeamlineModifier {get; set;}

IBuildSeamlinesParameters.UpdateSeamlineOrder Property

Inidicates whether seamline order (SOrder) attribute is updated.

Public Property UpdateSeamlineOrder As Boolean
public bool UpdateSeamlineOrder {get; set;}

Classes that implement IBuildSeamlinesParameters

Classes Description
BuildSeamlinesParameters An object that controls how the seamline geometry for items in a mosiac dataset are computed.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.