Class GeoPolygonFactory.BestShape

  • Enclosing class:
    GeoPolygonFactory

    private static class GeoPolygonFactory.BestShape
    extends java.lang.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 Detail

      • points

        public final java.util.List<GeoPoint> points
      • poleMustBeInside

        public boolean poleMustBeInside
    • Constructor Detail

      • BestShape

        public BestShape​(java.util.List<GeoPoint> points,
                         boolean poleMustBeInside)