Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.TileException
Packages that use GeoPolygonFactory.TileException
-
Uses of GeoPolygonFactory.TileException in org.apache.lucene.spatial3d.geom
Methods in org.apache.lucene.spatial3d.geom that throw GeoPolygonFactory.TileExceptionModifier and TypeMethodDescription(package private) static booleanGeoPolygonFactory.buildPolygonShape(GeoCompositePolygon rval, GeoPolygonFactory.MutableBoolean seenConcave, PlanetModel planetModel, List<GeoPoint> pointsList, BitSet internalEdges, int startPointIndex, int endPointIndex, SidedPlane startingEdge, List<GeoPolygon> holes, GeoPoint testPoint) Build a GeoPolygon out of one concave part and multiple convex parts given points, starting edge, and whether starting edge is internal or not.private static BooleanGeoPolygonFactory.findConvexPolygon(PlanetModel planetModel, GeoPolygonFactory.Edge currentEdge, GeoCompositePolygon rval, GeoPolygonFactory.EdgeBuffer edgeBuffer, List<GeoPolygon> holes, GeoPoint testPoint) Look for a convex polygon at the specified edge.(package private) static GeoPolygonGeoPolygonFactory.generateGeoPolygon(PlanetModel planetModel, List<GeoPoint> filteredPointList, List<GeoPolygon> holes, GeoPoint testPoint, boolean testPointInside) Create a GeoPolygon using the specified points and holes and a test point.private static booleanGeoPolygonFactory.makeConcavePolygon(PlanetModel planetModel, GeoCompositePolygon rval, GeoPolygonFactory.MutableBoolean seenConcave, GeoPolygonFactory.EdgeBuffer edgeBuffer, List<GeoPolygon> holes, GeoPoint testPoint) Look for a concave polygon in the remainder of the edgebuffer.