UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef GeodeticCoordinates_H
4 #define GeodeticCoordinates_H
29 void set(
double __longitude,
double __latitude,
double __height = 0 );
30 void setLongitude(
double __longitude );
31 void setLatitude(
double __latitude );
32 void setHeight(
double __height );
34 double longitude()
const;
35 double latitude()
const;
36 double height()
const;