object GeoTrellisRasterSource extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTrellisRasterSource
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(dataPath: GeoTrellisPath, time: Option[ZonedDateTime], targetCellType: Option[TargetCellType]): GeoTrellisRasterSource
- def apply(dataPath: GeoTrellisPath, time: Option[ZonedDateTime]): GeoTrellisRasterSource
- def apply(dataPath: GeoTrellisPath): GeoTrellisRasterSource
- def getClosestResolution[T](grids: Seq[T], cellSize: CellSize, strategy: OverviewStrategy = OverviewStrategy.DEFAULT)(implicit f: (T) ⇒ CellSize): T
-
def
getSourceLayersByName(attributeStore: AttributeStore, layerName: String, bandCount: Int): Stream[Layer]
Read metadata for all layers that share a name and sort them by their resolution
- def read(reader: CollectionLayerReader[LayerId], layerId: LayerId, metadata: TileLayerMetadata[_], extent: Extent, bands: Seq[Int], time: Option[ZonedDateTime]): Option[Raster[MultibandTile]]
- def readIntersecting(reader: CollectionLayerReader[LayerId], layerId: LayerId, metadata: TileLayerMetadata[_], extent: Extent, bands: Seq[Int], time: Option[ZonedDateTime]): Option[Raster[MultibandTile]]
- def readTiles(reader: CollectionLayerReader[LayerId], layerId: LayerId, extent: Extent, bands: Seq[Int], time: Option[ZonedDateTime]): Seq[(SpatialKey, MultibandTile)] with Metadata[TileLayerMetadata[SpatialKey]]