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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bounds: Bounds[M]
- val cellSize: CellSize
- val cellType: CellType
- val cells: Long
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def combine(other: RasterSummary[M])(implicit ev: Boundable[M]): RasterSummary[M]
- val count: Long
- val crs: CRS
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def estimatePartitionsNumber: Int
- val extent: Extent
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def layoutDefinition(scheme: LayoutScheme): LayoutDefinition
- def levelFor(layoutScheme: LayoutScheme): LayoutLevel
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def resample(resampleTarget: ResampleTarget): RasterSummary[M]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- 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]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()