public class UTMKoordinate extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UTMKoordinate.UTMHEMI
Konstantendefinition für die Hemisphäre.
|
Constructor and Description |
---|
UTMKoordinate(double x,
double y,
int zone)
Konstruktor für eine UTM-Koordinate auf der nördlichen
Erdhalbkugel.
|
UTMKoordinate(double x,
double y,
int zone,
UTMKoordinate.UTMHEMI hemisphaere)
Konstruktor für eine UTM-Koordinate.
|
Modifier and Type | Method and Description |
---|---|
UTMKoordinate.UTMHEMI |
getHemisphaere()
Gibt die Hemisphäre zurück.
|
double |
getX()
Gibt die X-Koordinate (Rechtswert) zurück.
|
double |
getY()
Gibt die Y-Koordinate (Rechtswert) zurück.
|
int |
getZone()
Gibt die Zone zurück.
|
void |
setHemisphaere(UTMKoordinate.UTMHEMI hemisphaere)
Setzt die Hemisphäre.
|
public UTMKoordinate(double x, double y, int zone)
x
- X-Koordinatey
- Y-Koordinatezone
- Zonepublic UTMKoordinate(double x, double y, int zone, UTMKoordinate.UTMHEMI hemisphaere)
x
- X-Koordinatey
- Y-Koordinatezone
- Zonehemisphaere
- die Erdhalbkugelpublic UTMKoordinate.UTMHEMI getHemisphaere()
public double getX()
public double getY()
public int getZone()
public void setHemisphaere(UTMKoordinate.UTMHEMI hemisphaere)
hemisphaere
- HemisphäreCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.