KnownPixelSelection enum
Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad')
Represents the method used to select or compute pixels when creating composites from multiple sources
Fields
| Count | Count available pixels across sources |
| First | Select pixel from the first available image |
| Highest | Select pixel with the highest value |
| LastBandHigh | Select image with highest value in the last band |
| LastBandLow | Select image with lowest value in the last band |
| Lowest | Select pixel with the lowest value |
| Mean | Calculate mean of available pixels |
| Median | Calculate median of available pixels |
| StandardDeviation | Calculate standard deviation of available pixels |