class PolygonalSummaryBench extends AnyRef
- Annotations
- @BenchmarkMode() @State()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PolygonalSummaryBench
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PolygonalSummaryBench()
Value Members
- var geom: Geometry
- val geotiffPath: String
- var multibandGeom: Geometry
-
def
multibandMeanVisitor: PolygonalSummaryResult[Array[MeanValue]]
- Annotations
- @Benchmark()
- var multibandRaster: Raster[MultibandTile]
-
def
multibandVisitor: PolygonalSummaryResult[Array[MaxValue]]
- Annotations
- @Benchmark()
- var raster: Raster[Tile]
-
def
setup(): Unit
- Annotations
- @Setup()
-
def
singlebandMeanVisitor: PolygonalSummaryResult[MeanValue]
- Annotations
- @Benchmark()
-
def
singlebandVisitor: PolygonalSummaryResult[MaxValue]
- Annotations
- @Benchmark()