Packages

object RasterRegion extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RasterRegion
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. def apply(source: RasterSource, bounds: GridBounds[Long]): RasterRegion

    Reference to a pixel region in a RasterSource that may be read at a later time.

    Reference to a pixel region in a RasterSource that may be read at a later time.

    source

    raster source that can be used to read this region.

    bounds

    pixel bounds relative to the source, maybe not be fully contained by the source bounds.

    Note

    It is required that the RasterSource intersects with the given GridBounds.