Packages

object RasterExtent extends Serializable

The companion object for the RasterExtent type.

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

Value Members

  1. def apply(extent: Extent, tile: CellGrid[Int]): RasterExtent

    Create a new RasterExtent from an Extent and a CellGrid.

  2. def apply(tile: CellGrid[Int], extent: Extent): RasterExtent

    Create a new RasterExtent from a CellGrid and an Extent.

  3. def apply(extent: Extent, cellSize: CellSize): RasterExtent

    Create a new RasterExtent from an Extent and a CellSize.

  4. def apply(extent: Extent, cols: Int, rows: Int): RasterExtent

    Create a new RasterExtent from an Extent, a column, and a row.

  5. implicit val codecForRasterExtent: AsObject[RasterExtent]