Packages

case class RasterSummary[M](crs: CRS, cellType: CellType, cellSize: CellSize, extent: Extent, cells: Long, count: Long, bounds: Bounds[M]) extends Serializable with Product

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RasterSummary
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RasterSummary(crs: CRS, cellType: CellType, cellSize: CellSize, extent: Extent, cells: Long, count: Long, bounds: Bounds[M])

Value Members

  1. val bounds: Bounds[M]
  2. val cellSize: CellSize
  3. val cellType: CellType
  4. val cells: Long
  5. def combine(other: RasterSummary[M])(implicit ev: Boundable[M]): RasterSummary[M]
  6. val count: Long
  7. val crs: CRS
  8. def estimatePartitionsNumber: Int
  9. val extent: Extent
  10. def layoutDefinition(scheme: LayoutScheme): LayoutDefinition
  11. def levelFor(layoutScheme: LayoutScheme): LayoutLevel
  12. def resample(resampleTarget: ResampleTarget): RasterSummary[M]
  13. def toGridExtent: GridExtent[Long]
  14. def toTileLayerMetadata(layoutType: LayoutType): TileLayerMetadata[SpatialKey]
  15. def toTileLayerMetadata(layoutDefinition: LayoutDefinition): TileLayerMetadata[SpatialKey]
  16. def toTileLayerMetadata[K](layoutDefinition: LayoutDefinition, keyTransform: (M, SpatialKey) ⇒ K)(implicit arg0: SpatialComponent[K]): TileLayerMetadata[K]