| Modifier and Type | Class and Description |
|---|---|
class |
LatLonImpl
Simple Lat-Lon Coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
List<LatLon> |
StaticPath.getCoords() |
| Modifier and Type | Method and Description |
|---|---|
protected static double |
StaticPath.distanceApproximate(LatLon coord1,
LatLon coord2)
An approximated solution (based on an equirectangular projection), much
faster (it requires only 1 trig and 1 square root).
|
protected static double |
StaticPath.distanceAuto(LatLon c1,
LatLon c2) |
| Constructor and Description |
|---|
StaticPath(List<LatLon> coords) |
Copyright © 2018. All rights reserved.