mbgtools-lx  4.2.8
ELLIPSOID Struct Reference

Characteristics of a geographic reference ellipsoid. More...

#include <mbggeo.h>

Data Fields

CSUM csum
 Checksum of the remaining bytes. More...
 
int16_t valid
 Indicator if data is valid. More...
 
char name [40]
 
XYZ dxyz
 Offset from the WGS84 ECEF coords. More...
 
double a
 Semi major axis. More...
 
double rcp_f
 Reciproke of flatness. More...
 
double f
 Flatness. More...
 
double b
 Semi minor axis. More...
 
double sqr_e
 Square of numerical eccentricity. More...
 

Detailed Description

Characteristics of a geographic reference ellipsoid.

Definition at line 179 of file mbggeo.h.

Field Documentation

◆ a

double ELLIPSOID::a

Semi major axis.

Definition at line 186 of file mbggeo.h.

◆ b

double ELLIPSOID::b

Semi minor axis.

Definition at line 192 of file mbggeo.h.

◆ csum

CSUM ELLIPSOID::csum

Checksum of the remaining bytes.

Definition at line 181 of file mbggeo.h.

◆ dxyz

XYZ ELLIPSOID::dxyz

Offset from the WGS84 ECEF coords.

Definition at line 185 of file mbggeo.h.

◆ f

double ELLIPSOID::f

Flatness.

Definition at line 191 of file mbggeo.h.

◆ name

char ELLIPSOID::name[40]

Definition at line 184 of file mbggeo.h.

◆ rcp_f

double ELLIPSOID::rcp_f

Reciproke of flatness.

Definition at line 187 of file mbggeo.h.

◆ sqr_e

double ELLIPSOID::sqr_e

Square of numerical eccentricity.

Definition at line 193 of file mbggeo.h.

◆ valid

int16_t ELLIPSOID::valid

Indicator if data is valid.

Definition at line 182 of file mbggeo.h.


The documentation for this struct was generated from the following file: