3 #ifndef EllipsoidLibrary_H
4 #define EllipsoidLibrary_H
101 class EllipsoidLibraryImplementation;
144 void defineEllipsoid(
const char* code,
const char* name,
double semiMajorAxis,
double flattening );
159 void removeEllipsoid(
const char* code );
171 void getEllipsoidCount (
long *count );
185 void getEllipsoidIndex(
const char *code,
long* index );
199 void getEllipsoidInfo(
const long index,
char *code,
char *name );
213 void getEllipsoidParameters(
const long index,
double *a,
double *f );