Packages

c

geotrellis.raster.summary

PolygonalSummaryBench

class PolygonalSummaryBench extends AnyRef

Annotations
@BenchmarkMode() @State()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolygonalSummaryBench
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolygonalSummaryBench()

Value Members

  1. var geom: Geometry
  2. val geotiffPath: String
  3. var multibandGeom: Geometry
  4. def multibandMeanVisitor: PolygonalSummaryResult[Array[MeanValue]]
    Annotations
    @Benchmark()
  5. var multibandRaster: Raster[MultibandTile]
  6. def multibandVisitor: PolygonalSummaryResult[Array[MaxValue]]
    Annotations
    @Benchmark()
  7. var raster: Raster[Tile]
  8. def setup(): Unit
    Annotations
    @Setup()
  9. def singlebandMeanVisitor: PolygonalSummaryResult[MeanValue]
    Annotations
    @Benchmark()
  10. def singlebandVisitor: PolygonalSummaryResult[MaxValue]
    Annotations
    @Benchmark()