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 LatLonGeometryModifier and TypeFieldDescriptionprivate final LatLonGeometry[]
LatLonDocValuesQuery.geometries
private final LatLonGeometry[]
LatLonPointQuery.geometries
private final LatLonGeometry[]
LatLonShapeQuery.geometries
Methods in org.apache.lucene.document with parameters of type LatLonGeometryModifier and TypeMethodDescriptionprivate TwoPhaseIterator
LatLonDocValuesQuery.contains
(SortedNumericDocValues values, LatLonGeometry[] geometries) private static Query
LatLonPoint.makeContainsGeometryQuery
(String field, LatLonGeometry... latLonGeometries) private static Query
LatLonShape.makeContainsGeometryQuery
(String field, LatLonGeometry... latLonGeometries) static Query
LatLonPoint.newGeometryQuery
(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... latLonGeometries) Create a query for matching one or more geometries against the providedShapeField.QueryRelation
.static Query
LatLonShape.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 Query
LatLonDocValuesField.newSlowGeometryQuery
(String field, ShapeField.QueryRelation queryRelation, LatLonGeometry... latLonGeometries) Create a query for matching one or more geometries against the providedShapeField.QueryRelation
.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)
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 class
Represents a circle on the earth's surface.class
Represents a line on the earth's surface.final class
Represents a point on the earth's surface.final class
Represents a closed polygon on the earth's surface.class
Represents a lat/lon rectangle.Methods in org.apache.lucene.geo with parameters of type LatLonGeometryModifier and TypeMethodDescriptionstatic Component2D
LatLonGeometry.create
(LatLonGeometry... latLonGeometries) Creates a Component2D from the provided LatLonGeometry array