public class Point extends GeoJsonObject
| Constructor and Description |
|---|
Point() |
Point(double longitude,
double latitude) |
Point(double longitude,
double latitude,
double altitude) |
Point(LngLatAlt coordinates) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor) |
boolean |
equals(Object o) |
LngLatAlt |
getCoordinates() |
int |
hashCode() |
void |
setCoordinates(LngLatAlt coordinates) |
String |
toString() |
getBbox, getCrs, setBbox, setCrspublic Point()
public Point(LngLatAlt coordinates)
public Point(double longitude,
double latitude)
public Point(double longitude,
double latitude,
double altitude)
public LngLatAlt getCoordinates()
public void setCoordinates(LngLatAlt coordinates)
public <T> T accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor)
accept in class GeoJsonObjectpublic boolean equals(Object o)
equals in class GeoJsonObjectpublic int hashCode()
hashCode in class GeoJsonObjectpublic String toString()
toString in class GeoJsonObjectCopyright © 2015. All rights reserved.