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

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

Introduction

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

The text is from its open source code.

Constructor

Circle(Point center, Distance radius)
Creates a new Circle from the given Point and radius.
Circle(Point center, double radius)
Creates a new Circle from the given Point and radius.
Circle(double centerX, double centerY, double radius)
Creates a new Circle from the given coordinates and radius as Distance with a Metrics#NEUTRAL .

Method

PointgetCenter()
Returns the center of the Circle .
DistancegetRadius()
Returns the radius of the Circle .