Predefined Prime Meridan Constants and Strings Version: 1.0 ---------------------------------------------------------------------------------- Constants -------------- #define PE_PM_GREENWICH 8901 /* 0~00~00" E */ #define PE_PM_ATHENS 8912 /* 23~42'58".815 E */ #define PE_PM_BERN 8907 /* 7~26'22".5 E */ #define PE_PM_BOGOTA 8904 /* 74~04'51".3 W */ #define PE_PM_BRUSSELS 8910 /* 4~22'04".71 E */ #define PE_PM_FERRO 8909 /* 17~40'00" W */ #define PE_PM_JAKARTA 8908 /* 106~48'27".79 E */ #define PE_PM_LISBON 8902 /* 9~07'54".862 W */ #define PE_PM_MADRID 8905 /* 3~41'16".58 W */ #define PE_PM_OSLO 8913 /* 10~43'22".5 E */ #define PE_PM_PARIS 8903 /* 2~20'14".025 E */ #define PE_PM_ROME 8906 /* 12~27'08".4 E */ #define PE_PM_STOCKHOLM 8911 /* 18~03'29".8 E */ #define PE_PM_REFERENCE 108900 /* Generic meridian origin */ Strings --------- 8901 PRIMEM["Greenwich",0.0] 8902 PRIMEM["Lisbon",-9.131906111111112] 8903 PRIMEM["Paris",2.337229166666667] 8904 PRIMEM["Bogota",-74.08091666666667] 8905 PRIMEM["Madrid",-3.687938888888889] 8906 PRIMEM["Rome",12.45233333333333] 8907 PRIMEM["Bern",7.439583333333333] 8908 PRIMEM["Jakarta",106.8077194444444] 8909 PRIMEM["Ferro",-17.66666666666667] 8910 PRIMEM["Brussels",4.367975] 8911 PRIMEM["Stockholm",18.05827777777778] 8912 PRIMEM["Athens",23.7163375] 8913 PRIMEM["Oslo",10.72291666666667] 108900 PRIMEM["Reference_Meridian",0.0]