public class ENU extends LLLN
An ENU (East-North-Up) coordinate system.
rightGrid
Constructor and Description |
---|
ENU(Datum datum,
ECEFLocation origin)
Construct an ENU coordinate system
|
ENU(Datum datum,
GeoLocation origin)
Construct an ENU coordinate system
|
fromECEF, fromECEF, fromECEFLocation, getFromECEF, getOrigin, getOriginGeo, toECEF, toECEF, toECEFLocation
public ENU(Datum datum, GeoLocation origin)
Construct an ENU coordinate system
datum
- the datumorigin
- the coordinate system’s origin with respect to the datumpublic ENU(Datum datum, ECEFLocation origin)
Construct an ENU coordinate system
datum
- the datumorigin
- the coordinate system’s origin with respect to the datum