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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.data.geo.Point has subclasses.
Click this link to see all its subclasses.

Constructor

Point(double x, double y)
Creates a Point from the given x , y coordinate.

Method

doublegetX()
Returns the x-coordinate of the Point .
doublegetY()
Returns the y-coordinate of the Point .