Provides access to members that control a mosaic rule.
Members
Name | Description | |
---|---|---|
Ascending | Indicates whether the ascending flag of OrderBy. | |
FIDs | The list of (selected) catalog item IDs. | |
LockRasterID | The lock raster ID. | |
MosaicMethod | The mosaic method. | |
MosaicOperatorType | The type of mosaic operator for resolving overlapping pixels. | |
OrderByBaseValue | The Order By base value. | |
OrderByFieldName | The Order By field on the source catalog. | |
TimeValue | The request time value. | |
Viewpoint | The view point. | |
WhereClause | The SQL selection where clause expression. |
IMosaicRule.Ascending Property
Indicates whether the ascending flag of OrderBy.
Public Property Ascending As Boolean
public bool Ascending {get; set;}
IMosaicRule.FIDs Property
The list of (selected) catalog item IDs.
Public Property FIDs As IFIDSet
public IFIDSet FIDs {get; set;}
IMosaicRule.LockRasterID Property
The lock raster ID.
Public Property LockRasterID As String
public string LockRasterID {get; set;}
IMosaicRule.MosaicMethod Property
The mosaic method.
Public Property MosaicMethod As esriMosaicMethod
public esriMosaicMethod MosaicMethod {get; set;}
IMosaicRule.MosaicOperatorType Property
The type of mosaic operator for resolving overlapping pixels.
Public Property MosaicOperatorType As rstMosaicOperatorType
public rstMosaicOperatorType MosaicOperatorType {get; set;}
IMosaicRule.OrderByBaseValue Property
The Order By base value.
Public Property OrderByBaseValue As Object
public object OrderByBaseValue {get; set;}
IMosaicRule.OrderByFieldName Property
The Order By field on the source catalog.
Public Property OrderByFieldName As String
public string OrderByFieldName {get; set;}
IMosaicRule.TimeValue Property
The request time value.
Public Property TimeValue As ITimeValue
public ITimeValue TimeValue {get; set;}
IMosaicRule.Viewpoint Property
The view point.
Public Property Viewpoint As IPoint
public IPoint Viewpoint {get; set;}
IMosaicRule.WhereClause Property
The SQL selection where clause expression.
Public Property WhereClause As String
public string WhereClause {get; set;}
Classes that implement IMosaicRule
Classes | Description |
---|---|
MosaicRule | A mosaic rule class. |