abstract class RasterRegion extends CellGrid[Int] with ProjectedRasterLike with Serializable
Reference to a pixel region in a RasterSource that may be read at a later time.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RasterRegion
- ProjectedRasterLike
- CellGrid
- GridIntegral
- Grid
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RasterRegion()
Abstract Value Members
-
abstract
def
cellType: CellType
- Definition Classes
- CellGrid
-
abstract
def
cols: Int
- Definition Classes
- ProjectedRasterLike
-
abstract
def
crs: CRS
- Definition Classes
- ProjectedRasterLike
-
abstract
def
extent: Extent
- Definition Classes
- ProjectedRasterLike
- abstract def raster: Option[Raster[MultibandTile]]
-
abstract
def
rows: Int
- Definition Classes
- ProjectedRasterLike
Concrete Value Members
-
def
dimensions: Dimensions[Int]
- Definition Classes
- GridIntegral → Grid
-
def
size: Int
- Definition Classes
- GridIntegral → Grid