@Embedded @Entity(noClassnameStored=true) public class Point extends Object implements Geometry
GeoJson.pointBuilder
method, or the helper GeoJson.point
factory method.GeoJson.point(double, double)
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Double> |
getCoordinates()
Returns a list of coordinates for this Geometry type.
|
double |
getLatitude()
Return the latitude of this point.
|
double |
getLongitude()
Return the longitude of this point.
|
int |
hashCode() |
String |
toString() |
public List<Double> getCoordinates()
Geometry
getCoordinates
in interface Geometry
public double getLatitude()
public double getLongitude()
Copyright © 2016. All rights reserved.