Predefined Units Constants and Strings Version: 1.0 ---------------------------------------------------------------------- Constants -------------- #define PE_U_METER 9001 /* International meter */ #define PE_U_FOOT 9002 /* International foot */ #define PE_U_FOOT_US 9003 /* US survey foot */ #define PE_U_FOOT_CLARKE 9005 /* Clarke's foot */ #define PE_U_FATHOM 9014 /* Fathom */ #define PE_U_NAUTICAL_MILE 9030 /* International nautical mile */ #define PE_U_METER_GERMAN 9031 /* German legal meter */ #define PE_U_CHAIN_US 9033 /* US survey chain */ #define PE_U_LINK_US 9034 /* US survey link */ #define PE_U_MILE_US 9035 /* US survey mile */ #define PE_U_KILOMETER 9036 /* Kilometer */ #define PE_U_YARD_CLARKE 9037 /* Yard (Clarke) */ #define PE_U_CHAIN_CLARKE 9038 /* Chain (Clarke) */ #define PE_U_LINK_CLARKE 9039 /* Link (Clarke's ratio) (was PE_U_LINK 9007) */ #define PE_U_YARD_SEARS 9040 /* Yard (Sears) (was 9012) */ #define PE_U_FOOT_SEARS 9041 /* Sears' foot (was 9032) */ #define PE_U_CHAIN_SEARS 9042 /* Chain (Sears) (was 9011) */ #define PE_U_LINK_SEARS 9043 /* Link (Sears) (was 9009) */ #define PE_U_YARD_BENOIT_A 9050 /* Yard (Benoit 1895 A) */ #define PE_U_FOOT_BENOIT_A 9051 /* Foot (Benoit 1895 A) */ #define PE_U_CHAIN_BENOIT_A 9052 /* Chain (Benoit 1895 A) */ #define PE_U_LINK_BENOIT_A 9053 /* Link (Benoit 1895 A) */ #define PE_U_YARD_BENOIT_B 9060 /* Yard (Benoit 1895 B) */ #define PE_U_FOOT_BENOIT_B 9061 /* Foot (Benoit 1895 B) */ #define PE_U_CHAIN_BENOIT_B 9062 /* Chain (Benoit 1895 B) (was PE_U_CHAIN_BENOIT 9010) */ #define PE_U_LINK_BENOIT_B 9063 /* Link (Benoit 1895 B) (was PE_U_LINK_BENOIT 9008) */ #define PE_U_FOOT_1865 9070 /* Foot (1865) */ #define PE_U_FOOT_INDIAN 9080 /* Indian geodetic foot (was 9006) */ #define PE_U_FOOT_INDIAN_1937 9081 /* Indian foot (1937) */ #define PE_U_FOOT_INDIAN_1962 9082 /* Indian foot (1962) */ #define PE_U_FOOT_INDIAN_1975 9083 /* Indian foot (1975) */ #define PE_U_YARD_INDIAN 9084 /* Indian yard (was 9013) */ #define PE_U_YARD_INDIAN_1937 9085 /* Indian yard (1937) */ #define PE_U_YARD_INDIAN_1962 9086 /* Indian yard (1962) */ #define PE_U_YARD_INDIAN_1975 9087 /* Indian yard (1975) */ #define PE_U_MILE_STATUTE 9093 /* Statute mile */ #define PE_U_FOOT_GOLD_COAST 9094 /* Gold Coast Foot */ #define PE_U_FOOT_BRITISH_1936 9095 /* British Foot (1936) */ #define PE_U_YARD 109001 /* International Yard */ #define PE_U_YARD_US 109002 /* US survey yard */ #define PE_U_CHAIN 109003 /* International Chain */ #define PE_U_LINK 109004 /* International Link */ #define PE_U_DECIMETER 109005 /* Decimeter */ #define PE_U_CENTIMETER 109006 /* Centimeter */ #define PE_U_MILLIMETER 109007 /* Millimeter */ #define PE_U_INCH 109008 /* International inch */ #define PE_U_INCH_US 109009 /* US survey inch */ #define PE_U_ROD 109010 /* International rod */ #define PE_U_ROD_US 109011 /* US survey rod */ #define PE_U_NAUTICAL_MILE_US 109012 /* US nautical mile (pre-1954) */ #define PE_U_NAUTICAL_MILE_UK 109013 /* UK nautical mile (pre-1970) */ #define PE_U_KM50 109030 /* 50 kilometer length */ #define PE_U_KM150 109031 /* 150 kilometer length */ #define PE_U_RADIAN 9101 /* Radian */ #define PE_U_DEGREE 9102 /* Degree */ #define PE_U_MINUTE 9103 /* Arc-minute */ #define PE_U_SECOND 9104 /* Arc-second */ #define PE_U_GRAD 9105 /* Grad (angle subtended by 1/400 circle) */ #define PE_U_GON 9106 /* Gon (angle subtended by 1/400 circle) */ #define PE_U_MICRORADIAN 9109 /* Microradian ( 1e-6 radian ) */ #define PE_U_MINUTE_CENTESIMAL 9112 /* Centesimal minute (1/100th Gon (Grad)) */ #define PE_U_SECOND_CENTESIMAL 9113 /* Centesimal second (1/10000th Gon (Grad)) */ #define PE_U_MIL_6400 9114 /* Mil (angle subtended by 1/6400 circle) */ Strings ---------- 9101 UNIT["Radian",1.0] 9102 UNIT["Degree",0.0174532925199433] 9103 UNIT["Minute",0.0002908882086657216] 9104 UNIT["Second",0.00000484813681109536] 9105 UNIT["Grad",0.01570796326794897] 9106 UNIT["Gon",0.01570796326794897] 9109 UNIT["Microradian",0.000001] 9112 UNIT["Minute_Centesimal",0.0001570796326794897] 9113 UNIT["Second_Centesimal",0.000001570796326794897] 9114 UNIT["Mil_6400",0.0009817477042468104] 9001 UNIT["Meter",1.0] 9002 UNIT["Foot",0.3048] 9003 UNIT["Foot_US",0.3048006096012192] 9005 UNIT["Foot_Clarke",0.304797265] 9014 UNIT["Fathom",1.8288] 9030 UNIT["Nautical_Mile",1852.0] 9031 UNIT["Meter_German",1.00000135965] 9033 UNIT["Chain_US",20.11684023368047] 9034 UNIT["Link_US",0.2011684023368047] 9035 UNIT["Mile_US",1609.347218694438] 9036 UNIT["Kilometer",1000.0] 9037 UNIT["Yard_Clarke",0.914391795] 9038 UNIT["Chain_Clarke",20.11661949] 9039 UNIT["Link_Clarke",0.2011661949] 9040 UNIT["Yard_Sears",0.9143984146160287] 9041 UNIT["Foot_Sears",0.3047994715386762] 9042 UNIT["Chain_Sears",20.11676512155263] 9043 UNIT["Link_Sears",0.2011676512155263] 9050 UNIT["Yard_Benoit_1895_A",0.9143992] 9051 UNIT["Foot_Benoit_1895_A",0.3047997333333333] 9052 UNIT["Chain_Benoit_1895_A",20.1167824] 9053 UNIT["Link_Benoit_1895_A",0.201167824] 9060 UNIT["Yard_Benoit_1895_B",0.9143992042898124] 9061 UNIT["Foot_Benoit_1895_B",0.3047997347632708] 9062 UNIT["Chain_Benoit_1895_B",20.11678249437587] 9063 UNIT["Link_Benoit_1895_B",0.2011678249437587] 9070 UNIT["Foot_1865",0.3048008333333334] 9080 UNIT["Foot_Indian",0.3047995102481469] 9081 UNIT["Foot_Indian_1937",0.30479841] 9082 UNIT["Foot_Indian_1962",0.3047996] 9083 UNIT["Foot_Indian_1975",0.3047995] 9084 UNIT["Yard_Indian",0.9143985307444408] 9085 UNIT["Yard_Indian_1937",0.91439523] 9086 UNIT["Yard_Indian_1962",0.9143988] 9087 UNIT["Yard_Indian_1975",0.9143985] 9093 UNIT["Statute_Mile",1609.344] 9094 UNIT["Foot_Gold_Coast",0.3047997101815088] 9095 UNIT["Foot_British_1936",0.3048007491] 109001 UNIT["Yard",0.9144] 109002 UNIT["Yard_US",0.9144018288036576] 109003 UNIT["Chain",20.1168] 109004 UNIT["Link",0.201168] 109005 UNIT["Decimeter",0.1] 109006 UNIT["Centimeter",0.01] 109007 UNIT["Millimeter",0.001] 109008 UNIT["Inch",0.0254] 109009 UNIT["Inch_US",0.0254000508001016] 109010 UNIT["Rod",5.0292] 109011 UNIT["Rod_US",5.029210058420118] 109012 UNIT["Nautical_Mile_US",1853.248] 109013 UNIT["Nautical_Mile_UK",1853.184] 109030 UNIT["50_Kilometers",50000.0] 109031 UNIT["150_Kilometers",150000.0]