Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
geomath
0.0.2
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
D
H
L
M
W
D
de.topobyte.geomath
- package de.topobyte.geomath
H
haversineDistance(double, double, double, double)
- Static method in class de
.topobyte
.geomath
.
WGS84
Calculate the distance in meters from (lon1, lat1) to (lon2, lat2) using the haversine formula and a mean earth radius of 6371008.67 meters.
L
lat2merc(double)
- Static method in class de
.topobyte
.geomath
.
WGS84
The inverse of
merc2lat
.
lat2merc(double, double)
- Static method in class de
.topobyte
.geomath
.
WGS84
The inverse of
merc2lat
.
lon2merc(double)
- Static method in class de
.topobyte
.geomath
.
WGS84
The inverse of
merc2lon
.
lon2merc(double, double)
- Static method in class de
.topobyte
.geomath
.
WGS84
The inverse of
merc2lon
.
M
merc2lat(double)
- Static method in class de
.topobyte
.geomath
.
WGS84
Convert a position on the unit plane to a longitude.
merc2lat(double, double)
- Static method in class de
.topobyte
.geomath
.
WGS84
Convert a position on the plane to a longitude.
merc2lon(double)
- Static method in class de
.topobyte
.geomath
.
WGS84
Convert a position on the unit plane to a longitude.
merc2lon(double, double)
- Static method in class de
.topobyte
.geomath
.
WGS84
Convert a position on the plane to a longitude.
W
WGS84
- Class in
de.topobyte.geomath
This class provides methods for calculations with the WGS84 projection.
WGS84()
- Constructor for class de
.topobyte
.geomath
.
WGS84
D
H
L
M
W