Class GeoPolygonFactory.BestShape

java.lang.Object
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.BestShape
Enclosing class:
GeoPolygonFactory

private static class GeoPolygonFactory.BestShape extends Object
Class for tracking the best shape for finding a pole, and whether or not the pole must be inside or outside of the shape.
  • Field Details

    • points

      public final List<GeoPoint> points
    • poleMustBeInside

      public boolean poleMustBeInside
  • Constructor Details

    • BestShape

      public BestShape(List<GeoPoint> points, boolean poleMustBeInside)
  • Method Details