Class SegmentVoronoiIndex.CellRecord

java.lang.Object
com.github.micycle1.geoblitz.SegmentVoronoiIndex.CellRecord
Enclosing class:
SegmentVoronoiIndex

public static final class SegmentVoronoiIndex.CellRecord extends Object
A record containing the Voronoi cell polygon and its associated segment.
  • Field Details

    • cell

      public final org.locationtech.jts.geom.Polygon cell
      The Voronoi cell polygon.