public class LASGeoPoint extends Object
| Constructor and Description |
|---|
LASGeoPoint(double latitude,
double longitude) |
| Modifier and Type | Method and Description |
|---|---|
double |
distanceInKilometersTo(LASGeoPoint point) |
double |
distanceInMilesTo(LASGeoPoint point) |
double |
distanceInRadiansTo(LASGeoPoint point) |
String |
get__type() |
double |
getLatitude() |
double |
getLongitude() |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
Map |
toMap() |
public void setLatitude(double latitude)
public void setLongitude(double longitude)
public double getLatitude()
public double getLongitude()
public double distanceInRadiansTo(LASGeoPoint point)
public double distanceInKilometersTo(LASGeoPoint point)
public double distanceInMilesTo(LASGeoPoint point)
public String get__type()
public Map toMap()
Copyright © 2015. All rights reserved.