Uses of Class
org.apache.lucene.geo.Point
-
Packages that use Point Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of Point in org.apache.lucene.document
Methods in org.apache.lucene.document that return Point Modifier and Type Method Description protected Point
LatLonShapeDocValues. computeCentroid()
Point
LatLonShapeDocValues. getCentroid()
Point
LatLonShapeDocValuesField. getCentroid()
retrieves the centroid location for the geometry -
Uses of Point in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return types with arguments of type Point Modifier and Type Method Description private static java.util.List<Point>
Tessellator. getPoints(Tessellator.Node start)
Methods in org.apache.lucene.geo with parameters of type Point Modifier and Type Method Description (package private) static Component2D
Point2D. create(Point point)
create a Point2D component tree from a LatLon pointMethod parameters in org.apache.lucene.geo with type arguments of type Point Modifier and Type Method Description void
Tessellator.Monitor. currentState(java.lang.String status, java.util.List<Point> points, java.util.List<Tessellator.Triangle> tessellation)
Each loop of the main earclip algorithm will call this with the current statevoid
Tessellator.Monitor. startSplit(java.lang.String status, java.util.List<Point> leftPolygon, java.util.List<Point> rightPolygon)
When a new polygon split is entered for mode=SPLIT, this is called.
-