Packages

object ProjectedRaster extends Serializable

The companion object for the ProjectedRaster type.

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

Value Members

  1. 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.

  2. 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

  1. 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

  2. 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

  3. 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