Provides access to members that control parameters to the build seamlines operation.
Members
Name | Description | |
---|---|---|
Ascending | Indicates whether the ascending flag of OrderBy. | |
BlendType | The blend type. | |
BlendWidth | The blend width. | |
BlendWidthUnits | The blend width unit. | |
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. | |
CellSizes | The cell size values. | |
Cursor | The cursor of mosaic items that determines the order in which items are seamline mosaicked. | |
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 | |
DirtyArea | The geometry defining the area that is dirty. | |
MaximumSliverSize | The maximum allowed size (in pixels) below which a polygon may be considered as a sliver. | |
Method | Method to use for building seamlines | |
MinimumCircularity | The circularity value below which a polygon is considered a sliver. | |
MinimumRegionSize | The minimum number of pixels used for computing valid region. | |
ModifySeamlines | Indicates whether seamline geometry is updated for selected items. | |
OrderByBaseValue | The Order By base value. | |
OrderByFieldName | The field to order by if mosaic method is by attribute | |
RequestSize | The request size. | |
RequestSizeType | The unit of the request size is determined by request size type. | |
SeamlineModifier | The optional seamline modifier object used for building seamlines. | |
SortMethod | Mosaic method to use for calculating the sorder | |
UpdateSeamlineOrder | Inidicates whether seamline order (SOrder) attribute is updated. | |
UpdateSeamlines | ||
Viewpoint | The view point. |
IBuildSeamlinesParameters5.MaximumSliverSize Property
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
Public Property MaximumSliverSize As Integer
public int MaximumSliverSize {get; set;}
IBuildSeamlinesParameters5.MinimumCircularity Property
The circularity value below which a polygon is considered a sliver.
Public Property MinimumCircularity As Double
public double MinimumCircularity {get; set;}
IBuildSeamlinesParameters5.MinimumRegionSize Property
The minimum number of pixels used for computing valid region.
Public Property MinimumRegionSize As Integer
public int MinimumRegionSize {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IBuildSeamlinesParameters4 | Provides access to members that control parameters to the build seamlines operation. |
IBuildSeamlinesParameters3 | Provides access to members that control parameters to the build seamlines operation. |
IBuildSeamlinesParameters2 | Provides access to members that control parameters to the build seamlines operation. |
IBuildSeamlinesParameters | Provides access to members that control parameters to the build seamlines operation. |
Classes that implement IBuildSeamlinesParameters5
Classes | Description |
---|---|
BuildSeamlinesParameters | An object that controls how the seamline geometry for items in a mosiac dataset are computed. |