This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a mosaic rule.
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.
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. |
Classes | Description |
---|---|
MosaicRule | A mosaic rule class. |