Collection of Raster enumerations. More...
|  Header |  #include <Raster | 
Types
| enum class | Add | 
| enum class | Mosaic | 
| enum class | Mosaic | 
| enum class | Pansharpen | 
| enum class | Pixel | 
| enum class | Preset | 
| enum class | Raster | 
| enum class | Raster | 
| enum class | Slope | 
| enum class | Stretch | 
Detailed Description
Type Documentation
enum class AddRastersParametersType   
Enumerates the AddRastersParametersType used in a mosaic dataset raster.
The AddRastersParametersType can be one of:
| Constant | Value | Description | 
|---|---|---|
Add | 0 | The add rasters parameters. | 
Add | 1 | The frame camera parameters. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.1.
enum class MosaicMethod 
Enumerates mosaic method types.
The MosaicMethod can be one of:
| Constant | Value | Description | 
|---|---|---|
Mosaic | 0 | None. | 
Mosaic | 1 | Center. | 
Mosaic | 2 | Northwest. | 
Mosaic | 3 | Nadir. | 
Mosaic | 4 | Viewpoint. | 
Mosaic | 5 | Attribute. | 
Mosaic | 6 | Lock | 
Mosaic | 7 | Seamline. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.9.
enum class MosaicOperation 
Enumerates mosaic method types.
The MosaicOperation can be one of:
| Constant | Value | Description | 
|---|---|---|
Mosaic | 0 | First. | 
Mosaic | 1 | Last. | 
Mosaic | 2 | Min. | 
Mosaic | 3 | Max. | 
Mosaic | 4 | Mean. | 
Mosaic | 5 | Blend. | 
Mosaic | 6 | Sum. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.9.
enum class PansharpenType 
Enumerates various types of pan-sharpening for use in a RasterRenderer.
For detailed information on pan-sharpening, please consult the ArcGIS Desktop documentation.
The PansharpenType can be one of:
| Constant | Value | Description | 
|---|---|---|
Pansharpen | -1 | No pan-sharpening. | 
Pansharpen | 0 | IH | 
Pansharpen | 1 | Brovey pan-sharpening. | 
Pansharpen | 2 | Mean pan-sharpening. | 
Pansharpen | 3 | Esri pan-sharpening. | 
Pansharpen | 4 | Gram Shmidt pan-sharpening. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PixelType 
Enumerates various pixel type values.
The PixelType can be one of:
| Constant | Value | Description | 
|---|---|---|
Pixel | -1 | Unknown pixel type. | 
Pixel | 0 | 1-bit pixel type. | 
Pixel | 1 | 2-bit pixel type. | 
Pixel | 2 | 4-bit pixel type. | 
Pixel | 3 | Unsigned 8-bit integer pixel type. | 
Pixel | 4 | Signed 8-bit integer pixel type. | 
Pixel | 5 | Unsigned 16-bit integer pixel type. | 
Pixel | 6 | Signed 16-bit integer pixel type. | 
Pixel | 7 | Unsigned 32-bit integer pixel type. | 
Pixel | 8 | Signed 32-bit integer pixel type. | 
Pixel | 9 | 32-bit floating point number pixel type. | 
Pixel | 10 | 64-bit floating point number pixel type. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.1.
enum class PresetColorRampType   
Enumerates various types of preset color ramps for use in a RasterRenderer.
The PresetColorRampType can be one of:
| Constant | Value | Description | 
|---|---|---|
Preset | -1 | No preset color ramp. | 
Preset | 0 | Elevation preset color ramp. | 
Preset | 1 | DE | 
Preset | 2 | DE | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class RasterRendererType  
Enumerates various types of raster renderers.
The RasterRendererType can be one of:
| Constant | Value | Description | 
|---|---|---|
Raster | 0 | A Esri | 
Raster | 1 | A Esri | 
Raster | 2 | A Esri | 
Raster | 3 | A Esri | 
Raster | 4 | A Esri | 
Raster | 5 | A Esri | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class RasterType 
Enumerates various types of rasters.
The RasterType can be one of:
| Constant | Value | Description | 
|---|---|---|
Raster | 0 | A standard file-based raster. | 
Raster | 1 | A mosaic dataset raster. | 
Raster | 2 | obsolete since 100.2, use Raster | 
Raster | 2 | A Geo | 
Raster | 3 | An image service raster. | 
Raster | -1 | Unknown raster. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class SlopeType 
Enumerates various slope types.
The SlopeType can be one of:
| Constant | Value | Description | 
|---|---|---|
Slope | -1 | No slope type. | 
Slope | 0 | The slope in degrees. | 
Slope | 1 | The slope in percent slope. | 
Slope | 2 | The slope is scaled. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class StretchParametersType  
Enumerates the StretchParametersType used in a raster renderer.
For detailed information on the different stretch types, please consult the ArcGIS Desktop documentation.
The StretchParametersType can be one of:
| Constant | Value | Description | 
|---|---|---|
Stretch | -1 | No stretch type. | 
Stretch | 0 | Minimum maximum stretch type. | 
Stretch | 1 | Standard deviation stretch type. | 
Stretch | 2 | Histogram equalization stretch type. | 
Stretch | 3 | Percent clip stretch type. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.