Packages

c

geotrellis.raster

GridBoxingBench

class GridBoxingBench extends AnyRef

See issue https://github.com/locationtech/geotrellis/issues/3427

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

Instance Constructors

  1. new GridBoxingBench()

Value Members

  1. var cellType: String
  2. var col: Int
  3. var row: Int
  4. def selectCell(): Unit
    Annotations
    @Setup()
  5. def setCell(): Tile
    Annotations
    @Benchmark()
  6. def setup(): Unit
    Annotations
    @Setup()
  7. val size: Int
  8. var tile: MutableArrayTile
  9. var value: Int