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
Method 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.