UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef LocalCartesianParameters_H
4 #define LocalCartesianParameters_H
28 void setLongitude(
double __centralMeridian );
29 void setLatitude(
double __originLatitude );
30 void setHeight(
double __height );
31 void setOrientation(
double __orientation );
33 double longitude()
const;
34 double latitude()
const;
35 double height()
const;
36 double orientation()
const;