RasterInfo class final
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.
- Implemented types
Properties
- cellSizeX → double
-
Gets the cell size (spatial resolution) of the raster in the x dimension.
no setter
- cellSizeY → double
-
Gets the cell size (spatial resolution) of the raster in the y dimension.
no setter
- extent → Envelope?
-
The full extent of the raster.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spatialReference → SpatialReference?
-
The spatial reference of the raster.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited