Provides access to members that control a mosaic rule.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IMosaicRule interface defines the mosaic rule for mosaicking requested images on the fly. It contains a mosaic method, its parameters, and a mosaic operation. In general, a mosaic rule is used to specify (1) the selection of rasters to participate in the mosaic; (2) how the selected rasters are ordered; (3) how overlapping pixels at the same location are resolved.
Members
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. |
CoClasses that implement IMosaicRule
CoClasses and Classes | Description |
---|---|
MosaicRule | A mosaic rule class. |