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
- Alphabetic
- By Inheritance
Inherited
- RasterSummary
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val bounds: Bounds[M]
- val cellSize: CellSize
- val cellType: CellType
- val cells: Long
- def combine(other: RasterSummary[M])(implicit ev: Boundable[M]): RasterSummary[M]
- val count: Long
- val crs: CRS
- def estimatePartitionsNumber: Int
- val extent: Extent
- def layoutDefinition(scheme: LayoutScheme): LayoutDefinition
- def levelFor(layoutScheme: LayoutScheme): LayoutLevel
- def resample(resampleTarget: ResampleTarget): RasterSummary[M]
- def toGridExtent: GridExtent[Long]
- def toTileLayerMetadata(layoutType: LayoutType): TileLayerMetadata[SpatialKey]
- def toTileLayerMetadata(layoutDefinition: LayoutDefinition): TileLayerMetadata[SpatialKey]
- def toTileLayerMetadata[K](layoutDefinition: LayoutDefinition, keyTransform: (M, SpatialKey) ⇒ K)(implicit arg0: SpatialComponent[K]): TileLayerMetadata[K]