object RasterExtent extends Serializable
The companion object for the RasterExtent type.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RasterExtent
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(extent: Extent, tile: CellGrid[Int]): RasterExtent
Create a new RasterExtent from an Extent and a CellGrid.
-
def
apply(tile: CellGrid[Int], extent: Extent): RasterExtent
Create a new RasterExtent from a CellGrid and an Extent.
-
def
apply(extent: Extent, cellSize: CellSize): RasterExtent
Create a new RasterExtent from an Extent and a CellSize.
-
def
apply(extent: Extent, cols: Int, rows: Int): RasterExtent
Create a new RasterExtent from an Extent, a column, and a row.
- implicit val codecForRasterExtent: AsObject[RasterExtent]