public class LatLonE extends Object
| Constructor and Description |
|---|
LatLonE(double lat,
double lon) |
LatLonE(double lat,
double lon,
double height) |
LatLonE(double lat,
double lon,
LatLonDatum datum) |
LatLonE(double lat,
double lon,
LatLonDatum datum,
double height) |
| Modifier and Type | Method and Description |
|---|---|
LatLonE |
convertDatum(LatLonDatum toDatum)
Converts ‘this’ lat/lon coordinate to new coordinate system.
|
double |
getLat() |
double |
getLon() |
Vector3d |
toCartesian()
Converts ‘this’ point from polar (lat/lon) coordinates to cartesian (x/y/z) coordinates.
|
public LatLonE(double lat,
double lon,
LatLonDatum datum,
double height)
public LatLonE(double lat,
double lon,
LatLonDatum datum)
public LatLonE(double lat,
double lon,
double height)
public LatLonE(double lat,
double lon)
public double getLat()
public double getLon()
public LatLonE convertDatum(LatLonDatum toDatum)
{LatLonE.datum} - toDatum - Datum this coordinate is to be converted to.public Vector3d toCartesian()
Copyright © 2017. All rights reserved.