Geo Stars Library  0.9.3
Geodetic and Astrometry library
GEO_DATUM Struct Reference

#include <geoStars.h>

Collaboration diagram for GEO_DATUM:
Collaboration graph

Data Fields

int datum_num
 
double a
 
double b
 
double flat
 
double e2
 
double ee2
 
double m1e2
 
double bee2
 
double ae2
 
double aob
 

Detailed Description

This structure holds all of the pertinent datum and ellipsoid data associated with particular datum.

Definition at line 697 of file geoStars.h.

Field Documentation

double GEO_DATUM::a

Major Earth axis in meters

Definition at line 702 of file geoStars.h.

Referenced by geoInitLocation(), and geoLlh2Efg_packed().

double GEO_DATUM::ae2

a * e2

Definition at line 709 of file geoStars.h.

double GEO_DATUM::aob

a / b

Definition at line 710 of file geoStars.h.

double GEO_DATUM::b

Minor Earth axis in meters

Definition at line 703 of file geoStars.h.

Referenced by geoInitLocation().

double GEO_DATUM::bee2

b * ee2

Definition at line 708 of file geoStars.h.

int GEO_DATUM::datum_num

Numeric datum value

Definition at line 699 of file geoStars.h.

Referenced by geoInitLocation().

double GEO_DATUM::e2

Eccentricity squared

Definition at line 705 of file geoStars.h.

Referenced by geoInitLocation(), and geoLlh2Efg_packed().

double GEO_DATUM::ee2

Eccentricity squared prime

Definition at line 706 of file geoStars.h.

Referenced by geoInitLocation().

double GEO_DATUM::flat

Earth flattening value

Definition at line 704 of file geoStars.h.

Referenced by geoInitLocation().

double GEO_DATUM::m1e2

1 - eccentricity squared

Definition at line 707 of file geoStars.h.

Referenced by geoInitLocation().


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