Java org.apache.lucene.document LatLonPoint fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.document LatLonPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.document LatLonPoint.

The text is from its open source code.

Constructor

LatLonPoint(String name, double latitude, double longitude)
Creates a new LatLonPoint with the specified latitude and longitude

Method

QuerynewBoxQuery(String field, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)
Create a query for matching a bounding box.
QuerynewDistanceQuery(String field, double latitude, double longitude, double radiusMeters)
Create a query for matching points within the specified distance of the supplied location.
QuerynewPolygonQuery(String field, Polygon... polygons)
Create a query for matching one or more polygons.