| Package | com.esri.ags.layers.supportClasses |
| Class | public class MosaicRule |
| Inheritance | MosaicRule Object |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| ascending : Boolean = false
Indicates whether the sort should be ascending or not. | MosaicRule | ||
| lockRasterIds : Array
The lock raster IDs. | MosaicRule | ||
| method : String
The mosaic method determines how the selected rasters are ordered. | MosaicRule | ||
| objectIds : Array
The current selection set on the source catalog. | MosaicRule | ||
| operation : String
The mosaic operation determines how overlapping pixels at the same location are resolved. | MosaicRule | ||
| sortField : String
The sort field on the source catalog. | MosaicRule | ||
| sortValue : Object
The sort base value. | MosaicRule | ||
| viewpoint : MapPoint
The view point. | MosaicRule | ||
| where : String
The where clause determines which rasters will participate in the mosaic. | MosaicRule | ||
| Constant | Defined By | ||
|---|---|---|---|
| METHOD_ATTRIBUTE : String = esriMosaicAttribute [static]
Sorts rasters based on an attribute field and its difference from a base value. | MosaicRule | ||
| METHOD_CENTER : String = esriMosaicCenter [static]
Sorts rasters based on their proximity to the view center or the center of view extent. | MosaicRule | ||
| METHOD_LOCK_RASTER : String = esriMosaicLockRaster [static]
Selects only the rasters in a given list of raster IDs to participate in the mosaic. | MosaicRule | ||
| METHOD_NADIR : String = esriMosaicNadir [static]
Sorts rasters based on the distance between the nadir position and view center. | MosaicRule | ||
| METHOD_NONE : String = esriMosaicNone [static]
By no special ordering. | MosaicRule | ||
| METHOD_NORTHWEST : String = esriMosaicNorthwest [static]
Sorts rasters in a view-independent way, where rasters with their centers most northwest are displayed on top. | MosaicRule | ||
| METHOD_SEAMLINE : String = esriMosaicSeamline [static]
Cuts the raster using a predefined seamline shape for each raster using optional feathering along the seams. | MosaicRule | ||
| METHOD_VIEWPOINT : String = esriMosaicViewpoint [static]
Sorts rasters based on a user-defined view point location and nadir location for the rasters
Mosaic operations that apply: first (default), last, min, max, mean and blend.
| MosaicRule | ||
| OPERATION_BLEND : String = MT_BLEND [static]
The output value will be a blend of values of the overlapped cells. | MosaicRule | ||
| OPERATION_FIRST : String = MT_FIRST [static]
The output value will be determined by the order the inputs are entered, with the first raster specified as the top. | MosaicRule | ||
| OPERATION_LAST : String = MT_LAST [static]
Mosaics using the last value. | MosaicRule | ||
| OPERATION_MAX : String = MT_MAX [static]
The output value will be the maximum value of the overlapped cells. | MosaicRule | ||
| OPERATION_MEAN : String = MT_MEAN [static]
The output value will be the mean value of the overlapped cells. | MosaicRule | ||
| OPERATION_MIN : String = MT_MIN [static]
The output value will be the minimum value of the overlapped cells. | MosaicRule | ||
| ascending | property |
public var ascending:Boolean = falseIndicates whether the sort should be ascending or not.
| lockRasterIds | property |
public var lockRasterIds:ArrayThe lock raster IDs.
| method | property |
public var method:StringThe mosaic method determines how the selected rasters are ordered.
See also
| objectIds | property |
public var objectIds:ArrayThe current selection set on the source catalog.
| operation | property |
public var operation:StringThe mosaic operation determines how overlapping pixels at the same location are resolved.
See also
| sortField | property |
public var sortField:StringThe sort field on the source catalog.
| sortValue | property |
public var sortValue:ObjectThe sort base value.
| viewpoint | property |
public var viewpoint:MapPointThe view point.
| where | property |
public var where:StringThe where clause determines which rasters will participate in the mosaic.
| METHOD_ATTRIBUTE | Constant |
public static const METHOD_ATTRIBUTE:String = esriMosaicAttributeSorts rasters based on an attribute field and its difference from a base value.
Mosaic operations that apply: first (default), last, min, max, mean and blend.
| METHOD_CENTER | Constant |
public static const METHOD_CENTER:String = esriMosaicCenterSorts rasters based on their proximity to the view center or the center of view extent. The rasters that have their center closest to the view center are placed on top.
Mosaic operations that apply: first (default), last, min, max, mean and blend.
| METHOD_LOCK_RASTER | Constant |
public static const METHOD_LOCK_RASTER:String = esriMosaicLockRasterSelects only the rasters in a given list of raster IDs to participate in the mosaic. This method takes LockRasterIDs as a parameter which defines the list. The rasters are in a random order. The rasters will be visible at all pixel sizes regardless of the minimum and maximum pixel size range of the locked rasters.
Mosaic operations that apply: first (default), last, min, max, mean and blend.
| METHOD_NADIR | Constant |
public static const METHOD_NADIR:String = esriMosaicNadirSorts rasters based on the distance between the nadir position and view center. This is similar to the esriMosaicCenter method but uses the nadir point to a raster, which may be different than the center, especially for oblique imagery.
Mosaic operations that apply: first (default), last, min, max, mean and blend.
| METHOD_NONE | Constant |
public static const METHOD_NONE:String = esriMosaicNoneBy no special ordering.
| METHOD_NORTHWEST | Constant |
public static const METHOD_NORTHWEST:String = esriMosaicNorthwestSorts rasters in a view-independent way, where rasters with their centers most northwest are displayed on top.
Mosaic operations that apply: first (default), last, min, max, mean and blend.
| METHOD_SEAMLINE | Constant |
public static const METHOD_SEAMLINE:String = esriMosaicSeamlineCuts the raster using a predefined seamline shape for each raster using optional feathering along the seams. The Ordering is defined during seamline generation.
Mosaic operations that apply: first (default), min, max, mean and blend.
| METHOD_VIEWPOINT | Constant |
public static const METHOD_VIEWPOINT:String = esriMosaicViewpointSorts rasters based on a user-defined view point location and nadir location for the rasters
Mosaic operations that apply: first (default), last, min, max, mean and blend.
| OPERATION_BLEND | Constant |
public static const OPERATION_BLEND:String = MT_BLENDThe output value will be a blend of values of the overlapped cells.
| OPERATION_FIRST | Constant |
public static const OPERATION_FIRST:String = MT_FIRSTThe output value will be determined by the order the inputs are entered, with the first raster specified as the top. This is the default.
| OPERATION_LAST | Constant |
public static const OPERATION_LAST:String = MT_LASTMosaics using the last value.
| OPERATION_MAX | Constant |
public static const OPERATION_MAX:String = MT_MAXThe output value will be the maximum value of the overlapped cells.
| OPERATION_MEAN | Constant |
public static const OPERATION_MEAN:String = MT_MEANThe output value will be the mean value of the overlapped cells.
| OPERATION_MIN | Constant |
public static const OPERATION_MIN:String = MT_MINThe output value will be the minimum value of the overlapped cells.