Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RasterRegion
  2. ProjectedRasterLike
  3. CellGrid
  4. GridIntegral
  5. Grid
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RasterRegion()

Abstract Value Members

  1. abstract def cellType: CellType
    Definition Classes
    CellGrid
  2. abstract def cols: Int
    Definition Classes
    ProjectedRasterLike
  3. abstract def crs: CRS
    Definition Classes
    ProjectedRasterLike
  4. abstract def extent: Extent
    Definition Classes
    ProjectedRasterLike
  5. abstract def raster: Option[Raster[MultibandTile]]
  6. abstract def rows: Int
    Definition Classes
    ProjectedRasterLike

Concrete Value Members

  1. def dimensions: Dimensions[Int]
    Definition Classes
    GridIntegralGrid
  2. def size: Int
    Definition Classes
    GridIntegralGrid