Uses of Class
org.apache.lucene.geo.LatLonGeometry
Packages that use LatLonGeometry
Package
Description
The logical representation of a
Document for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of LatLonGeometry in org.apache.lucene.document
Fields in org.apache.lucene.document declared as LatLonGeometryMethods in org.apache.lucene.document that return LatLonGeometryModifier and TypeMethodDescriptionprivate static LatLonGeometry[]LatLonShapeQuery.validateGeometries(ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) private static LatLonGeometry[]LatLonPointQuery.validateGeometry(ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) Methods in org.apache.lucene.document with parameters of type LatLonGeometryModifier and TypeMethodDescriptionprivate TwoPhaseIteratorLatLonDocValuesQuery.contains(SortedNumericDocValues values, LatLonGeometry[] geometries) private static QueryLatLonPoint.makeContainsGeometryQuery(String field, LatLonGeometry... latLonGeometries) private static QueryLatLonShape.makeContainsGeometryQuery(String field, LatLonGeometry... latLonGeometries) static QueryLatLonPoint.newGeometryQuery(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... latLonGeometries) Create a query for matching one or more geometries against the providedShapeField.QueryRelation.static QueryLatLonShape.newGeometryQuery(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... latLonGeometries) create a query to find all indexed geo shapes that intersect a provided geometry (or array of geometries).static QueryLatLonDocValuesField.newSlowGeometryQuery(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... latLonGeometries) Create a query for matching one or more geometries against the providedShapeField.QueryRelation.private static LatLonGeometry[]LatLonShapeQuery.validateGeometries(ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) private static LatLonGeometry[]LatLonPointQuery.validateGeometry(ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) Constructors in org.apache.lucene.document with parameters of type LatLonGeometryModifierConstructorDescription(package private)LatLonDocValuesQuery(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) (package private)LatLonPointQuery(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) Creates a query that matches all indexed shapes to the provided array ofLatLonGeometry(package private)LatLonShapeDocValuesQuery(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) (package private)LatLonShapeQuery(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... geometries) Creates a query that matches all indexed shapes to the provided array ofLatLonGeometry -
Uses of LatLonGeometry in org.apache.lucene.geo
Subclasses of LatLonGeometry in org.apache.lucene.geoModifier and TypeClassDescriptionfinal classRepresents a circle on the earth's surface.classRepresents a line on the earth's surface.final classRepresents a point on the earth's surface.final classRepresents a closed polygon on the earth's surface.classRepresents a lat/lon rectangle.Methods in org.apache.lucene.geo with parameters of type LatLonGeometryModifier and TypeMethodDescriptionstatic Component2DLatLonGeometry.create(LatLonGeometry... latLonGeometries) Creates a Component2D from the provided LatLonGeometry array