Packages

object MosaicRasterSource extends Serializable

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

Value Members

  1. def apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, rasterSourceName: SourceName): MosaicRasterSource
  2. def apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS): MosaicRasterSource
  3. def apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, targetGridExtent: GridExtent[Long], rasterSourceName: SourceName): MosaicRasterSource
  4. def apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, targetGridExtent: GridExtent[Long]): MosaicRasterSource

    All apply methods reproject the input sourcesList to the targetGridExtent

  5. implicit def gridExtentSemigroup[N](implicit arg0: Integral[N]): Semigroup[GridExtent[N]]
  6. def instance(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, targetGridExtent: GridExtent[Long]): MosaicRasterSource
  7. def instance(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS): MosaicRasterSource
  8. def instance(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, sourceName: SourceName): MosaicRasterSource

    This instance method allows to create an instance of the MosaicRasterSource.

    This instance method allows to create an instance of the MosaicRasterSource. It computes the MosaicRasterSource basing on the input sourcesList.

  9. def instance(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, targetGridExtent: GridExtent[Long], sourceName: SourceName): MosaicRasterSource

    This instance method allows to create an instance of the MosaicRasterSource.

    This instance method allows to create an instance of the MosaicRasterSource. It assumes that all raster sources are known, and the GridExtent is also known.

  10. implicit val rasterSemigroup: Semigroup[Raster[MultibandTile]]