Uses of Class
org.apache.lucene.geo.Point
Packages that use Point
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of Point in org.apache.lucene.document
Methods in org.apache.lucene.document that return PointModifier and TypeMethodDescriptionprotected Point
LatLonShapeDocValues.computeCentroid()
LatLonShapeDocValues.getCentroid()
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 PointMethods in org.apache.lucene.geo with parameters of type PointModifier and TypeMethodDescription(package private) static Component2D
create a Point2D component tree from a LatLon pointMethod parameters in org.apache.lucene.geo with type arguments of type PointModifier and TypeMethodDescriptionvoid
Tessellator.Monitor.currentState
(String status, List<Point> points, List<Tessellator.Triangle> tessellation) Each loop of the main earclip algorithm will call this with the current statevoid
When a new polygon split is entered for mode=SPLIT, this is called.