Class RasterInfo
Information about a specific raster.
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RasterInfo
Remarks
Properties in this class describe basic characteristics of a raster. For example, Extent provides the geographic area covered by the raster, while CellSizeX and CellSizeY specify the cell size (ground distance per pixel), which defines the spatial resolution of the raster.
Properties
| Name | Description |
|---|---|
| CellSizeX | Gets the cell size (spatial resolution) of the raster in the x dimension. |
| CellSizeY | Gets the cell size (spatial resolution) of the raster in the y dimension. |
| Extent | Gets the full extent of the raster. |
| SpatialReference | Gets the spatial reference of the raster. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |