Class ParcelGenerator.ParcelParameter

java.lang.Object
org.apache.sedona.common.spider.ParcelGenerator.ParcelParameter
Enclosing class:
ParcelGenerator

public static class ParcelGenerator.ParcelParameter extends Object
  • Field Details

    • cardinality

      public final long cardinality
      The number of boxes to generate
    • dither

      public final double dither
      The amount of dithering as a ratio of the side length. Allowed range [0, 1]
    • splitRange

      public final double splitRange
      The allowed range for splitting boxes. Allowed range [0.0, 0.5] 0.0 means all values are allowed. 0.5 means always split in half.
  • Constructor Details

    • ParcelParameter

      public ParcelParameter(long cardinality, double dither, double splitRange)
  • Method Details