RasterInfo

Information about a specific raster. Properties in this class describe basic characteristics of a raster. For example, RasterInfo.extent provides the geographic area covered by the raster, while RasterInfo.cellSizeX and RasterInfo.cellSizeY specify the cell size (ground distance per pixel), which defines the spatial resolution of the raster.

Since

300.0.0

Properties

Link copied to clipboard

Gets the cell size (spatial resolution) of the raster in the x dimension. The cell size is in the units of the RasterInfo.spatialReference.

Link copied to clipboard

Gets the cell size (spatial resolution) of the raster in the y dimension. The cell size is in the units of the RasterInfo.spatialReference.

Link copied to clipboard

The full extent of the raster. The extent is defined using the RasterInfo.spatialReference coordinate space.

Link copied to clipboard

The spatial reference of the raster. Properties such as RasterInfo.extent, RasterInfo.cellSizeX, and RasterInfo.cellSizeY are defined in the context of this spatial reference.