Package com.github.micycle1.geoblitz
Class SegmentVoronoiIndex.CellRecord
java.lang.Object
com.github.micycle1.geoblitz.SegmentVoronoiIndex.CellRecord
- Enclosing class:
- SegmentVoronoiIndex
A record containing the Voronoi cell polygon and its associated segment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.locationtech.jts.geom.PolygonThe Voronoi cell polygon. -
Method Summary
-
Field Details
-
cell
public final org.locationtech.jts.geom.Polygon cellThe Voronoi cell polygon.
-