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. | |
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. | |
UpdateSeamlines | ||
Viewpoint | The view point. |
IBuildSeamlinesParameters4.DirtyArea Property
The geometry defining the area that is dirty.
Public Property DirtyArea As IGeometry
public IGeometry DirtyArea {get; set;}
IBuildSeamlinesParameters4.UpdateSeamlines Property
.
Public Property UpdateSeamlines As Boolean
public bool UpdateSeamlines {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
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 IBuildSeamlinesParameters4
Classes | Description |
---|---|
BuildSeamlinesParameters | An object that controls how the seamline geometry for items in a mosiac dataset are computed. |