LLE

Type Alias LLE 

Source
pub type LLE<CoordinateSystem> = Lle<CoordinateSystem>;
👎Deprecated
Expand description

Alias for LLE. This struct was renamed to better match Rust style, and this alias will be removed in a future release.

Aliased Type§

pub struct LLE<CoordinateSystem> {
    pub latitude: Degrees,
    pub longitude: Degrees,
    pub elevation: Meters,
    /* private fields */
}

Fields§

§latitude: Degrees

Latitude, in degrees, for some geodetic coordinate system.

§longitude: Degrees

Longitude, in degrees, for some geodetic coordinate system.

§elevation: Meters

Elevation above the ellipsoid for some geodetic coordinate system. This is not the same as altitude above the surface.