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. | |
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. |
IBuildSeamlinesParameters2.Ascending Property
Indicates whether the ascending flag of OrderBy.
Public Property Ascending As Boolean
public bool Ascending {get; set;}
IBuildSeamlinesParameters2.BlendType Property
The blend type.
Public Property BlendType As esriBlendType
public esriBlendType BlendType {get; set;}
IBuildSeamlinesParameters2.BlendWidth Property
The blend width.
Public Property BlendWidth As Double
public double BlendWidth {get; set;}
IBuildSeamlinesParameters2.CellSizes Property
The cell size values.
Public Property CellSizes As IDoubleArray
public IDoubleArray CellSizes {get; set;}
IBuildSeamlinesParameters2.Method Property
Method to use for building seamlines.
Public Property Method As esriBuildSeamlinesMethod
public esriBuildSeamlinesMethod Method {get; set;}
IBuildSeamlinesParameters2.OrderByBaseValue Property
The Order By base value.
Public Property OrderByBaseValue As Object
public object OrderByBaseValue {get; set;}
IBuildSeamlinesParameters2.OrderByFieldName Property
The field to order by if mosaic method is by attribute.
Public Property OrderByFieldName As String
public string OrderByFieldName {get; set;}
IBuildSeamlinesParameters2.RequestSize Property
The request size.
Public Property RequestSize As Integer
public int RequestSize {get; set;}
IBuildSeamlinesParameters2.RequestSizeType Property
The unit of the request size is determined by request size type.
Public Property RequestSizeType As esriRequestSizeType
public esriRequestSizeType RequestSizeType {get; set;}
IBuildSeamlinesParameters2.SortMethod Property
Mosaic method to use for calculating the sorder.
Public Property SortMethod As esriMosaicMethod
public esriMosaicMethod SortMethod {get; set;}
IBuildSeamlinesParameters2.Viewpoint Property
The view point.
Public Property Viewpoint As IPoint
public IPoint Viewpoint {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IBuildSeamlinesParameters | Provides access to members that control parameters to the build seamlines operation. |
Classes that implement IBuildSeamlinesParameters2
Classes | Description |
---|---|
BuildSeamlinesParameters | An object that controls how the seamline geometry for items in a mosiac dataset are computed. |