Java org.springframework.data.geo Box fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.geo Box fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.geo Box.

The text is from its open source code.

Constructor

Box(Point first, Point second)
Creates a new Box spanning from the given first to the second Point .
Box(double[] first, double[] second)
Creates a new Box from the given first to the second point represented as the double[] .