Java org.apache.lucene.geo Rectangle fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.geo Rectangle fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Rectangle(double minLat, double maxLat, double minLon, double maxLon)
Constructs a bounding box by first validating the provided latitude and longitude coordinates

Method

RectanglefromPointDistance(final double centerLat, final double centerLon, final double radiusMeters)
Compute Bounding Box for a circle using WGS-84 parameters