Provides access to members that control the most common raster properties.
| Description | ||
|---|---|---|
![]() |
Extent | The extent of the Raster. |
![]() |
Height | Height in pixels. |
![]() |
IsInteger | Indicates if the data is integer. |
![]() |
MeanCellSize | Returns the approximate cell size of the raster. |
![]() |
NoDataValue | Data value used to indicate invalid or excluded data. |
![]() |
PixelType | Data type of the pixels. |
![]() |
SpatialReference | SpatialReference of the Raster. |
![]() |
Width | Width in pixels. |
| CoClasses and Classes | Description |
|---|---|
| Raster | An in-memory representation of a dynamic raster that can perform resampling and reprojection. |
| RasterBand | A representation of a single band of a raster dataset on disk. |