object MosaicRasterSource extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MosaicRasterSource
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, rasterSourceName: SourceName): MosaicRasterSource
- def apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS): MosaicRasterSource
- def apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, targetGridExtent: GridExtent[Long], rasterSourceName: SourceName): MosaicRasterSource
-
def
apply(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, targetGridExtent: GridExtent[Long]): MosaicRasterSource
All apply methods reproject the input sourcesList to the targetGridExtent
- implicit def gridExtentSemigroup[N](implicit arg0: Integral[N]): Semigroup[GridExtent[N]]
- def instance(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS, targetGridExtent: GridExtent[Long]): MosaicRasterSource
- def instance(sourcesList: NonEmptyList[RasterSource], targetCRS: CRS): MosaicRasterSource
-
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.
-
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.
- implicit val rasterSemigroup: Semigroup[Raster[MultibandTile]]