public final class GeoTransformation
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static WGS84Koordinate |
uTMnachWGS84Punkt(UTMKoordinate utm)
Transformiert UTM-Koordinaten nach WGS84.
|
static UTMKoordinate |
wGS84nachUTM(double wgs84laenge,
double wgs84breite)
Transformiert WGS84-Koordinaten nach UTM.
|
static double |
winkelInMeter(double winkel)
Berechnet die Länge des Kreisbogens auf der Erdoberfläche zu
einem Winkel.
|
public static WGS84Koordinate uTMnachWGS84Punkt(UTMKoordinate utm)
utm
- Koordinaten in UTMpublic static UTMKoordinate wGS84nachUTM(double wgs84laenge, double wgs84breite)
wgs84laenge
- geographische Länge in Dezimalgradwgs84breite
- geographische Breite in Dezimalgradpublic static double winkelInMeter(double winkel)
winkel
- Winkel in Grad