3 #ifndef GeodeticParameters_H
4 #define GeodeticParameters_H
6 #include "CoordinateSystemParameters.h"
7 #include "HeightType.h"
22 GeodeticParameters( CoordinateType::Enum _coordinateType, HeightType::Enum __heightType );
29 void setHeightType( HeightType::Enum __heightType );
31 HeightType::Enum heightType()
const;
35 HeightType::Enum _heightType;