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 | |
Method | Method to use for building seamlines | |
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. | |
Viewpoint | The view point. |
IBuildSeamlinesParameters3.BlendWidthUnits Property
The blend width unit.
Public Property BlendWidthUnits As esriBlendWidthUnits
public esriBlendWidthUnits BlendWidthUnits {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
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 IBuildSeamlinesParameters3
Classes | Description |
---|---|
BuildSeamlinesParameters | An object that controls how the seamline geometry for items in a mosiac dataset are computed. |