Packages

c

geotrellis.raster.RasterRegion

GridBoundsRasterRegion

case class GridBoundsRasterRegion(source: RasterSource, bounds: GridBounds[Long]) extends RasterRegion with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridBoundsRasterRegion
  2. Product
  3. Equals
  4. RasterRegion
  5. ProjectedRasterLike
  6. CellGrid
  7. GridIntegral
  8. Grid
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GridBoundsRasterRegion(source: RasterSource, bounds: GridBounds[Long])

Value Members

  1. val bounds: GridBounds[Long]
  2. def cellType: CellType
    Definition Classes
    GridBoundsRasterRegionCellGrid
  3. def cols: Int
  4. def crs: CRS
  5. def dimensions: Dimensions[Int]
    Definition Classes
    GridIntegralGrid
  6. def extent: Extent
  7. lazy val raster: Option[Raster[MultibandTile]]
    Definition Classes
    GridBoundsRasterRegionRasterRegion
    Annotations
    @transient()
  8. def rows: Int
  9. def size: Int
    Definition Classes
    GridIntegralGrid
  10. val source: RasterSource