| Modifier and Type | Class and Description |
|---|---|
class |
StaticLatLonImpl
Simple Lat-Lon Coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
protected StaticLatLon |
InternalBoundingBox.getCenter() |
protected StaticLatLon |
InternalBoundingBox.getLowerLeft() |
protected StaticLatLon |
InternalBoundingBox.getLowerRight() |
protected StaticLatLon |
InternalBoundingBox.getUpperLeft() |
protected StaticLatLon |
InternalBoundingBox.getUpperRight() |
| Modifier and Type | Method and Description |
|---|---|
List<StaticLatLon> |
StaticPath.getCoords() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
InternalBoundingBox.contains(StaticLatLon coord)
Liegt die Koordinate innherhalb der Boundigbox?
|
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) |
protected boolean |
InternalBoundingBox.squareContains(StaticLatLon coord)
Liegt die Koordinate innerhalb des Quadrats, das die BoundingBox
umschließt?
|
protected boolean |
InternalBoundingBox.squareContains(StaticLatLon coord,
double deviation)
Liegt die Koordinate innerhalb des Quadrats, das die BoundingBox
umschließt?
|
| Constructor and Description |
|---|
InternalBoundingBox(Collection<? extends StaticLatLon> coords) |
StaticPath(List<StaticLatLon> coords) |
Copyright © 2018. All rights reserved.