object ProjectedRaster extends Serializable
The companion object for the ProjectedRaster type.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectedRaster
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply[T <: CellGrid[Int]](tile: T, extent: ProjectedExtent): ProjectedRaster[T]
Take a Tile, and ProjectedExtent, and a CRS and use them to produce a ProjectedRaster.
-
def
apply[T <: CellGrid[Int]](tile: T, extent: Extent, crs: CRS): ProjectedRaster[T]
Take a Tile, and Extent, and a CRS and use them to produce a ProjectedRaster.
Deprecated Value Members
-
implicit
def
projectedToRaster[T <: CellGrid[Int]](p: ProjectedRaster[T]): Raster[T]
Implicit conversion from a ProjectedRaster to a Raster.
Implicit conversion from a ProjectedRaster to a Raster.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.1) Implicit conversions considered unsafe
-
implicit
def
projectedToTile[T <: CellGrid[Int]](p: ProjectedRaster[T]): T
Implicit conversion from a ProjectedRaster to a tile.
Implicit conversion from a ProjectedRaster to a tile.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.1) Implicit conversions considered unsafe
-
implicit
def
tupToRaster[T <: CellGrid[Int]](tup: (Raster[T], CRS)): ProjectedRaster[T]
Implicit conversion from a Raster, CRS pair to a ProjectedRaster.
Implicit conversion from a Raster, CRS pair to a ProjectedRaster.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.1) Implicit conversions considered unsafe