Module org.apache.lucene.spatial3d
Package org.apache.lucene.spatial3d.geom
Class GeoPolygonFactory.BestShape
java.lang.Object
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.BestShape
- Enclosing class:
GeoPolygonFactory
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGeoComplexPolygon
(PlanetModel planetModel, List<List<GeoPoint>> pointsList, GeoPoint testPoint)
-
Field Details
-
points
-
poleMustBeInside
public boolean poleMustBeInside
-
-
Constructor Details
-
BestShape
-
-
Method Details
-
createGeoComplexPolygon
public GeoComplexPolygon createGeoComplexPolygon(PlanetModel planetModel, List<List<GeoPoint>> pointsList, GeoPoint testPoint)
-