IMosaicRule Interface

Provides access to members that control a mosaic rule.

Members

Name Description
Read/write property Ascending Indicates whether the ascending flag of OrderBy.
Read/write property FIDs The list of (selected) catalog item IDs.
Read/write property LockRasterID The lock raster ID.
Read/write property MosaicMethod The mosaic method.
Read/write property MosaicOperatorType The type of mosaic operator for resolving overlapping pixels.
Read/write property OrderByBaseValue The Order By base value.
Read/write property OrderByFieldName The Order By field on the source catalog.
Read/write property TimeValue The request time value.
Read/write property Viewpoint The view point.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.