Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
StatePlane.h
1 //
2 // This table of State Plane coordinates was adapted from the "stateplane.txt"
3 // table in GDAL.
4 //
5 
6 StatePlaneInfo g_StatePlaneInfo[] = {
7 // name, NAD27, NAD83, USGS Code
8 { "ALABAMA EAST", true, true, 101 },
9 { "ALABAMA WEST", true, true, 102 },
10 { "AMERICAN SAMOA", true, true, 5300 },
11 { "ARIZONA EAST", true, true, 201 },
12 { "ARIZONA CENTRAL", true, true, 202 },
13 { "ARIZONA WEST", true, true, 203 },
14 { "ARKANSAS NORTH", true, true, 301 },
15 { "ARKANSAS SOUTH", true, true, 302 },
16 { "CALIFORNIA I", true, true, 401 },
17 { "CALIFORNIA II", true, true, 402 },
18 { "CALIFORNIA III", true, true, 403 },
19 { "CALIFORNIA IV", true, true, 404 },
20 { "CALIFORNIA V", true, true, 405 },
21 { "CALIFORNIA VI", true, true, 406 },
22 { "CALIFORNIA VII", true, false, 407 }, // removed for nad83
23 { "COLORADO NORTH", true, true, 501 },
24 { "COLORADO CENTRAL", true, true, 502 },
25 { "COLORADO SOUTH", true, true, 503 },
26 { "CONNECTICUT ---", true, true, 600 },
27 { "DELAWARE ---", true, true, 700 },
28 { "FLORIDA EAST", true, true, 901 },
29 { "FLORIDA WEST", true, true, 902 },
30 { "FLORIDA NORTH", true, true, 903 },
31 { "GEORGIA EAST", true, true, 1001 },
32 { "GEORGIA WEST", true, true, 1002 },
33 { "HAWAII 1", true, true, 5101 },
34 { "HAWAII 2", true, true, 5102 },
35 { "HAWAII 3", true, true, 5103 },
36 { "HAWAII 4", true, true, 5104 },
37 { "HAWAII 5", true, true, 5105 },
38 { "IDAHO EAST", true, true, 1101 },
39 { "IDAHO CENTRAL", true, true, 1102 },
40 { "IDAHO WEST", true, true, 1103 },
41 { "ILLINOIS EAST", true, true, 1201 },
42 { "ILLINOIS WEST", true, true, 1202 },
43 { "INDIANA EAST", true, true, 1301 },
44 { "INDIANA WEST", true, true, 1302 },
45 { "IOWA NORTH", true, true, 1401 },
46 { "IOWA SOUTH", true, true, 1402 },
47 { "KANSAS NORTH", true, true, 1501 },
48 { "KANSAS SOUTH", true, true, 1502 },
49 { "KENTUCKY NORTH", true, true, 1601 },
50 { "KENTUCKY SOUTH", true, true, 1602 },
51 { "LOUISIANA NORTH", true, true, 1701 },
52 { "LOUISIANA SOUTH", true, true, 1702 },
53 //{ "LOUISIANA OFFSHORE", true, true, 1703 }, // Not actually present in EPSG table
54 { "MAINE EAST", true, true, 1801 },
55 { "MAINE WEST", true, true, 1802 },
56 { "MARYLAND ---", true, true, 1900 },
57 { "MASSACHUSETTS MAINLAND", true, true, 2001 },
58 { "MASSACHUSETTS ISLAND", true, true, 2002 },
59 { "MICHIGAN EAST", true, false, 2101 }, // EAST is nad27 only
60 { "MICHIGAN CENTRAL", false, true, 2112 }, // CENTRAL is nad83 only
61 { "MICHIGAN CENTRAL/M", true, false, 2102 }, // CENTRAL/M is nad27 only
62 { "MICHIGAN WEST", true, false, 2103 }, // WEST is nad27 only
63 { "MICHIGAN NORTH", true, true, 2111 },
64 { "MICHIGAN CENTRAL/L", true, false, 2112 }, // CENTRAL/L is nad27 only
65 { "MICHIGAN SOUTH", true, true, 2113 },
66 { "MINNESOTA NORTH", true, true, 2201 },
67 { "MINNESOTA CENTRAL", true, true, 2202 },
68 { "MINNESOTA SOUTH", true, true, 2203 },
69 { "MISSISSIPPI EAST", true, true, 2301 },
70 { "MISSISSIPPI WEST", true, true, 2302 },
71 { "MISSOURI EAST", true, true, 2401 },
72 { "MISSOURI CENTRAL", true, true, 2402 },
73 { "MISSOURI WEST", true, true, 2403 },
74 { "MONTANA", false, true, 2500 }, // MONTANA is nad83 only
75 { "MONTANA NORTH", true, false, 2501 }, // NORTH is nad27 only
76 { "MONTANA CENTRAL", true, false, 2502 }, // CENTRAL is nad27 only
77 { "MONTANA SOUTH", true, false, 2503 }, // SOUTH is nad27 only
78 { "NEBRASKA", false, true, 2600 }, // NEBRASKA is nad83 only
79 { "NEBRASKA NORTH", true, false, 2601 }, // NORTH is nad27 only
80 { "NEBRASKA SOUTH", true, false, 2602 }, // SOUTH is nad27 only
81 { "NEVADA EAST", true, true, 2701 },
82 { "NEVADA CENTRAL", true, true, 2702 },
83 { "NEVADA WEST", true, true, 2703 },
84 { "NEW HAMPSHIRE", true, true, 2800 },
85 { "NEW JERSEY", true, true, 2900 },
86 { "NEW MEXICO EAST", true, true, 3001 },
87 { "NEW MEXICO CENTRAL", true, true, 3002 },
88 { "NEW MEXICO WEST", true, true, 3003 },
89 { "NEW YORK EAST", true, true, 3101 },
90 { "NEW YORK CENTRAL", true, true, 3102 },
91 { "NEW YORK WEST", true, true, 3103 },
92 { "NEW YORK LONG ISLAND", true, true, 3104 },
93 { "NORTH CAROLINA", true, true, 3200 },
94 { "NORTH DAKOTA NORTH", true, true, 3301 },
95 { "NORTH DAKOTA SOUTH", true, true, 3302 },
96 { "OHIO NORTH", true, true, 3401 },
97 { "OHIO SOUTH", true, true, 3402 },
98 { "OKLAHOMA NORTH", true, true, 3501 },
99 { "OKLAHOMA SOUTH", true, true, 3502 },
100 { "OREGON NORTH", true, true, 3601 },
101 { "OREGON SOUTH", true, true, 3602 },
102 { "PENNSYLVANIA NORTH", true, true, 3701 },
103 { "PENNSYLVANIA SOUTH", true, true, 3702 },
104 { "RHODE ISLAND ---", true, true, 3800 },
105 { "SOUTH CAROLINA", false, true, 3900 },
106 { "SOUTH CAROLINA NORTH", true, false, 3902 },
107 { "SOUTH CAROLINA SOUTH", true, false, 3902 },
108 { "SOUTH DAKOTA NORTH", true, true, 4001 },
109 { "SOUTH DAKOTA SOUTH", true, true, 4002 },
110 { "TENNESSEE ---", true, true, 4100 },
111 { "TEXAS NORTH", true, true, 4201 },
112 { "TEXAS NORTH CENTRAL", true, true, 4202 },
113 { "TEXAS CENTRAL", true, true, 4203 },
114 { "TEXAS SOUTH CENTRAL", true, true, 4204 },
115 { "TEXAS SOUTH", true, true, 4205 },
116 { "UTAH NORTH", true, true, 4301 },
117 { "UTAH CENTRAL", true, true, 4302 },
118 { "UTAH SOUTH", true, true, 4303 },
119 { "VERMONT ---", true, true, 4400 },
120 { "VIRGINIA NORTH", true, true, 4501 },
121 { "VIRGINIA SOUTH", true, true, 4502 },
122 { "WASHINGTON NORTH", true, true, 4601 },
123 { "WASHINGTON SOUTH", true, true, 4602 },
124 { "WEST VIRGINIA NORTH", true, true, 4701 },
125 { "WEST VIRGINIA SOUTH", true, true, 4702 },
126 { "WISCONSIN NORTH", true, true, 4801 },
127 { "WISCONSIN CENTRAL", true, true, 4802 },
128 { "WISCONSIN SOUTH", true, true, 4803 },
129 { "WYOMING EAST", true, true, 4901 },
130 { "WYOMING EAST CENTRAL", true, true, 4902 },
131 { "WYOMING WEST CENTRAL", true, true, 4903 },
132 { "WYOMING WEST", true, true, 4904 },
133 { "ALASKA ZONE NO. 1", true, true, 5001 },
134 { "ALASKA ZONE NO. 2", true, true, 5002 },
135 { "ALASKA ZONE NO. 3", true, true, 5003 },
136 { "ALASKA ZONE NO. 4", true, true, 5004 },
137 { "ALASKA ZONE NO. 5", true, true, 5005 },
138 { "ALASKA ZONE NO. 6", true, true, 5006 },
139 { "ALASKA ZONE NO. 7", true, true, 5007 },
140 { "ALASKA ZONE NO. 8", true, true, 5008 },
141 { "ALASKA ZONE NO. 9", true, true, 5009 },
142 { "ALASKA ZONE NO. 10", true, true, 5010 },
143 { "PUERTO RICO AND VIRGIN ISLANDS", false, true, 5200 },
144 { "PUERTO RICO AND VIRGIN ISLANDS (NAD27)", true, false, 5201 },
145 { "VIRGIN ISLANDS ST. CROIX", true, false, 5202 }, // nad27 only
146 { "AMERICAN SAMOA", true, false, 5300 } // nad27 only
147 //{ "GUAM ISLAND", true, false, 5400 } // Not actually present in EPSG table
148 };
149