UNCLASSIFIED
Go to the documentation of this file.
18 Ellipsoid(
long __index,
char* __code,
char* __name,
double __semiMajorAxis,
double __semiMinorAxis,
double __flattening,
double __eccentricitySquared,
bool __userDefined );
28 double semiMajorAxis()
const;
30 double semiMinorAxis()
const;
32 double flattening()
const;
34 double eccentricitySquared()
const;
36 bool userDefined()
const;
44 double _semiMajorAxis;
45 double _semiMinorAxis;
47 double _eccentricitySquared;
55 #endif // CLASSIFICATION: UNCLASSIFIED