case class GridBoundsRasterRegion(source: RasterSource, bounds: GridBounds[Long]) extends RasterRegion with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GridBoundsRasterRegion
- Product
- Equals
- RasterRegion
- ProjectedRasterLike
- CellGrid
- GridIntegral
- Grid
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GridBoundsRasterRegion(source: RasterSource, bounds: GridBounds[Long])
Value Members
- val bounds: GridBounds[Long]
-
def
cellType: CellType
- Definition Classes
- GridBoundsRasterRegion → CellGrid
-
def
cols: Int
- Definition Classes
- GridBoundsRasterRegion → ProjectedRasterLike → Grid
-
def
crs: CRS
- Definition Classes
- GridBoundsRasterRegion → ProjectedRasterLike
-
def
dimensions: Dimensions[Int]
- Definition Classes
- GridIntegral → Grid
-
def
extent: Extent
- Definition Classes
- GridBoundsRasterRegion → ProjectedRasterLike
-
lazy val
raster: Option[Raster[MultibandTile]]
- Definition Classes
- GridBoundsRasterRegion → RasterRegion
- Annotations
- @transient()
-
def
rows: Int
- Definition Classes
- GridBoundsRasterRegion → ProjectedRasterLike → Grid
-
def
size: Int
- Definition Classes
- GridIntegral → Grid
- val source: RasterSource