| Modifier and Type | Class and Description |
|---|---|
class |
StaticLatLonImpl
Simple Lat-Lon Coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
List<StaticLatLon> |
StaticPath.getCoords() |
| Modifier and Type | Method and Description |
|---|---|
protected static double |
StaticPath.distanceApproximate(StaticLatLon coord1,
StaticLatLon 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(StaticLatLon c1,
StaticLatLon c2) |
| Constructor and Description |
|---|
StaticPath(List<StaticLatLon> coords) |
Copyright © 2018. All rights reserved.