Passed
Push — master ( 8bd5c3...1e8670 )
by Doug
62:22
created

Compound::getSupportedSRIDsWithHelp()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 2

Importance

Changes 0
Metric Value
cc 1
eloc 1
nc 1
nop 0
dl 0
loc 3
ccs 0
cts 2
cp 0
crap 2
rs 10
c 0
b 0
f 0
1
<?php
2
/**
3
 * PHPCoord.
4
 *
5
 * @author Doug Wright
6
 */
7
declare(strict_types=1);
8
9
namespace PHPCoord\CoordinateReferenceSystem;
10
11
use PHPCoord\Exception\UnknownCoordinateReferenceSystemException;
12
use PHPCoord\Geometry\BoundingArea;
13
14
use function array_map;
15
use function assert;
16
17
class Compound extends CoordinateReferenceSystem
18
{
19
    use CompoundSRIDData;
20
    /**
21
     * AbInvA96_2020 Grid + ODN height
22
     * Extent: United Kingdom (UK) - on or related to the A96 highway from Aberdeen to Inverness.
23
     */
24
    public const EPSG_ABINVA96_2020_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9388';
25
26
    /**
27
     * Amersfoort / RD New + NAP height
28
     * Extent: Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.
29
     */
30
    public const EPSG_AMERSFOORT_RD_NEW_PLUS_NAP_HEIGHT = 'urn:ogc:def:crs:EPSG::7415';
31
32
    /**
33
     * Astro DOS 71 / UTM zone 30S + Jamestown 1971 height
34
     * Extent: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.
35
     */
36
    public const EPSG_ASTRO_DOS_71_UTM_ZONE_30S_PLUS_JAMESTOWN_1971_HEIGHT = 'urn:ogc:def:crs:EPSG::7954';
37
38
    /**
39
     * BD72 / Belgian Lambert 72 + Ostend height
40
     * Extent: Belgium - onshore.
41
     */
42
    public const EPSG_BD72_BELGIAN_LAMBERT_72_PLUS_OSTEND_HEIGHT = 'urn:ogc:def:crs:EPSG::6190';
43
44
    /**
45
     * CIGD11 + CBVD61 height (ft)
46
     * Extent: Cayman Islands - Cayman Brac.
47
     */
48
    public const EPSG_CIGD11_PLUS_CBVD61_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::9502';
49
50
    /**
51
     * CIGD11 + GCVD54 height (ft)
52
     * Extent: Cayman Islands - Grand Cayman.
53
     */
54
    public const EPSG_CIGD11_PLUS_GCVD54_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::9503';
55
56
    /**
57
     * CIGD11 + LCVD61 height (ft)
58
     * Extent: Cayman Islands - Little Cayman.
59
     */
60
    public const EPSG_CIGD11_PLUS_LCVD61_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::9504';
61
62
    /**
63
     * CNH22 Grid + ODN height
64
     * Extent: United Kingdom (UK) - on or related to the rail route from Crewe via Chester to Holyhead.
65
     */
66
    public const EPSG_CNH22_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10195';
67
68
    /**
69
     * CR-SIRGAS / CRTM05 + DACR52 height
70
     * Extent: Costa Rica - onshore.
71
     * With geoid model and gravity, part of official national dynamic geodetic framework from April 2018.
72
     */
73
    public const EPSG_CR_SIRGAS_CRTM05_PLUS_DACR52_HEIGHT = 'urn:ogc:def:crs:EPSG::8912';
74
75
    /**
76
     * CWS13 Grid + ODN height
77
     * Extent: United Kingdom (UK) - on or related to the rail route from from Chester via Wrexham to Shrewsbury.
78
     */
79
    public const EPSG_CWS13_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10200';
80
81
    /**
82
     * DB_REF / 3-degree Gauss-Kruger zone 2 (E-N) + DHHN92 height
83
     * Extent: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen,
84
     * Rheinland-Pfalz, Saarland.
85
     *
86
     * @deprecated
87
     */
88
    public const EPSG_DB_REF_3_DEGREE_GAUSS_KRUGER_ZONE_2_E_N_PLUS_DHHN92_HEIGHT = 'urn:ogc:def:crs:EPSG::5832';
89
90
    /**
91
     * DB_REF / 3-degree Gauss-Kruger zone 3 (E-N) + DHHN92 height
92
     * Extent: Germany - onshore between 7°30'E and 10°30'E.
93
     *
94
     * @deprecated
95
     */
96
    public const EPSG_DB_REF_3_DEGREE_GAUSS_KRUGER_ZONE_3_E_N_PLUS_DHHN92_HEIGHT = 'urn:ogc:def:crs:EPSG::5833';
97
98
    /**
99
     * DB_REF / 3-degree Gauss-Kruger zone 4 (E-N) + DHHN92 height
100
     * Extent: Germany - onshore between 10°30'E and 13°30'E.
101
     *
102
     * @deprecated
103
     */
104
    public const EPSG_DB_REF_3_DEGREE_GAUSS_KRUGER_ZONE_4_E_N_PLUS_DHHN92_HEIGHT = 'urn:ogc:def:crs:EPSG::5834';
105
106
    /**
107
     * DB_REF / 3-degree Gauss-Kruger zone 5 (E-N) + DHHN92 height
108
     * Extent: Germany - onshore east of 13°30'E.
109
     *
110
     * @deprecated
111
     */
112
    public const EPSG_DB_REF_3_DEGREE_GAUSS_KRUGER_ZONE_5_E_N_PLUS_DHHN92_HEIGHT = 'urn:ogc:def:crs:EPSG::5835';
113
114
    /**
115
     * DB_REF2003 zone 2
116
     * Extent: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen,
117
     * Rheinland-Pfalz, Saarland.
118
     * On the introduction of DB_REF2016 height, this compound CRS replaced by DB_REF2016 zone 2 (CRS code 9932).
119
     */
120
    public const EPSG_DB_REF2003_ZONE_2 = 'urn:ogc:def:crs:EPSG::9928';
121
122
    /**
123
     * DB_REF2003 zone 3
124
     * Extent: Germany - onshore between 7°30'E and 10°30'E.
125
     * On the introduction of DB_REF2016 height, this compound CRS replaced by DB_REF2016 zone 3 (CRS code 9933).
126
     */
127
    public const EPSG_DB_REF2003_ZONE_3 = 'urn:ogc:def:crs:EPSG::9929';
128
129
    /**
130
     * DB_REF2003 zone 4
131
     * Extent: Germany - onshore between 10°30'E and 13°30'E.
132
     * On the introduction of DB_REF2016 height, this compound CRS replaced by DB_REF2016 zone 4 (CRS code 9934).
133
     */
134
    public const EPSG_DB_REF2003_ZONE_4 = 'urn:ogc:def:crs:EPSG::9930';
135
136
    /**
137
     * DB_REF2003 zone 5
138
     * Extent: Germany - onshore east of 13°30'E.
139
     * On the introduction of DB_REF2016 height, this compound CRS replaced by DB_REF2016 zone 5 (CRS code 9935).
140
     */
141
    public const EPSG_DB_REF2003_ZONE_5 = 'urn:ogc:def:crs:EPSG::9931';
142
143
    /**
144
     * DB_REF2016 zone 2
145
     * Extent: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen,
146
     * Rheinland-Pfalz, Saarland.
147
     * Replaces DB_REF2003 zone 2 (compound CRS code 9928).
148
     */
149
    public const EPSG_DB_REF2016_ZONE_2 = 'urn:ogc:def:crs:EPSG::9932';
150
151
    /**
152
     * DB_REF2016 zone 3
153
     * Extent: Germany - onshore between 7°30'E and 10°30'E.
154
     * Replaces DB_REF2003 zone 3 (compound CRS code 9929).
155
     */
156
    public const EPSG_DB_REF2016_ZONE_3 = 'urn:ogc:def:crs:EPSG::9933';
157
158
    /**
159
     * DB_REF2016 zone 4
160
     * Extent: Germany - onshore between 10°30'E and 13°30'E.
161
     * Replaces DB_REF2003 zone 4 (compound CRS code 9930).
162
     */
163
    public const EPSG_DB_REF2016_ZONE_4 = 'urn:ogc:def:crs:EPSG::9934';
164
165
    /**
166
     * DB_REF2016 zone 5
167
     * Extent: Germany - onshore east of 13°30'E.
168
     * Replaces DB_REF2003 zone 5 (compound CRS code 9931).
169
     */
170
    public const EPSG_DB_REF2016_ZONE_5 = 'urn:ogc:def:crs:EPSG::9935';
171
172
    /**
173
     * DIBA15 Grid + ODN height
174
     * Extent: United Kingdom (UK) - on or related to the rail route from Didcot to Banbury.
175
     */
176
    public const EPSG_DIBA15_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10208';
177
178
    /**
179
     * DoPw22 Grid + ODN height
180
     * Extent: United Kingdom (UK) - on or related to the rail route from Dovey Junction to Pwllheli.
181
     */
182
    public const EPSG_DOPW22_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10184';
183
184
    /**
185
     * EBBWV14 Grid + ODN height
186
     * Extent: United Kingdom (UK) - on or related to the rail route from Newport (Park Junction) to Ebbw Vale.
187
     */
188
    public const EPSG_EBBWV14_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9944';
189
190
    /**
191
     * ECML14_NB Grid + ODN height
192
     * Extent: United Kingdom (UK) - on or related to rail routes from Newcastle Central to Ashington via Benton North
193
     * Junction, and the section from Bedlington to Morpeth.
194
     */
195
    public const EPSG_ECML14_NB_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9762';
196
197
    /**
198
     * EOS21 Grid + ODN height
199
     * Extent: United Kingdom (UK) - on or related to the complex of rail routes in the East of Scotland, incorporating
200
     * the route from Tweedbank through the Borders to Edinburgh; the line from Edinburgh to Aberdeen; routes via
201
     * Kirkaldy and Cowdenbeath; and routes via Leuchars and Perth to Dundee.
202
     */
203
    public const EPSG_EOS21_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9742';
204
205
    /**
206
     * ETRF2000-PL + Baltic 1986 height
207
     * Extent: Poland - onshore.
208
     */
209
    public const EPSG_ETRF2000_PL_PLUS_BALTIC_1986_HEIGHT = 'urn:ogc:def:crs:EPSG::9656';
210
211
    /**
212
     * ETRF2000-PL + EVRF2007-PL height
213
     * Extent: Poland - onshore.
214
     */
215
    public const EPSG_ETRF2000_PL_PLUS_EVRF2007_PL_HEIGHT = 'urn:ogc:def:crs:EPSG::9657';
216
217
    /**
218
     * ETRS89 + Alicante height
219
     * Extent: Gibraltar - onshore; Spain - mainland onshore.
220
     */
221
    public const EPSG_ETRS89_PLUS_ALICANTE_HEIGHT = 'urn:ogc:def:crs:EPSG::9505';
222
223
    /**
224
     * ETRS89 + BI height
225
     * Extent: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore
226
     * Great Britain (England, Wales and Scotland) and Northern Ireland. Ireland onshore. Isle of Man onshore.
227
     */
228
    public const EPSG_ETRS89_PLUS_BI_HEIGHT = 'urn:ogc:def:crs:EPSG::9452';
229
230
    /**
231
     * ETRS89 + Baltic 1957 height
232
     * Extent: Czechia; Slovakia.
233
     */
234
    public const EPSG_ETRS89_PLUS_BALTIC_1957_HEIGHT = 'urn:ogc:def:crs:EPSG::8360';
235
236
    /**
237
     * ETRS89 + Belfast height
238
     * Extent: United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
239
     */
240
    public const EPSG_ETRS89_PLUS_BELFAST_HEIGHT = 'urn:ogc:def:crs:EPSG::9450';
241
242
    /**
243
     * ETRS89 + CD Norway depth
244
     * Extent: Norway - inshore and nearshore.
245
     */
246
    public const EPSG_ETRS89_PLUS_CD_NORWAY_DEPTH = 'urn:ogc:def:crs:EPSG::9883';
247
248
    /**
249
     * ETRS89 + CD UK & Ireland VORF08 depth
250
     * Extent: Ireland and United Kingdom (UK) (including Isle of Man and Channel Islands) - inshore, nearshore and
251
     * offshore.
252
     */
253
    public const EPSG_ETRS89_PLUS_CD_UK_AND_IRELAND_VORF08_DEPTH = 'urn:ogc:def:crs:EPSG::10157';
254
255
    /**
256
     * ETRS89 + Cagliari 1956 height
257
     * Extent: Italy - Sardinia onshore.
258
     */
259
    public const EPSG_ETRS89_PLUS_CAGLIARI_1956_HEIGHT = 'urn:ogc:def:crs:EPSG::9725';
260
261
    /**
262
     * ETRS89 + Catania 1965 height
263
     * Extent: Italy - Sicily onshore.
264
     */
265
    public const EPSG_ETRS89_PLUS_CATANIA_1965_HEIGHT = 'urn:ogc:def:crs:EPSG::9724';
266
267
    /**
268
     * ETRS89 + Ceuta 2 height
269
     * Extent: Spain - Ceuta onshore.
270
     */
271
    public const EPSG_ETRS89_PLUS_CEUTA_2_HEIGHT = 'urn:ogc:def:crs:EPSG::9506';
272
273
    /**
274
     * ETRS89 + DHHN2016 height
275
     * Extent: Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen,
276
     * Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt,
277
     * Schleswig-Holstein, Thuringen.
278
     *
279
     * @deprecated
280
     */
281
    public const EPSG_ETRS89_PLUS_DHHN2016_HEIGHT = 'urn:ogc:def:crs:EPSG::9924';
282
283
    /**
284
     * ETRS89 + Douglas height
285
     * Extent: Isle of Man - onshore.
286
     */
287
    public const EPSG_ETRS89_PLUS_DOUGLAS_HEIGHT = 'urn:ogc:def:crs:EPSG::9429';
288
289
    /**
290
     * ETRS89 + EVRF2000 Austria height
291
     * Extent: Austria.
292
     */
293
    public const EPSG_ETRS89_PLUS_EVRF2000_AUSTRIA_HEIGHT = 'urn:ogc:def:crs:EPSG::9500';
294
295
    /**
296
     * ETRS89 + EVRF2000 height
297
     * Extent: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Croatia; Czechia; Denmark;
298
     * Estonia; Finland; France - mainland; Germany; Gibraltar; Hungary; Italy - mainland and Sicily; Latvia;
299
     * Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino;
300
     * Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican
301
     * City State.
302
     * Replaced by ETRS89 + EVRF2007 height (CRS code 7423).
303
     */
304
    public const EPSG_ETRS89_PLUS_EVRF2000_HEIGHT = 'urn:ogc:def:crs:EPSG::7409';
305
306
    /**
307
     * ETRS89 + EVRF2007 height
308
     * Extent: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia;
309
     * Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia;
310
     * Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino;
311
     * Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican
312
     * City State.
313
     * Replaces ETRS89 + EVRF2000 height (CRS code 7409).
314
     */
315
    public const EPSG_ETRS89_PLUS_EVRF2007_HEIGHT = 'urn:ogc:def:crs:EPSG::7423';
316
317
    /**
318
     * ETRS89 + EVRF2019 height
319
     * Extent: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia;
320
     * Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia;
321
     * Liechtenstein; Lithuania; Luxembourg; Netherlands; North Macedonia; Norway; Poland; Portugal - mainland;
322
     * Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great
323
     * Britain mainland; Vatican City State.
324
     * Replaces ETRS89 + EVRF2007 height (CRS code 7423). See also ETRS89 + EVRF2019 mean-tide height (CRS code 9423).
325
     */
326
    public const EPSG_ETRS89_PLUS_EVRF2019_HEIGHT = 'urn:ogc:def:crs:EPSG::9422';
327
328
    /**
329
     * ETRS89 + EVRF2019 mean-tide height
330
     * Extent: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia;
331
     * Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia;
332
     * Liechtenstein; Lithuania; Luxembourg; Netherlands; North Macedonia; Norway; Poland; Portugal - mainland;
333
     * Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great
334
     * Britain mainland; Vatican City State.
335
     * See also ETRS89 + EVRF2019 (CRS code 9422).
336
     */
337
    public const EPSG_ETRS89_PLUS_EVRF2019_MEAN_TIDE_HEIGHT = 'urn:ogc:def:crs:EPSG::9423';
338
339
    /**
340
     * ETRS89 + Genoa 1942 height
341
     * Extent: Italy - mainland (including San Marino and Vatican City State) and Sicily.
342
     */
343
    public const EPSG_ETRS89_PLUS_GENOA_1942_HEIGHT = 'urn:ogc:def:crs:EPSG::9723';
344
345
    /**
346
     * ETRS89 + Ibiza height
347
     * Extent: Spain - Balearic Islands - Ibiza and Formentera - onshore.
348
     */
349
    public const EPSG_ETRS89_PLUS_IBIZA_HEIGHT = 'urn:ogc:def:crs:EPSG::9507';
350
351
    /**
352
     * ETRS89 + LAT NL depth
353
     * Extent: Netherlands - offshore North Sea.
354
     */
355
    public const EPSG_ETRS89_PLUS_LAT_NL_DEPTH = 'urn:ogc:def:crs:EPSG::9289';
356
357
    /**
358
     * ETRS89 + Lerwick height
359
     * Extent: United Kingdom (UK) - Great Britain - Scotland - Shetland Islands onshore.
360
     */
361
    public const EPSG_ETRS89_PLUS_LERWICK_HEIGHT = 'urn:ogc:def:crs:EPSG::9427';
362
363
    /**
364
     * ETRS89 + MSL NL depth
365
     * Extent: Netherlands - offshore North Sea.
366
     */
367
    public const EPSG_ETRS89_PLUS_MSL_NL_DEPTH = 'urn:ogc:def:crs:EPSG::9290';
368
369
    /**
370
     * ETRS89 + MSL UK & Ireland VORF08 depth
371
     * Extent: Ireland and United Kingdom (UK) (including Isle of Man and Channel Islands) - inshore, nearshore and
372
     * offshore.
373
     */
374
    public const EPSG_ETRS89_PLUS_MSL_UK_AND_IRELAND_VORF08_DEPTH = 'urn:ogc:def:crs:EPSG::10156';
375
376
    /**
377
     * ETRS89 + Malin Head height
378
     * Extent: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
379
     */
380
    public const EPSG_ETRS89_PLUS_MALIN_HEAD_HEIGHT = 'urn:ogc:def:crs:EPSG::9449';
381
382
    /**
383
     * ETRS89 + Mallorca height
384
     * Extent: Spain - Balearic Islands - Mallorca onshore.
385
     */
386
    public const EPSG_ETRS89_PLUS_MALLORCA_HEIGHT = 'urn:ogc:def:crs:EPSG::9508';
387
388
    /**
389
     * ETRS89 + Menorca height
390
     * Extent: Spain - Balearic Islands - Menorca onshore.
391
     */
392
    public const EPSG_ETRS89_PLUS_MENORCA_HEIGHT = 'urn:ogc:def:crs:EPSG::9509';
393
394
    /**
395
     * ETRS89 + NAP height
396
     * Extent: Netherlands - onshore and offshore.
397
     */
398
    public const EPSG_ETRS89_PLUS_NAP_HEIGHT = 'urn:ogc:def:crs:EPSG::9286';
399
400
    /**
401
     * ETRS89 + NN2000 height
402
     * Extent: Norway - onshore.
403
     */
404
    public const EPSG_ETRS89_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5942';
405
406
    /**
407
     * ETRS89 + NN54 height
408
     * Extent: Norway - onshore.
409
     * Replaced by ETRS89 + NN2000 height (compound CRS code 5942).
410
     */
411
    public const EPSG_ETRS89_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6144';
412
413
    /**
414
     * ETRS89 + ODN (Offshore) height
415
     * Extent: United Kingdom (UK) - offshore between 2km from shore and boundary of UKCS within 49°45'N to 61°N and
416
     * 9°W to 2°E.
417
     */
418
    public const EPSG_ETRS89_PLUS_ODN_OFFSHORE_HEIGHT = 'urn:ogc:def:crs:EPSG::9425';
419
420
    /**
421
     * ETRS89 + ODN Orkney height
422
     * Extent: United Kingdom (UK) - Great Britain - Scotland - Orkney Islands onshore.
423
     */
424
    public const EPSG_ETRS89_PLUS_ODN_ORKNEY_HEIGHT = 'urn:ogc:def:crs:EPSG::9426';
425
426
    /**
427
     * ETRS89 + ODN height
428
     * Extent: United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and
429
     * Inner Hebrides.
430
     */
431
    public const EPSG_ETRS89_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9424';
432
433
    /**
434
     * ETRS89 + Ostend height
435
     * Extent: Belgium - onshore.
436
     */
437
    public const EPSG_ETRS89_PLUS_OSTEND_HEIGHT = 'urn:ogc:def:crs:EPSG::9907';
438
439
    /**
440
     * ETRS89 + SVD2006 height
441
     * Extent: Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N.
442
     */
443
    public const EPSG_ETRS89_PLUS_SVD2006_HEIGHT = 'urn:ogc:def:crs:EPSG::20001';
444
445
    /**
446
     * ETRS89 + St. Marys height
447
     * Extent: United Kingdom (UK) - Great Britain - England - Isles of Scilly onshore.
448
     */
449
    public const EPSG_ETRS89_PLUS_ST_MARYS_HEIGHT = 'urn:ogc:def:crs:EPSG::9430';
450
451
    /**
452
     * ETRS89 + Stornoway height
453
     * Extent: United Kingdom (UK) - Great Britain - Scotland - Outer Hebrides onshore.
454
     */
455
    public const EPSG_ETRS89_PLUS_STORNOWAY_HEIGHT = 'urn:ogc:def:crs:EPSG::9428';
456
457
    /**
458
     * ETRS89 / Belgian Lambert 2008 + Ostend height
459
     * Extent: Belgium - onshore.
460
     */
461
    public const EPSG_ETRS89_BELGIAN_LAMBERT_2008_PLUS_OSTEND_HEIGHT = 'urn:ogc:def:crs:EPSG::8370';
462
463
    /**
464
     * ETRS89 / DKTM1 + DVR90 height
465
     * Extent: Denmark - Jutland onshore west of 10°E.
466
     */
467
    public const EPSG_ETRS89_DKTM1_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::4097';
468
469
    /**
470
     * ETRS89 / DKTM2 + DVR90 height
471
     * Extent: Denmark - onshore - Jutland east of 9°E and Funen.
472
     */
473
    public const EPSG_ETRS89_DKTM2_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::4098';
474
475
    /**
476
     * ETRS89 / DKTM3 + DVR90 height
477
     * Extent: Denmark - Zealand and Lolland (onshore).
478
     */
479
    public const EPSG_ETRS89_DKTM3_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::4099';
480
481
    /**
482
     * ETRS89 / DKTM4 + DVR90 height
483
     * Extent: Denmark - Bornholm onshore.
484
     */
485
    public const EPSG_ETRS89_DKTM4_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::4100';
486
487
    /**
488
     * ETRS89 / Faroe TM + FVR09 height
489
     * Extent: Faroe Islands - onshore.
490
     * Introduced in 2010.
491
     */
492
    public const EPSG_ETRS89_FAROE_TM_PLUS_FVR09_HEIGHT = 'urn:ogc:def:crs:EPSG::5318';
493
494
    /**
495
     * ETRS89 / ITM + BI height
496
     * Extent: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
497
     */
498
    public const EPSG_ETRS89_ITM_PLUS_BI_HEIGHT = 'urn:ogc:def:crs:EPSG::9922';
499
500
    /**
501
     * ETRS89 / Kp2000 Bornholm + DVR90 height
502
     * Extent: Denmark - Bornholm onshore.
503
     */
504
    public const EPSG_ETRS89_KP2000_BORNHOLM_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::7420';
505
506
    /**
507
     * ETRS89 / Kp2000 Jutland + DVR90 height
508
     * Extent: Denmark - Jutland and Funen - onshore.
509
     */
510
    public const EPSG_ETRS89_KP2000_JUTLAND_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::7418';
511
512
    /**
513
     * ETRS89 / Kp2000 Zealand + DVR90 height
514
     * Extent: Denmark - Zealand and Lolland (onshore).
515
     */
516
    public const EPSG_ETRS89_KP2000_ZEALAND_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::7419';
517
518
    /**
519
     * ETRS89 / NTM zone 10 + NN2000 height
520
     * Extent: Norway - onshore - between 10°E and 11°E.
521
     */
522
    public const EPSG_ETRS89_NTM_ZONE_10_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5950';
523
524
    /**
525
     * ETRS89 / NTM zone 10 + NN54 height
526
     * Extent: Norway - onshore - between 10°E and 11°E.
527
     * Replaced by ETRS89 / NTM zone 10 + NN2000 height (compound CRS code 5950).
528
     */
529
    public const EPSG_ETRS89_NTM_ZONE_10_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6150';
530
531
    /**
532
     * ETRS89 / NTM zone 11 + NN2000 height
533
     * Extent: Norway - onshore - between 11°E and 12°E.
534
     */
535
    public const EPSG_ETRS89_NTM_ZONE_11_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5951';
536
537
    /**
538
     * ETRS89 / NTM zone 11 + NN54 height
539
     * Extent: Norway - onshore - between 11°E and 12°E.
540
     * Replaced by ETRS89 / NTM zone 11 + NN2000 height (compound CRS code 5951).
541
     */
542
    public const EPSG_ETRS89_NTM_ZONE_11_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6151';
543
544
    /**
545
     * ETRS89 / NTM zone 12 + NN2000 height
546
     * Extent: Norway - onshore - between 12°E and 13°E.
547
     */
548
    public const EPSG_ETRS89_NTM_ZONE_12_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5952';
549
550
    /**
551
     * ETRS89 / NTM zone 12 + NN54 height
552
     * Extent: Norway - onshore - between 12°E and 13°E.
553
     * Replaced by ETRS89 / NTM zone 12 + NN2000 height (compound CRS code 5952).
554
     */
555
    public const EPSG_ETRS89_NTM_ZONE_12_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6152';
556
557
    /**
558
     * ETRS89 / NTM zone 13 + NN2000 height
559
     * Extent: Norway - onshore - between 13°E and 14°E.
560
     */
561
    public const EPSG_ETRS89_NTM_ZONE_13_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5953';
562
563
    /**
564
     * ETRS89 / NTM zone 13 + NN54 height
565
     * Extent: Norway - onshore - between 13°E and 14°E.
566
     * Replaced by ETRS89 / NTM zone 13 + NN2000 height (compound CRS code 5953).
567
     */
568
    public const EPSG_ETRS89_NTM_ZONE_13_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6153';
569
570
    /**
571
     * ETRS89 / NTM zone 14 + NN2000 height
572
     * Extent: Norway - onshore - between 14°E and 15°E.
573
     */
574
    public const EPSG_ETRS89_NTM_ZONE_14_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5954';
575
576
    /**
577
     * ETRS89 / NTM zone 14 + NN54 height
578
     * Extent: Norway - onshore - between 14°E and 15°E.
579
     * Replaced by ETRS89 / NTM zone 14 + NN2000 height (compound CRS code 5954).
580
     */
581
    public const EPSG_ETRS89_NTM_ZONE_14_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6154';
582
583
    /**
584
     * ETRS89 / NTM zone 15 + NN2000 height
585
     * Extent: Norway - onshore - between 15°E and 16°E.
586
     */
587
    public const EPSG_ETRS89_NTM_ZONE_15_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5955';
588
589
    /**
590
     * ETRS89 / NTM zone 15 + NN54 height
591
     * Extent: Norway - onshore - between 15°E and 16°E.
592
     * Replaced by ETRS89 / NTM zone 15 + NN2000 height (compound CRS code 5955).
593
     */
594
    public const EPSG_ETRS89_NTM_ZONE_15_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6155';
595
596
    /**
597
     * ETRS89 / NTM zone 16 + NN2000 height
598
     * Extent: Norway - onshore - between 16°E and 17°E.
599
     */
600
    public const EPSG_ETRS89_NTM_ZONE_16_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5956';
601
602
    /**
603
     * ETRS89 / NTM zone 16 + NN54 height
604
     * Extent: Norway - onshore - between 16°E and 17°E.
605
     * Replaced by ETRS89 / NTM zone 16 + NN2000 height (compound CRS code 5956).
606
     */
607
    public const EPSG_ETRS89_NTM_ZONE_16_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6156';
608
609
    /**
610
     * ETRS89 / NTM zone 17 + NN2000 height
611
     * Extent: Norway - onshore - between 17°E and 18°E.
612
     */
613
    public const EPSG_ETRS89_NTM_ZONE_17_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5957';
614
615
    /**
616
     * ETRS89 / NTM zone 17 + NN54 height
617
     * Extent: Norway - onshore - between 17°E and 18°E.
618
     * Replaced by ETRS89 / NTM zone 17 + NN2000 height (compound CRS code 5957).
619
     */
620
    public const EPSG_ETRS89_NTM_ZONE_17_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6157';
621
622
    /**
623
     * ETRS89 / NTM zone 18 + NN2000 height
624
     * Extent: Norway - onshore - between 18°E and 19°E.
625
     */
626
    public const EPSG_ETRS89_NTM_ZONE_18_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5958';
627
628
    /**
629
     * ETRS89 / NTM zone 18 + NN54 height
630
     * Extent: Norway - onshore - between 18°E and 19°E.
631
     * Replaced by ETRS89 / NTM zone 18 + NN2000 height (compound CRS code 5958).
632
     */
633
    public const EPSG_ETRS89_NTM_ZONE_18_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6158';
634
635
    /**
636
     * ETRS89 / NTM zone 19 + NN2000 height
637
     * Extent: Norway - onshore - between 19°E and 20°E.
638
     */
639
    public const EPSG_ETRS89_NTM_ZONE_19_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5959';
640
641
    /**
642
     * ETRS89 / NTM zone 19 + NN54 height
643
     * Extent: Norway - onshore - between 19°E and 20°E.
644
     * Replaced by ETRS89 / NTM zone 19 + NN2000 height (compound CRS code 5959).
645
     */
646
    public const EPSG_ETRS89_NTM_ZONE_19_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6159';
647
648
    /**
649
     * ETRS89 / NTM zone 20 + NN2000 height
650
     * Extent: Norway - onshore - between 20°E and 21°E.
651
     */
652
    public const EPSG_ETRS89_NTM_ZONE_20_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5960';
653
654
    /**
655
     * ETRS89 / NTM zone 20 + NN54 height
656
     * Extent: Norway - onshore - between 20°E and 21°E.
657
     * Replaced by ETRS89 / NTM zone 20 + NN2000 height (compound CRS code 5960).
658
     */
659
    public const EPSG_ETRS89_NTM_ZONE_20_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6160';
660
661
    /**
662
     * ETRS89 / NTM zone 21 + NN2000 height
663
     * Extent: Norway - onshore - between 21°E and 22°E.
664
     */
665
    public const EPSG_ETRS89_NTM_ZONE_21_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5961';
666
667
    /**
668
     * ETRS89 / NTM zone 21 + NN54 height
669
     * Extent: Norway - onshore - between 21°E and 22°E.
670
     * Replaced by ETRS89 / NTM zone 21 + NN2000 height (compound CRS code 5961).
671
     */
672
    public const EPSG_ETRS89_NTM_ZONE_21_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6161';
673
674
    /**
675
     * ETRS89 / NTM zone 22 + NN2000 height
676
     * Extent: Norway - onshore - between 22°E and 23°E.
677
     */
678
    public const EPSG_ETRS89_NTM_ZONE_22_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5962';
679
680
    /**
681
     * ETRS89 / NTM zone 22 + NN54 height
682
     * Extent: Norway - onshore - between 22°E and 23°E.
683
     * Replaced by ETRS89 / NTM zone 22 + NN2000 height (compound CRS code 5962).
684
     */
685
    public const EPSG_ETRS89_NTM_ZONE_22_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6162';
686
687
    /**
688
     * ETRS89 / NTM zone 23 + NN2000 height
689
     * Extent: Norway - onshore - between 23°E and 24°E.
690
     */
691
    public const EPSG_ETRS89_NTM_ZONE_23_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5963';
692
693
    /**
694
     * ETRS89 / NTM zone 23 + NN54 height
695
     * Extent: Norway - onshore - between 23°E and 24°E.
696
     * Replaced by ETRS89 / NTM zone 23 + NN2000 height (compound CRS code 5963).
697
     */
698
    public const EPSG_ETRS89_NTM_ZONE_23_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6163';
699
700
    /**
701
     * ETRS89 / NTM zone 24 + NN2000 height
702
     * Extent: Norway - onshore - between 24°E and 25°E.
703
     */
704
    public const EPSG_ETRS89_NTM_ZONE_24_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5964';
705
706
    /**
707
     * ETRS89 / NTM zone 24 + NN54 height
708
     * Extent: Norway - onshore - between 24°E and 25°E.
709
     * Replaced by ETRS89 / NTM zone 24 + NN2000 height (compound CRS code 5964).
710
     */
711
    public const EPSG_ETRS89_NTM_ZONE_24_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6164';
712
713
    /**
714
     * ETRS89 / NTM zone 25 + NN2000 height
715
     * Extent: Norway - onshore - between 25°E and 26°E.
716
     */
717
    public const EPSG_ETRS89_NTM_ZONE_25_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5965';
718
719
    /**
720
     * ETRS89 / NTM zone 25 + NN54 height
721
     * Extent: Norway - onshore - between 25°E and 26°E.
722
     * Replaced by ETRS89 / NTM zone 25 + NN2000 height (compound CRS code 5965).
723
     */
724
    public const EPSG_ETRS89_NTM_ZONE_25_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6165';
725
726
    /**
727
     * ETRS89 / NTM zone 26 + NN2000 height
728
     * Extent: Norway - onshore - between 26°E and 27°E.
729
     */
730
    public const EPSG_ETRS89_NTM_ZONE_26_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5966';
731
732
    /**
733
     * ETRS89 / NTM zone 26 + NN54 height
734
     * Extent: Norway - onshore - between 26°E and 27°E.
735
     * Replaced by ETRS89 / NTM zone 26 + NN2000 height (compound CRS code 5966).
736
     */
737
    public const EPSG_ETRS89_NTM_ZONE_26_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6166';
738
739
    /**
740
     * ETRS89 / NTM zone 27 + NN2000 height
741
     * Extent: Norway - onshore - between 27°E and 28°E.
742
     */
743
    public const EPSG_ETRS89_NTM_ZONE_27_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5967';
744
745
    /**
746
     * ETRS89 / NTM zone 27 + NN54 height
747
     * Extent: Norway - onshore - between 27°E and 28°E.
748
     * Replaced by ETRS89 / NTM zone 27 + NN2000 height (compound CRS code 5967).
749
     */
750
    public const EPSG_ETRS89_NTM_ZONE_27_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6167';
751
752
    /**
753
     * ETRS89 / NTM zone 28 + NN2000 height
754
     * Extent: Norway - onshore - between 28°E and 29°E.
755
     */
756
    public const EPSG_ETRS89_NTM_ZONE_28_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5968';
757
758
    /**
759
     * ETRS89 / NTM zone 28 + NN54 height
760
     * Extent: Norway - onshore - between 28°E and 29°E.
761
     * Replaced by ETRS89 / NTM zone 28 + NN2000 height (compound CRS code 5968).
762
     */
763
    public const EPSG_ETRS89_NTM_ZONE_28_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6168';
764
765
    /**
766
     * ETRS89 / NTM zone 29 + NN2000 height
767
     * Extent: Norway - onshore - between 29°E and 30°E.
768
     */
769
    public const EPSG_ETRS89_NTM_ZONE_29_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5969';
770
771
    /**
772
     * ETRS89 / NTM zone 29 + NN54 height
773
     * Extent: Norway - onshore - between 29°E and 30°E.
774
     * Replaced by ETRS89 / NTM zone 29 + NN2000 height (compound CRS code 5969).
775
     */
776
    public const EPSG_ETRS89_NTM_ZONE_29_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6169';
777
778
    /**
779
     * ETRS89 / NTM zone 30 + NN2000 height
780
     * Extent: Norway - onshore - east of 30°E.
781
     */
782
    public const EPSG_ETRS89_NTM_ZONE_30_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5970';
783
784
    /**
785
     * ETRS89 / NTM zone 30 + NN54 height
786
     * Extent: Norway - onshore - east of 30°E.
787
     * Replaced by ETRS89 / NTM zone 30 + NN2000 height (compound CRS code 5970).
788
     */
789
    public const EPSG_ETRS89_NTM_ZONE_30_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6170';
790
791
    /**
792
     * ETRS89 / NTM zone 5 + NN2000 height
793
     * Extent: Norway - onshore - west of 6°E.
794
     */
795
    public const EPSG_ETRS89_NTM_ZONE_5_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5945';
796
797
    /**
798
     * ETRS89 / NTM zone 5 + NN54 height
799
     * Extent: Norway - onshore - west of 6°E.
800
     * Replaced by ETRS89 / NTM zone 5 + NN2000 height (compound CRS code 5945).
801
     */
802
    public const EPSG_ETRS89_NTM_ZONE_5_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6145';
803
804
    /**
805
     * ETRS89 / NTM zone 6 + NN2000 height
806
     * Extent: Norway - onshore - between 6°E and 7°E.
807
     */
808
    public const EPSG_ETRS89_NTM_ZONE_6_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5946';
809
810
    /**
811
     * ETRS89 / NTM zone 6 + NN54 height
812
     * Extent: Norway - onshore - between 6°E and 7°E.
813
     * Replaced by ETRS89 / NTM zone 6 + NN2000 height (compound CRS code 5946).
814
     */
815
    public const EPSG_ETRS89_NTM_ZONE_6_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6146';
816
817
    /**
818
     * ETRS89 / NTM zone 7 + NN2000 height
819
     * Extent: Norway - onshore - between 7°E and 8°E.
820
     */
821
    public const EPSG_ETRS89_NTM_ZONE_7_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5947';
822
823
    /**
824
     * ETRS89 / NTM zone 7 + NN54 height
825
     * Extent: Norway - onshore - between 7°E and 8°E.
826
     * Replaced by ETRS89 / NTM zone 7 + NN2000 height (compound CRS code 5947).
827
     */
828
    public const EPSG_ETRS89_NTM_ZONE_7_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6147';
829
830
    /**
831
     * ETRS89 / NTM zone 8 + NN2000 height
832
     * Extent: Norway - onshore - between 8°E and 9°E.
833
     */
834
    public const EPSG_ETRS89_NTM_ZONE_8_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5948';
835
836
    /**
837
     * ETRS89 / NTM zone 8 + NN54 height
838
     * Extent: Norway - onshore - between 8°E and 9°E.
839
     * Replaced by ETRS89 / NTM zone 8 + NN2000 height (compound CRS code 5948).
840
     */
841
    public const EPSG_ETRS89_NTM_ZONE_8_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6148';
842
843
    /**
844
     * ETRS89 / NTM zone 9 + NN2000 height
845
     * Extent: Norway - onshore - between 9°E and 10°E.
846
     */
847
    public const EPSG_ETRS89_NTM_ZONE_9_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5949';
848
849
    /**
850
     * ETRS89 / NTM zone 9 + NN54 height
851
     * Extent: Norway - onshore - between 9°E and 10°E.
852
     * Replaced by ETRS89 / NTM zone 9 + NN2000 height (compound CRS code 5949).
853
     */
854
    public const EPSG_ETRS89_NTM_ZONE_9_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6149';
855
856
    /**
857
     * ETRS89 / TM35FIN(N,E) + N2000 height
858
     * Extent: Finland - onshore.
859
     * Replaces ETRS89 / TM35FIN(N,E) + N60 height (CRS code 3902).
860
     */
861
    public const EPSG_ETRS89_TM35FIN_N_E_PLUS_N2000_HEIGHT = 'urn:ogc:def:crs:EPSG::3903';
862
863
    /**
864
     * ETRS89 / TM35FIN(N,E) + N60 height
865
     * Extent: Finland - onshore.
866
     * Replaces YKJ/N60 (CRS code 3901). Replaced by ETRS89-TM35FIN(N,E)/N2000 (CRS code 3903).
867
     */
868
    public const EPSG_ETRS89_TM35FIN_N_E_PLUS_N60_HEIGHT = 'urn:ogc:def:crs:EPSG::3902';
869
870
    /**
871
     * ETRS89 / UTM zone 31N + DHHN92 height
872
     * Extent: Germany - onshore west of 6°E.
873
     */
874
    public const EPSG_ETRS89_UTM_ZONE_31N_PLUS_DHHN92_HEIGHT = 'urn:ogc:def:crs:EPSG::5554';
875
876
    /**
877
     * ETRS89 / UTM zone 31N + NN2000 height
878
     * Extent: Norway - onshore - west of 6°E.
879
     */
880
    public const EPSG_ETRS89_UTM_ZONE_31N_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5971';
881
882
    /**
883
     * ETRS89 / UTM zone 31N + NN54 height
884
     * Extent: Norway - onshore - west of 6°E.
885
     * Replaced by ETRS89 / UTM zone 31N + NN2000 height (compound CRS code 5971).
886
     */
887
    public const EPSG_ETRS89_UTM_ZONE_31N_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6171';
888
889
    /**
890
     * ETRS89 / UTM zone 32N + DHHN92 height
891
     * Extent: Germany - onshore between 6°E and 12°E.
892
     */
893
    public const EPSG_ETRS89_UTM_ZONE_32N_PLUS_DHHN92_HEIGHT = 'urn:ogc:def:crs:EPSG::5555';
894
895
    /**
896
     * ETRS89 / UTM zone 32N + DVR90 height
897
     * Extent: Denmark - onshore west of 12°E - Zealand, Jutland, Fuen and Lolland.
898
     */
899
    public const EPSG_ETRS89_UTM_ZONE_32N_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::7416';
900
901
    /**
902
     * ETRS89 / UTM zone 32N + NN2000 height
903
     * Extent: Norway - onshore - between 6°E and 12°E.
904
     */
905
    public const EPSG_ETRS89_UTM_ZONE_32N_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5972';
906
907
    /**
908
     * ETRS89 / UTM zone 32N + NN54 height
909
     * Extent: Norway - onshore - between 6°E and 12°E.
910
     * Replaced by ETRS89 / UTM zone 32N + NN2000 height (compound CRS code 5972).
911
     */
912
    public const EPSG_ETRS89_UTM_ZONE_32N_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6172';
913
914
    /**
915
     * ETRS89 / UTM zone 33N + DHHN92 height
916
     * Extent: Germany - onshore east of 12°E.
917
     */
918
    public const EPSG_ETRS89_UTM_ZONE_33N_PLUS_DHHN92_HEIGHT = 'urn:ogc:def:crs:EPSG::5556';
919
920
    /**
921
     * ETRS89 / UTM zone 33N + DVR90 height
922
     * Extent: Denmark - onshore east of 12°E - Zealand and Falster, Bornholm.
923
     */
924
    public const EPSG_ETRS89_UTM_ZONE_33N_PLUS_DVR90_HEIGHT = 'urn:ogc:def:crs:EPSG::7417';
925
926
    /**
927
     * ETRS89 / UTM zone 33N + NN2000 height
928
     * Extent: Norway - onshore - between 12°E and 18°E.
929
     */
930
    public const EPSG_ETRS89_UTM_ZONE_33N_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5973';
931
932
    /**
933
     * ETRS89 / UTM zone 33N + NN54 height
934
     * Extent: Norway - onshore - between 12°E and 18°E.
935
     * Replaced by ETRS89 / UTM zone 33N + NN2000 height (compound CRS code 5973).
936
     */
937
    public const EPSG_ETRS89_UTM_ZONE_33N_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6173';
938
939
    /**
940
     * ETRS89 / UTM zone 34N + NN2000 height
941
     * Extent: Norway - onshore - between 18°E and 24°E.
942
     */
943
    public const EPSG_ETRS89_UTM_ZONE_34N_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5974';
944
945
    /**
946
     * ETRS89 / UTM zone 34N + NN54 height
947
     * Extent: Norway - onshore - between 18°E and 24°E.
948
     * Replaced by ETRS89 / UTM zone 34N + NN2000 height (compound CRS code 5974).
949
     */
950
    public const EPSG_ETRS89_UTM_ZONE_34N_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6174';
951
952
    /**
953
     * ETRS89 / UTM zone 35N + NN2000 height
954
     * Extent: Norway - onshore - between 24°E and 30°E.
955
     */
956
    public const EPSG_ETRS89_UTM_ZONE_35N_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5975';
957
958
    /**
959
     * ETRS89 / UTM zone 35N + NN54 height
960
     * Extent: Norway - onshore - between 24°E and 30°E.
961
     * Replaced by ETRS89 / UTM zone 35N + NN2000 height (compound CRS code 5975).
962
     */
963
    public const EPSG_ETRS89_UTM_ZONE_35N_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6175';
964
965
    /**
966
     * ETRS89 / UTM zone 36N + NN2000 height
967
     * Extent: Norway - onshore - east of 30°E.
968
     */
969
    public const EPSG_ETRS89_UTM_ZONE_36N_PLUS_NN2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5976';
970
971
    /**
972
     * ETRS89 / UTM zone 36N + NN54 height
973
     * Extent: Norway - onshore - east of 30°E.
974
     * Replaced by ETRS89 / UTM zone 36N + NN2000 height (compound CRS code 5976).
975
     */
976
    public const EPSG_ETRS89_UTM_ZONE_36N_PLUS_NN54_HEIGHT = 'urn:ogc:def:crs:EPSG::6176';
977
978
    /**
979
     * ETRS89/DREF91/2016 + DHHN2016 height
980
     * Extent: Germany - onshore and offshore.
981
     */
982
    public const EPSG_ETRS89_DREF91_2016_PLUS_DHHN2016_HEIGHT = 'urn:ogc:def:crs:EPSG::10293';
983
984
    /**
985
     * EWR2 Grid + ODN height
986
     * Extent: United Kingdom (UK) - on or related to East West Rail (Phase 2) routes from Oxford to Bicester,
987
     * Bletchley and Bedford, and from Claydon Junction to Aylesbury and Princes Risborough.
988
     */
989
    public const EPSG_EWR2_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9767';
990
991
    /**
992
     * FEH2010 + FCSVR10 height
993
     * Extent: Fehmarnbelt area of Denmark and Germany.
994
     */
995
    public const EPSG_FEH2010_PLUS_FCSVR10_HEIGHT = 'urn:ogc:def:crs:EPSG::9519';
996
997
    /**
998
     * FEH2010 / Fehmarnbelt TM + FCSVR10 height
999
     * Extent: Fehmarnbelt area of Denmark and Germany.
1000
     */
1001
    public const EPSG_FEH2010_FEHMARNBELT_TM_PLUS_FCSVR10_HEIGHT = 'urn:ogc:def:crs:EPSG::5598';
1002
1003
    /**
1004
     * FNL22 Grid + ODN height
1005
     * Extent: United Kingdom (UK) - on or related to the rail route from Inverness to Thurso and Wick.
1006
     */
1007
    public const EPSG_FNL22_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9978';
1008
1009
    /**
1010
     * GBK19 Grid + ODN height
1011
     * Extent: United Kingdom (UK) - on or related to the rail route from Glasgow to Kilmarnock via Barrhead and the
1012
     * branch to East Kilbride.
1013
     */
1014
    public const EPSG_GBK19_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9457';
1015
1016
    /**
1017
     * GDA2020 + AHD height
1018
     * Extent: Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South
1019
     * Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling
1020
     * Islands - onshore.
1021
     */
1022
    public const EPSG_GDA2020_PLUS_AHD_HEIGHT = 'urn:ogc:def:crs:EPSG::9463';
1023
1024
    /**
1025
     * GDA2020 + AVWS height
1026
     * Extent: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island,
1027
     * Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.
1028
     */
1029
    public const EPSG_GDA2020_PLUS_AVWS_HEIGHT = 'urn:ogc:def:crs:EPSG::9462';
1030
1031
    /**
1032
     * GDA94 + AHD height
1033
     * Extent: Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South
1034
     * Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling
1035
     * Islands - onshore.
1036
     */
1037
    public const EPSG_GDA94_PLUS_AHD_HEIGHT = 'urn:ogc:def:crs:EPSG::9464';
1038
1039
    /**
1040
     * GR96 + GVR2000 height
1041
     * Extent: Greenland - onshore and offshore between 59°N and 84°N and west of 10°W.
1042
     * Replaced by GR96 + GVR2016 height (CRS code 8350).
1043
     */
1044
    public const EPSG_GR96_PLUS_GVR2000_HEIGHT = 'urn:ogc:def:crs:EPSG::8349';
1045
1046
    /**
1047
     * GR96 + GVR2016 height
1048
     * Extent: Greenland - onshore and offshore between 58°N and 85°N and west of 7°W.
1049
     * Replaces GR96 + GVR2000 height (CRS code 8349).
1050
     */
1051
    public const EPSG_GR96_PLUS_GVR2016_HEIGHT = 'urn:ogc:def:crs:EPSG::8350';
1052
1053
    /**
1054
     * GWPBS22 Grid + ODN height
1055
     * Extent: United Kingdom (UK) - on or related to the rail route from London (Paddington) to Swansea.
1056
     */
1057
    public const EPSG_GWPBS22_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10213';
1058
1059
    /**
1060
     * GWWAB22 Grid + ODN height
1061
     * Extent: United Kingdom (UK) - on or related to the rail routes around Cardiff and the valleys.
1062
     */
1063
    public const EPSG_GWWAB22_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10218';
1064
1065
    /**
1066
     * GWWWA22 Grid + ODN height
1067
     * Extent: United Kingdom (UK) - on or related to the rail routes from Swansea to Pembroke Dock, Milford Haven and
1068
     * Fishguard.
1069
     */
1070
    public const EPSG_GWWWA22_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10223';
1071
1072
    /**
1073
     * HS2 Survey Grid + HS2-VRF height
1074
     * Extent: United Kingdom (UK) - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and
1075
     * Crewe.
1076
     * Realized by use of HS2TN15 transformation and HS2GM15 geoid model from ETRS89 OSNet v2009.
1077
     */
1078
    public const EPSG_HS2_SURVEY_GRID_PLUS_HS2_VRF_HEIGHT = 'urn:ogc:def:crs:EPSG::9306';
1079
1080
    /**
1081
     * HULLEE13 Grid + ODN height
1082
     * Extent: United Kingdom (UK) - on or related to the rail route from the Morley tunnel through Leeds to Hull.
1083
     */
1084
    public const EPSG_HULLEE13_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9968';
1085
1086
    /**
1087
     * ISN2004 + ISH2004 height
1088
     * Extent: Iceland - onshore.
1089
     * Replaces ISN93 + ISH2004 height (CRS code 9948). Replaced by ISN2016 + ISH2004 height (CRS code 9950).
1090
     */
1091
    public const EPSG_ISN2004_PLUS_ISH2004_HEIGHT = 'urn:ogc:def:crs:EPSG::9949';
1092
1093
    /**
1094
     * ISN2004 / Lambert 2004 + ISH2004 height
1095
     * Extent: Iceland - onshore.
1096
     * Replaces ISN93 / Lambert 1993 + ISH2004 height (CRS code 9951). Replaced by ISN2016 / Lambert 2016 + ISH2004
1097
     * height (CRS code 9953).
1098
     */
1099
    public const EPSG_ISN2004_LAMBERT_2004_PLUS_ISH2004_HEIGHT = 'urn:ogc:def:crs:EPSG::9952';
1100
1101
    /**
1102
     * ISN2016 + ISH2004 height
1103
     * Extent: Iceland - onshore.
1104
     * Replaces ISN2004 + ISH2004 height (CRS code 9949).
1105
     */
1106
    public const EPSG_ISN2016_PLUS_ISH2004_HEIGHT = 'urn:ogc:def:crs:EPSG::9950';
1107
1108
    /**
1109
     * ISN2016 / Lambert 2016 + ISH2004 height
1110
     * Extent: Iceland - onshore.
1111
     * Replaces ISN2004 / Lambert 2004 + ISH2004 height (CRS code 9952).
1112
     */
1113
    public const EPSG_ISN2016_LAMBERT_2016_PLUS_ISH2004_HEIGHT = 'urn:ogc:def:crs:EPSG::9953';
1114
1115
    /**
1116
     * ISN93 + ISH2004 height
1117
     * Extent: Iceland - onshore.
1118
     * Replaced by ISN2004 + ISH2004 height (CRS code 9949).
1119
     */
1120
    public const EPSG_ISN93_PLUS_ISH2004_HEIGHT = 'urn:ogc:def:crs:EPSG::9948';
1121
1122
    /**
1123
     * ISN93 / Lambert 1993 + ISH2004 height
1124
     * Extent: Iceland - onshore.
1125
     * Replaced by ISN2004 / Lambert 2004 + ISH2004 height (CRS code 9952).
1126
     */
1127
    public const EPSG_ISN93_LAMBERT_1993_PLUS_ISH2004_HEIGHT = 'urn:ogc:def:crs:EPSG::9951';
1128
1129
    /**
1130
     * ITRF2005 + SA LLD height
1131
     * Extent: South Africa - mainland onshore.
1132
     */
1133
    public const EPSG_ITRF2005_PLUS_SA_LLD_HEIGHT = 'urn:ogc:def:crs:EPSG::9543';
1134
1135
    /**
1136
     * JGD2000 + JGD2000 (vertical) height
1137
     * Extent: Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu.
1138
     * Replaces Tokyo + JSLD69 height and Tokyo + JSLD72 height (CRS codes 7414 and 6700) from April 2002. Replaced by
1139
     * JGD2011 + JGD2011 (vertical) height (CRS code 6697) with effect from 21st October 2011.
1140
     */
1141
    public const EPSG_JGD2000_PLUS_JGD2000_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::6696';
1142
1143
    /**
1144
     * JGD2011 + JGD2011 (vertical) height
1145
     * Extent: Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu.
1146
     * Replaces JGD2000 + JGD2000 (vertical) height (CRS code 6696) with effect from 21st October 2011.
1147
     */
1148
    public const EPSG_JGD2011_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::6697';
1149
1150
    /**
1151
     * JGD2011 / Japan Plane Rectangular CS I + JGD2011 (vertical) height
1152
     * Extent: Japan - onshore - Kyushu west of approximately 130°E - Nagasaki-ken.
1153
     */
1154
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_I_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10162';
1155
1156
    /**
1157
     * JGD2011 / Japan Plane Rectangular CS II + JGD2011 (vertical) height
1158
     * Extent: Japan - onshore - Kyushu east of approximately 130°E - Fukuoka-ken; Saga-ken; Kumamoto-ken; Oita-ken;
1159
     * Miyazaki-ken; Kagoshima-ken on Kyushu (except for area within Japan Plane Rectangular Coordinate System zone I).
1160
     */
1161
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_II_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10163';
1162
1163
    /**
1164
     * JGD2011 / Japan Plane Rectangular CS III + JGD2011 (vertical) height
1165
     * Extent: Japan - onshore - Honshu west of approximately 133°15'E - Yamaguchi-ken; Shimane-ken; Hiroshima-ken.
1166
     */
1167
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_III_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10164';
1168
1169
    /**
1170
     * JGD2011 / Japan Plane Rectangular CS IV + JGD2011 (vertical) height
1171
     * Extent: Japan - onshore - Shikoku - Kagawa-ken; Ehime-ken; Tokushima-ken; Kochi-ken.
1172
     */
1173
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_IV_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10165';
1174
1175
    /**
1176
     * JGD2011 / Japan Plane Rectangular CS IX + JGD2011 (vertical) height
1177
     * Extent: Japan - onshore - Honshu - Tokyo-to. (Excludes offshore island areas of Tokyo-to).
1178
     */
1179
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_IX_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10170';
1180
1181
    /**
1182
     * JGD2011 / Japan Plane Rectangular CS V + JGD2011 (vertical) height
1183
     * Extent: Japan - onshore - Honshu between approximately 133°15'E and 135°10'E - Hyogo-ken; Tottori-ken;
1184
     * Okayama-ken.
1185
     */
1186
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_V_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10166';
1187
1188
    /**
1189
     * JGD2011 / Japan Plane Rectangular CS VI + JGD2011 (vertical) height
1190
     * Extent: Japan - onshore - Honshu between approximately 135°10'E and 136°45'E - Kyoto-fu; Osaka-fu; Fukui-ken;
1191
     * Shiga-ken; Mie-ken; Nara-ken; Wakayama-ken.
1192
     */
1193
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_VI_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10167';
1194
1195
    /**
1196
     * JGD2011 / Japan Plane Rectangular CS VII + JGD2011 (vertical) height
1197
     * Extent: Japan - onshore - Honshu between approximately 136°15'E and 137°45'E - Ishikawa-ken; Toyama-ken;
1198
     * Gifu-ken; Aichi-ken.
1199
     */
1200
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_VII_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10168';
1201
1202
    /**
1203
     * JGD2011 / Japan Plane Rectangular CS VIII + JGD2011 (vertical) height
1204
     * Extent: Japan - onshore - Honshu between approximately 137°45'E and 139°E - Niigata-ken on Honshu; Nagano-ken;
1205
     * Yamanashi-ken; Shizuoka-ken.
1206
     */
1207
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_VIII_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10169';
1208
1209
    /**
1210
     * JGD2011 / Japan Plane Rectangular CS X + JGD2011 (vertical) height
1211
     * Extent: Japan - onshore - Honshu north of 38°N approximately - Aomori-ken; Akita-ken; Yamagata-ken; Iwate-ken;
1212
     * Miyagi-ken.
1213
     */
1214
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_X_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10171';
1215
1216
    /**
1217
     * JGD2011 / Japan Plane Rectangular CS XI + JGD2011 (vertical) height
1218
     * Extent: Japan - onshore - Hokkaido west of approximately 141°E - Otaru city; Usu-gun and Abuta-gun of
1219
     * Iburi-shicho; Hiyama-shicho; Shiribeshi-shicho; Oshima-shicho.
1220
     */
1221
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_XI_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10172';
1222
1223
    /**
1224
     * JGD2011 / Japan Plane Rectangular CS XII + JGD2011 (vertical) height
1225
     * Extent: Japan - onshore - Hokkaido between approximately 141°E and 143°E - Sapporo city; Asahikawa city;
1226
     * Wakkanai city; Rumoi city; Bibai city; Yubari city; Iwamizawa city; Tomakomai city; Muroran city; Shibetsu city;
1227
     * Nayoro city; Ashibetsu city; Akabira city; Mikasa city; Takikawa city; Sunagawa city; Ebetsu city; Chitose city;
1228
     * Utashinai city; Fukagawa city; Monbetsu city; Furano city; Noboribetsu city; Eniwa city; Ishikari-shicho;
1229
     * Monbetsu-gun of Abashiri-shicho; Kamikawa-shicho; Soya-shicho; Hidaka-shicho; Iburi-shicho (except Usu-gun and
1230
     * Abuta-gun); Sorachi-shicho; Rumoi-shicho.
1231
     */
1232
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_XII_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10173';
1233
1234
    /**
1235
     * JGD2011 / Japan Plane Rectangular CS XIII + JGD2011 (vertical) height
1236
     * Extent: Japan - onshore - Hokkaido east of approximately 143°E - Kitami city; Obihiro city; Kushiro city;
1237
     * Abashiri city; Nemuro city; Nemuro-shicho; Kushiro-shicho; Abashiri-shicho (except Monbetsu-gun);
1238
     * Tokachi-shicho.
1239
     */
1240
    public const EPSG_JGD2011_JAPAN_PLANE_RECTANGULAR_CS_XIII_PLUS_JGD2011_VERTICAL_HEIGHT = 'urn:ogc:def:crs:EPSG::10174';
1241
1242
    /**
1243
     * KKJ / Finland Uniform Coordinate System + N60 height
1244
     * Extent: Finland - onshore.
1245
     * Replaced by ETRS89 / TM35FIN(N,E) + N60 height (CRS code 3902).
1246
     */
1247
    public const EPSG_KKJ_FINLAND_UNIFORM_COORDINATE_SYSTEM_PLUS_N60_HEIGHT = 'urn:ogc:def:crs:EPSG::3901';
1248
1249
    /**
1250
     * KSA-GRF17 + KSA-VRF14 height
1251
     * Extent: Saudi Arabia - onshore.
1252
     */
1253
    public const EPSG_KSA_GRF17_PLUS_KSA_VRF14_HEIGHT = 'urn:ogc:def:crs:EPSG::9520';
1254
1255
    /**
1256
     * LUREF / Luxembourg TM + NG95 height
1257
     * Extent: Luxembourg.
1258
     * For purposes with lower height accuracy requirements, may be approximated (to 5-15cm in height) by projected 3D
1259
     * CRS code 9895.
1260
     */
1261
    public const EPSG_LUREF_LUXEMBOURG_TM_PLUS_NG95_HEIGHT = 'urn:ogc:def:crs:EPSG::9897';
1262
1263
    /**
1264
     * MALS09 Grid + ODN height
1265
     * Extent: United Kingdom (UK) - on or related to the rail route from London (Marylebone) to Leamington Spa.
1266
     */
1267
    public const EPSG_MALS09_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10228';
1268
1269
    /**
1270
     * MGI + EVRF2000 Austria height
1271
     * Extent: Austria.
1272
     */
1273
    public const EPSG_MGI_PLUS_EVRF2000_AUSTRIA_HEIGHT = 'urn:ogc:def:crs:EPSG::9501';
1274
1275
    /**
1276
     * MML07 Grid + ODN height
1277
     * Extent: United Kingdom (UK) - on or related to the Midland Mainline rail route from Sheffield to London.
1278
     */
1279
    public const EPSG_MML07_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9374';
1280
1281
    /**
1282
     * MOLDOR11 Grid + ODN height
1283
     * Extent: United Kingdom (UK) - on or related to the rail route from Manchester via Ordsall Lane and the Hope
1284
     * Valley to Dore Junction.
1285
     */
1286
    public const EPSG_MOLDOR11_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9881';
1287
1288
    /**
1289
     * MRH21 Grid + ODN height
1290
     * Extent: United Kingdom (UK) - on or related to Midland Rail Hub, covering routes through Cardiff, Bristol,
1291
     * Gloucester, Derby, Birmingham, Leicester, and Lincoln.
1292
     */
1293
    public const EPSG_MRH21_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9870';
1294
1295
    /**
1296
     * MWC18 Grid + ODN height
1297
     * Extent: United Kingdom (UK) - on or related to the rail route from Manchester via Wigan and Liverpool to
1298
     * Chester.
1299
     */
1300
    public const EPSG_MWC18_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::20003';
1301
1302
    /**
1303
     * NAD27 + NGVD29 height (ftUS)
1304
     * Extent: United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut;
1305
     * Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland;
1306
     * Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey;
1307
     * New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South
1308
     * Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin;
1309
     * Wyoming.
1310
     */
1311
    public const EPSG_NAD27_PLUS_NGVD29_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::7406';
1312
1313
    /**
1314
     * NAD27 / Texas North + NGVD29 height (ftUS)
1315
     * Extent: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth;
1316
     * Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree;
1317
     * Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler.
1318
     */
1319
    public const EPSG_NAD27_TEXAS_NORTH_PLUS_NGVD29_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::7407';
1320
1321
    /**
1322
     * NAD83 + NAVD88 height
1323
     * Extent: United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska mainland; Arizona; Arkansas;
1324
     * California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky;
1325
     * Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska;
1326
     * Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon;
1327
     * Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington;
1328
     * West Virginia; Wisconsin; Wyoming.
1329
     */
1330
    public const EPSG_NAD83_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::5498';
1331
1332
    /**
1333
     * NAD83 / Alabama East + NAVD88 height
1334
     * Extent: United States (USA) - Alabama east of approximately 86°37'W - counties Barbour; Bullock; Calhoun;
1335
     * Chambers; Cherokee; Clay; Cleburne; Coffee; Coosa; Covington; Crenshaw; Dale; De Kalb; Elmore; Etowah; Geneva;
1336
     * Henry; Houston; Jackson; Lee; Macon; Madison; Marshall; Montgomery; Pike; Randolph; Russell; StClair; Talladega;
1337
     * Tallapoosa.
1338
     */
1339
    public const EPSG_NAD83_ALABAMA_EAST_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8801';
1340
1341
    /**
1342
     * NAD83 / Alabama West + NAVD88 height
1343
     * Extent: United States (USA) - Alabama west of approximately 86°37'W - counties Autauga; Baldwin; Bibb; Blount;
1344
     * Butler; Chilton; Choctaw; Clarke; Colbert; Conecuh; Cullman; Dallas; Escambia; Fayette; Franklin; Greene; Hale;
1345
     * Jefferson; Lamar; Lauderdale; Lawrence; Limestone; Lowndes; Marengo; Marion; Mobile; Monroe; Morgan; Perry;
1346
     * Pickens; Shelby; Sumter; Tuscaloosa; Walker; Washington; Wilcox; Winston.
1347
     */
1348
    public const EPSG_NAD83_ALABAMA_WEST_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8802';
1349
1350
    /**
1351
     * NAD83 / Alaska zone 1 + NAVD88 height
1352
     * Extent: United States (USA) - Alaska - east of 141°W; i.e. Panhandle.
1353
     */
1354
    public const EPSG_NAD83_ALASKA_ZONE_1_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8803';
1355
1356
    /**
1357
     * NAD83 / Alaska zone 10 + NAVD88 height
1358
     * Extent: United States (USA) - Alaska - Aleutian Islands onshore.
1359
     */
1360
    public const EPSG_NAD83_ALASKA_ZONE_10_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8812';
1361
1362
    /**
1363
     * NAD83 / Alaska zone 2 + NAVD88 height
1364
     * Extent: United States (USA) - Alaska - between 144°W and 141°W, onshore.
1365
     */
1366
    public const EPSG_NAD83_ALASKA_ZONE_2_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8804';
1367
1368
    /**
1369
     * NAD83 / Alaska zone 3 + NAVD88 height
1370
     * Extent: United States (USA) - Alaska - between 148°W and 144°W.
1371
     */
1372
    public const EPSG_NAD83_ALASKA_ZONE_3_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8805';
1373
1374
    /**
1375
     * NAD83 / Alaska zone 4 + NAVD88 height
1376
     * Extent: United States (USA) - Alaska - between 152°W and 148°W, onshore.
1377
     */
1378
    public const EPSG_NAD83_ALASKA_ZONE_4_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8806';
1379
1380
    /**
1381
     * NAD83 / Alaska zone 5 + NAVD88 height
1382
     * Extent: United States (USA) - Alaska - between 156°W and 152°W.
1383
     */
1384
    public const EPSG_NAD83_ALASKA_ZONE_5_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8807';
1385
1386
    /**
1387
     * NAD83 / Alaska zone 6 + NAVD88 height
1388
     * Extent: United States (USA) - Alaska - between 160°W and 156°W, onshore.
1389
     */
1390
    public const EPSG_NAD83_ALASKA_ZONE_6_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8808';
1391
1392
    /**
1393
     * NAD83 / Alaska zone 7 + NAVD88 height
1394
     * Extent: United States (USA) - Alaska - between 164°W and 160°W, onshore.
1395
     */
1396
    public const EPSG_NAD83_ALASKA_ZONE_7_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8809';
1397
1398
    /**
1399
     * NAD83 / Alaska zone 8 + NAVD88 height
1400
     * Extent: United States (USA) - Alaska onshore north of 54°30'N and between 168°W and 164°W.
1401
     */
1402
    public const EPSG_NAD83_ALASKA_ZONE_8_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8810';
1403
1404
    /**
1405
     * NAD83 / Alaska zone 9 + NAVD88 height
1406
     * Extent: United States (USA) - Alaska onshore north of 54°30'N and west of 168°W.
1407
     */
1408
    public const EPSG_NAD83_ALASKA_ZONE_9_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8811';
1409
1410
    /**
1411
     * NAD83 / Arizona Central (ft) + NAVD88 height (ft)
1412
     * Extent: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai.
1413
     */
1414
    public const EPSG_NAD83_ARIZONA_CENTRAL_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8701';
1415
1416
    /**
1417
     * NAD83 / Arizona East (ft) + NAVD88 height (ft)
1418
     * Extent: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo.
1419
     */
1420
    public const EPSG_NAD83_ARIZONA_EAST_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8700';
1421
1422
    /**
1423
     * NAD83 / Arizona West (ft) + NAVD88 height (ft)
1424
     * Extent: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma.
1425
     */
1426
    public const EPSG_NAD83_ARIZONA_WEST_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8702';
1427
1428
    /**
1429
     * NAD83 / Arkansas North (ftUS) + NAVD88 height (ftUS)
1430
     * Extent: United States (USA) - Arkansas - counties of Baxter; Benton; Boone; Carroll; Clay; Cleburne; Conway;
1431
     * Craighead; Crawford; Crittenden; Cross; Faulkner; Franklin; Fulton; Greene; Independence; Izard; Jackson;
1432
     * Johnson; Lawrence; Logan; Madison; Marion; Mississippi; Newton; Perry; Poinsett; Pope; Randolph; Scott; Searcy;
1433
     * Sebastian; Sharp; St Francis; Stone; Van Buren; Washington; White; Woodruff; Yell.
1434
     */
1435
    public const EPSG_NAD83_ARKANSAS_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8712';
1436
1437
    /**
1438
     * NAD83 / Arkansas South (ftUS) + NAVD88 height (ftUS)
1439
     * Extent: United States (USA) - Arkansas - counties Arkansas; Ashley; Bradley; Calhoun; Chicot; Clark; Cleveland;
1440
     * Columbia; Dallas; Desha; Drew; Garland; Grant; Hempstead; Hot Spring; Howard; Jefferson; Lafayette; Lee;
1441
     * Lincoln; Little River; Lonoke; Miller; Monroe; Montgomery; Nevada; Ouachita; Phillips; Pike; Polk; Prairie;
1442
     * Pulaski; Saline; Sevier; Union.
1443
     */
1444
    public const EPSG_NAD83_ARKANSAS_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8713';
1445
1446
    /**
1447
     * NAD83 / California zone 1 (ftUS) + NAVD88 height (ftUS)
1448
     * Extent: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta;
1449
     * Siskiyou; Tehama; Trinity.
1450
     */
1451
    public const EPSG_NAD83_CALIFORNIA_ZONE_1_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8714';
1452
1453
    /**
1454
     * NAD83 / California zone 2 (ftUS) + NAVD88 height (ftUS)
1455
     * Extent: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake;
1456
     * Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba.
1457
     */
1458
    public const EPSG_NAD83_CALIFORNIA_ZONE_2_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8715';
1459
1460
    /**
1461
     * NAD83 / California zone 3 (ftUS) + NAVD88 height (ftUS)
1462
     * Extent: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa;
1463
     * Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne.
1464
     */
1465
    public const EPSG_NAD83_CALIFORNIA_ZONE_3_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8716';
1466
1467
    /**
1468
     * NAD83 / California zone 4 (ftUS) + NAVD88 height (ftUS)
1469
     * Extent: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare.
1470
     */
1471
    public const EPSG_NAD83_CALIFORNIA_ZONE_4_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8717';
1472
1473
    /**
1474
     * NAD83 / California zone 5 (ftUS) + NAVD88 height (ftUS)
1475
     * Extent: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa
1476
     * Barbara; Ventura.
1477
     */
1478
    public const EPSG_NAD83_CALIFORNIA_ZONE_5_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8718';
1479
1480
    /**
1481
     * NAD83 / California zone 6 (ftUS) + NAVD88 height (ftUS)
1482
     * Extent: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego.
1483
     */
1484
    public const EPSG_NAD83_CALIFORNIA_ZONE_6_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8719';
1485
1486
    /**
1487
     * NAD83 / Colorado Central (ftUS) + NAVD88 height (ftUS)
1488
     * Extent: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver;
1489
     * Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park;
1490
     * Pitkin; Summit; Teller.
1491
     */
1492
    public const EPSG_NAD83_COLORADO_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8721';
1493
1494
    /**
1495
     * NAD83 / Colorado North (ftUS) + NAVD88 height (ftUS)
1496
     * Extent: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan;
1497
     * Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma.
1498
     */
1499
    public const EPSG_NAD83_COLORADO_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8720';
1500
1501
    /**
1502
     * NAD83 / Colorado South (ftUS) + NAVD88 height (ftUS)
1503
     * Extent: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley;
1504
     * Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray;
1505
     * Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel.
1506
     */
1507
    public const EPSG_NAD83_COLORADO_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8722';
1508
1509
    /**
1510
     * NAD83 / Connecticut (ftUS) + NAVD88 height (ftUS)
1511
     * Extent: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven;
1512
     * New London; Tolland; Windham.
1513
     */
1514
    public const EPSG_NAD83_CONNECTICUT_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8723';
1515
1516
    /**
1517
     * NAD83 / Delaware (ftUS) + NAVD88 height (ftUS)
1518
     * Extent: United States (USA) - Delaware - counties of Kent; New Castle; Sussex.
1519
     */
1520
    public const EPSG_NAD83_DELAWARE_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8724';
1521
1522
    /**
1523
     * NAD83 / Florida East (ftUS) + NAVD88 height (ftUS)
1524
     * Extent: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler;
1525
     * Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach;
1526
     * Putnam; Seminole; St Johns; St Lucie; Volusia.
1527
     */
1528
    public const EPSG_NAD83_FLORIDA_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8726';
1529
1530
    /**
1531
     * NAD83 / Florida North (ftUS) + NAVD88 height (ftUS)
1532
     * Extent: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie;
1533
     * Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty;
1534
     * Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington.
1535
     */
1536
    public const EPSG_NAD83_FLORIDA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8725';
1537
1538
    /**
1539
     * NAD83 / Florida West (ftUS) + NAVD88 height (ftUS)
1540
     * Extent: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough;
1541
     * Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter.
1542
     */
1543
    public const EPSG_NAD83_FLORIDA_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8727';
1544
1545
    /**
1546
     * NAD83 / Georgia East (ftUS) + NAVD88 height (ftUS)
1547
     * Extent: United States (USA) - Georgia - counties of Appling; Atkinson; Bacon; Baldwin; Brantley; Bryan; Bulloch;
1548
     * Burke; Camden; Candler; Charlton; Chatham; Clinch; Coffee; Columbia; Dodge; Echols; Effingham; Elbert; Emanuel;
1549
     * Evans; Franklin; Glascock; Glynn; Greene; Hancock; Hart; Jeff Davis; Jefferson; Jenkins; Johnson; Lanier;
1550
     * Laurens; Liberty; Lincoln; Long; Madison; McDuffie; McIntosh; Montgomery; Oglethorpe; Pierce; Richmond; Screven;
1551
     * Stephens; Taliaferro; Tattnall; Telfair; Toombs; Treutlen; Ware; Warren; Washington; Wayne; Wheeler; Wilkes;
1552
     * Wilkinson.
1553
     */
1554
    public const EPSG_NAD83_GEORGIA_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8728';
1555
1556
    /**
1557
     * NAD83 / Georgia West (ftUS) + NAVD88 height (ftUS)
1558
     * Extent: United States (USA) - Georgia - counties of Baker; Banks; Barrow; Bartow; Ben Hill; Berrien; Bibb;
1559
     * Bleckley; Brooks; Butts; Calhoun; Carroll; Catoosa; Chattahoochee; Chattooga; Cherokee; Clarke; Clay; Clayton;
1560
     * Cobb; Colquitt; Cook; Coweta; Crawford; Crisp; Dade; Dawson; De Kalb; Decatur; Dooly; Dougherty; Douglas; Early;
1561
     * Fannin; Fayette; Floyd; Forsyth; Fulton; Gilmer; Gordon; Grady; Gwinnett; Habersham; Hall; Haralson; Harris;
1562
     * Heard; Henry; Houston; Irwin; Jackson; Jasper; Jones; Lamar; Lee; Lowndes; Lumpkin; Macon; Marion; Meriwether;
1563
     * Miller; Mitchell; Monroe; Morgan; Murray; Muscogee; Newton; Oconee; Paulding; Peach; Pickens; Pike; Polk;
1564
     * Pulaski; Putnam; Quitman; Rabun; Randolph; Rockdale; Schley; Seminole; Spalding; Stewart; Sumter; Talbot;
1565
     * Taylor; Terrell; Thomas; Tift; Towns; Troup; Turner; Twiggs; Union; Upson; Walker; Walton; Webster; White;
1566
     * Whitfield; Wilcox; Worth.
1567
     */
1568
    public const EPSG_NAD83_GEORGIA_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8729';
1569
1570
    /**
1571
     * NAD83 / Idaho Central (ftUS) + NAVD88 height (ftUS)
1572
     * Extent: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi;
1573
     * Lincoln; Minidoka; Twin Falls.
1574
     */
1575
    public const EPSG_NAD83_IDAHO_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8731';
1576
1577
    /**
1578
     * NAD83 / Idaho East (ftUS) + NAVD88 height (ftUS)
1579
     * Extent: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark;
1580
     * Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton.
1581
     */
1582
    public const EPSG_NAD83_IDAHO_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8730';
1583
1584
    /**
1585
     * NAD83 / Idaho West (ftUS) + NAVD88 height (ftUS)
1586
     * Extent: United States (USA) - Idaho - counties of Ada; Adams; Benewah; Boise; Bonner; Boundary; Canyon;
1587
     * Clearwater; Elmore; Gem; Idaho; Kootenai; Latah; Lewis; Nez Perce; Owyhee; Payette; Shoshone; Valley;
1588
     * Washington.
1589
     */
1590
    public const EPSG_NAD83_IDAHO_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8732';
1591
1592
    /**
1593
     * NAD83 / Illinois East (ftUS) + NAVD88 height (ftUS)
1594
     * Extent: United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford;
1595
     * Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin;
1596
     * Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake;
1597
     * Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby;
1598
     * Vermilion; Wabash; Wayne; White; Will; Williamson.
1599
     */
1600
    public const EPSG_NAD83_ILLINOIS_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8733';
1601
1602
    /**
1603
     * NAD83 / Illinois West (ftUS) + NAVD88 height (ftUS)
1604
     * Extent: United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll;
1605
     * Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee;
1606
     * Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria;
1607
     * Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson;
1608
     * Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.
1609
     */
1610
    public const EPSG_NAD83_ILLINOIS_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8734';
1611
1612
    /**
1613
     * NAD83 / Indiana East (ftUS) + NAVD88 height (ftUS)
1614
     * Extent: United States (USA) - Indiana - counties of Adams; Allen; Bartholomew; Blackford; Brown; Cass; Clark; De
1615
     * Kalb; Dearborn; Decatur; Delaware; Elkhart; Fayette; Floyd; Franklin; Fulton; Grant; Hamilton; Hancock;
1616
     * Harrison; Henry; Howard; Huntington; Jackson; Jay; Jefferson; Jennings; Johnson; Kosciusko; Lagrange; Madison;
1617
     * Marion; Marshall; Miami; Noble; Ohio; Randolph; Ripley; Rush; Scott; Shelby; St Joseph; Steuben; Switzerland;
1618
     * Tipton; Union; Wabash; Washington; Wayne; Wells; Whitley.
1619
     */
1620
    public const EPSG_NAD83_INDIANA_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8735';
1621
1622
    /**
1623
     * NAD83 / Indiana West (ftUS) + NAVD88 height (ftUS)
1624
     * Extent: United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess;
1625
     * Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery;
1626
     * Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan;
1627
     * Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.
1628
     */
1629
    public const EPSG_NAD83_INDIANA_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8736';
1630
1631
    /**
1632
     * NAD83 / Iowa North (ftUS) + NAVD88 height (ftUS)
1633
     * Extent: United States (USA) - Iowa - counties of Allamakee; Benton; Black Hawk; Boone; Bremer; Buchanan; Buena
1634
     * Vista; Butler; Calhoun; Carroll; Cerro Gordo; Cherokee; Chickasaw; Clay; Clayton; Crawford; Delaware; Dickinson;
1635
     * Dubuque; Emmet; Fayette; Floyd; Franklin; Greene; Grundy; Hamilton; Hancock; Hardin; Howard; Humboldt; Ida;
1636
     * Jackson; Jones; Kossuth; Linn; Lyon; Marshall; Mitchell; Monona; O'Brien; Osceola; Palo Alto; Plymouth;
1637
     * Pocahontas; Sac; Sioux; Story; Tama; Webster; Winnebago; Winneshiek; Woodbury; Worth; Wright.
1638
     */
1639
    public const EPSG_NAD83_IOWA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8737';
1640
1641
    /**
1642
     * NAD83 / Iowa South (ftUS) + NAVD88 height (ftUS)
1643
     * Extent: United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton;
1644
     * Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk;
1645
     * Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie;
1646
     * Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.
1647
     */
1648
    public const EPSG_NAD83_IOWA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8738';
1649
1650
    /**
1651
     * NAD83 / Kansas North (ftUS) + NAVD88 height (ftUS)
1652
     * Extent: United States (USA) - Kansas - counties of Atchison; Brown; Cheyenne; Clay; Cloud; Decatur; Dickinson;
1653
     * Doniphan; Douglas; Ellis; Ellsworth; Geary; Gove; Graham; Jackson; Jefferson; Jewell; Johnson; Leavenworth;
1654
     * Lincoln; Logan; Marshall; Mitchell; Morris; Nemaha; Norton; Osborne; Ottawa; Phillips; Pottawatomie; Rawlins;
1655
     * Republic; Riley; Rooks; Russell; Saline; Shawnee; Sheridan; Sherman; Smith; Thomas; Trego; Wabaunsee; Wallace;
1656
     * Washington; Wyandotte.
1657
     */
1658
    public const EPSG_NAD83_KANSAS_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8739';
1659
1660
    /**
1661
     * NAD83 / Kansas South (ftUS) + NAVD88 height (ftUS)
1662
     * Extent: United States (USA) - Kansas - counties of Allen; Anderson; Barber; Barton; Bourbon; Butler; Chase;
1663
     * Chautauqua; Cherokee; Clark; Coffey; Comanche; Cowley; Crawford; Edwards; Elk; Finney; Ford; Franklin; Grant;
1664
     * Gray; Greeley; Greenwood; Hamilton; Harper; Harvey; Haskell; Hodgeman; Kearny; Kingman; Kiowa; Labette; Lane;
1665
     * Linn; Lyon; Marion; McPherson; Meade; Miami; Montgomery; Morton; Neosho; Ness; Osage; Pawnee; Pratt; Reno; Rice;
1666
     * Rush; Scott; Sedgwick; Seward; Stafford; Stanton; Stevens; Sumner; Wichita; Wilson; Woodson.
1667
     */
1668
    public const EPSG_NAD83_KANSAS_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8740';
1669
1670
    /**
1671
     * NAD83 / Kentucky North (ftUS) + NAVD88 height (ftUS)
1672
     * Extent: United States (USA) - Kentucky - counties of Anderson; Bath; Boone; Bourbon; Boyd; Bracken; Bullitt;
1673
     * Campbell; Carroll; Carter; Clark; Elliott; Fayette; Fleming; Franklin; Gallatin; Grant; Greenup; Harrison;
1674
     * Henry; Jefferson; Jessamine; Kenton; Lawrence; Lewis; Mason; Menifee; Montgomery; Morgan; Nicholas; Oldham;
1675
     * Owen; Pendleton; Robertson; Rowan; Scott; Shelby; Spencer; Trimble; Woodford.
1676
     */
1677
    public const EPSG_NAD83_KENTUCKY_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8741';
1678
1679
    /**
1680
     * NAD83 / Kentucky South (ftUS) + NAVD88 height (ftUS)
1681
     * Extent: United States (USA) - Kentucky - counties of Adair; Allen; Ballard; Barren; Bell; Boyle; Breathitt;
1682
     * Breckinridge; Butler; Caldwell; Calloway; Carlisle; Casey; Christian; Clay; Clinton; Crittenden; Cumberland;
1683
     * Daviess; Edmonson; Estill; Floyd; Fulton; Garrard; Graves; Grayson; Green; Hancock; Hardin; Harlan; Hart;
1684
     * Henderson; Hickman; Hopkins; Jackson; Johnson; Knott; Knox; Larue; Laurel; Lee; Leslie; Letcher; Lincoln;
1685
     * Livingston; Logan; Lyon; Madison; Magoffin; Marion; Marshall; Martin; McCracken; McCreary; McLean; Meade;
1686
     * Mercer; Metcalfe; Monroe; Muhlenberg; Nelson; Ohio; Owsley; Perry; Pike; Powell; Pulaski; Rockcastle; Russell;
1687
     * Simpson; Taylor; Todd; Trigg; Union; Warren; Washington; Wayne; Webster; Whitley; Wolfe.
1688
     */
1689
    public const EPSG_NAD83_KENTUCKY_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8742';
1690
1691
    /**
1692
     * NAD83 / Louisiana North (ftUS) + NAVD88 height (ftUS)
1693
     * Extent: United States (USA) - Louisiana - counties of Avoyelles; Bienville; Bossier; Caddo; Caldwell; Catahoula;
1694
     * Claiborne; Concordia; De Soto; East Carroll; Franklin; Grant; Jackson; La Salle; Lincoln; Madison; Morehouse;
1695
     * Natchitoches; Ouachita; Rapides; Red River; Richland; Sabine; Tensas; Union; Vernon; Webster; West Carroll;
1696
     * Winn.
1697
     */
1698
    public const EPSG_NAD83_LOUISIANA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8743';
1699
1700
    /**
1701
     * NAD83 / Louisiana South (ftUS) + NAVD88 height (ftUS)
1702
     * Extent: United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard;
1703
     * Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis;
1704
     * Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St
1705
     * James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion;
1706
     * Washington; West Baton Rouge; West Feliciana.
1707
     */
1708
    public const EPSG_NAD83_LOUISIANA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8744';
1709
1710
    /**
1711
     * NAD83 / Maine East (ftUS) + NAVD88 height (ftUS)
1712
     * Extent: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo;
1713
     * Washington.
1714
     */
1715
    public const EPSG_NAD83_MAINE_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8745';
1716
1717
    /**
1718
     * NAD83 / Maine West (ftUS) + NAVD88 height (ftUS)
1719
     * Extent: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford;
1720
     * Sagadahoc; Somerset; York.
1721
     */
1722
    public const EPSG_NAD83_MAINE_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8746';
1723
1724
    /**
1725
     * NAD83 / Maryland (ftUS) + NAVD88 height (ftUS)
1726
     * Extent: United States (USA) - Maryland - counties of Allegany; Anne Arundel; Baltimore; Calvert; Caroline;
1727
     * Carroll; Cecil; Charles; Dorchester; Frederick; Garrett; Harford; Howard; Kent; Montgomery; Prince Georges;
1728
     * Queen Annes; Somerset; St Marys; Talbot; Washington; Wicomico; Worcester.
1729
     */
1730
    public const EPSG_NAD83_MARYLAND_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8747';
1731
1732
    /**
1733
     * NAD83 / Massachusetts Island (ftUS) + NAVD88 height (ftUS)
1734
     * Extent: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket.
1735
     */
1736
    public const EPSG_NAD83_MASSACHUSETTS_ISLAND_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8749';
1737
1738
    /**
1739
     * NAD83 / Massachusetts Mainland (ftUS) + NAVD88 height (ftUS)
1740
     * Extent: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex;
1741
     * Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester.
1742
     */
1743
    public const EPSG_NAD83_MASSACHUSETTS_MAINLAND_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8748';
1744
1745
    /**
1746
     * NAD83 / Michigan Central (ft) + NAVD88 height (ft)
1747
     * Extent: United States (USA) - Michigan - counties of Alcona; Alpena; Antrim; Arenac; Benzie; Charlevoix;
1748
     * Cheboygan; Clare; Crawford; Emmet; Gladwin; Grand Traverse; Iosco; Kalkaska; Lake; Leelanau; Manistee; Mason;
1749
     * Missaukee; Montmorency; Ogemaw; Osceola; Oscoda; Otsego; Presque Isle; Roscommon; Wexford.
1750
     */
1751
    public const EPSG_NAD83_MICHIGAN_CENTRAL_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8704';
1752
1753
    /**
1754
     * NAD83 / Michigan North (ft) + NAVD88 height (ft)
1755
     * Extent: United States (USA) - Michigan north of approximately 45°45'N - counties of Alger; Baraga; Chippewa;
1756
     * Delta; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Luce; Mackinac; Marquette; Menominee; Ontonagon;
1757
     * Schoolcraft.
1758
     */
1759
    public const EPSG_NAD83_MICHIGAN_NORTH_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8703';
1760
1761
    /**
1762
     * NAD83 / Michigan South (ft) + NAVD88 height (ft)
1763
     * Extent: United States (USA) - Michigan - counties of Allegan; Barry; Bay; Berrien; Branch; Calhoun; Cass;
1764
     * Clinton; Eaton; Genesee; Gratiot; Hillsdale; Huron; Ingham; Ionia; Isabella; Jackson; Kalamazoo; Kent; Lapeer;
1765
     * Lenawee; Livingston; Macomb; Mecosta; Midland; Monroe; Montcalm; Muskegon; Newaygo; Oakland; Oceana; Ottawa;
1766
     * Saginaw; Sanilac; Shiawassee; St Clair; St Joseph; Tuscola; Van Buren; Washtenaw; Wayne.
1767
     */
1768
    public const EPSG_NAD83_MICHIGAN_SOUTH_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8705';
1769
1770
    /**
1771
     * NAD83 / Minnesota Central (ftUS) + NAVD88 height (ftUS)
1772
     * Extent: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow
1773
     * Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens;
1774
     * Todd; Traverse; Wadena; Wilkin.
1775
     */
1776
    public const EPSG_NAD83_MINNESOTA_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8751';
1777
1778
    /**
1779
     * NAD83 / Minnesota North (ftUS) + NAVD88 height (ftUS)
1780
     * Extent: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching;
1781
     * Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis.
1782
     */
1783
    public const EPSG_NAD83_MINNESOTA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8750';
1784
1785
    /**
1786
     * NAD83 / Minnesota South (ftUS) + NAVD88 height (ftUS)
1787
     * Extent: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa;
1788
     * Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac
1789
     * Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone;
1790
     * Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington;
1791
     * Watonwan; Winona; Wright; Yellow Medicine.
1792
     */
1793
    public const EPSG_NAD83_MINNESOTA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8752';
1794
1795
    /**
1796
     * NAD83 / Mississippi East (ftUS) + NAVD88 height (ftUS)
1797
     * Extent: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw;
1798
     * Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper;
1799
     * Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl
1800
     * River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston.
1801
     */
1802
    public const EPSG_NAD83_MISSISSIPPI_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8753';
1803
1804
    /**
1805
     * NAD83 / Mississippi West (ftUS) + NAVD88 height (ftUS)
1806
     * Extent: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma;
1807
     * Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence;
1808
     * Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower;
1809
     * Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo.
1810
     */
1811
    public const EPSG_NAD83_MISSISSIPPI_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8754';
1812
1813
    /**
1814
     * NAD83 / Missouri Central + NAVD88 height
1815
     * Extent: United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll;
1816
     * Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede;
1817
     * Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk;
1818
     * Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright.
1819
     */
1820
    public const EPSG_NAD83_MISSOURI_CENTRAL_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8814';
1821
1822
    /**
1823
     * NAD83 / Missouri East + NAVD88 height
1824
     * Extent: United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford;
1825
     * Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery;
1826
     * New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St
1827
     * Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne.
1828
     */
1829
    public const EPSG_NAD83_MISSOURI_EAST_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8813';
1830
1831
    /**
1832
     * NAD83 / Missouri West + NAVD88 height
1833
     * Extent: United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell;
1834
     * Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson;
1835
     * Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth.
1836
     */
1837
    public const EPSG_NAD83_MISSOURI_WEST_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::8815';
1838
1839
    /**
1840
     * NAD83 / Montana (ft) + NAVD88 height (ft)
1841
     * Extent: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter;
1842
     * Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier;
1843
     * Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone;
1844
     * Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie;
1845
     * Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole;
1846
     * Treasure; Valley; Wheatland; Wibaux; Yellowstone.
1847
     */
1848
    public const EPSG_NAD83_MONTANA_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8706';
1849
1850
    /**
1851
     * NAD83 / Nebraska (ftUS) + NAVD88 height (ftUS)
1852
     * Extent: United States (USA) - Nebraska - counties of Adams; Antelope; Arthur; Banner; Blaine; Boone; Box Butte;
1853
     * Boyd; Brown; Buffalo; Burt; Butler; Cass; Cedar; Chase; Cherry; Cheyenne; Clay; Colfax; Cuming; Custer; Dakota;
1854
     * Dawes; Dawson; Deuel; Dixon; Dodge; Douglas; Dundy; Fillmore; Franklin; Frontier; Furnas; Gage; Garden;
1855
     * Garfield; Gosper; Grant; Greeley; Hall; Hamilton; Harlan; Hayes; Hitchcock; Holt; Hooker; Howard; Jefferson;
1856
     * Johnson; Kearney; Keith; Keya Paha; Kimball; Knox; Lancaster; Lincoln; Logan; Loup; Madison; McPherson; Merrick;
1857
     * Morrill; Nance; Nemaha; Nuckolls; Otoe; Pawnee; Perkins; Phelps; Pierce; Platte; Polk; Red Willow; Richardson;
1858
     * Rock; Saline; Sarpy; Saunders; Scotts Bluff; Seward; Sheridan; Sherman; Sioux; Stanton; Thayer; Thomas;
1859
     * Thurston; Valley; Washington; Wayne; Webster; Wheeler; York.
1860
     */
1861
    public const EPSG_NAD83_NEBRASKA_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8755';
1862
1863
    /**
1864
     * NAD83 / Nevada Central (ftUS) + NAVD88 height (ftUS)
1865
     * Extent: United States (USA) - Nevada - counties of Lander; Nye.
1866
     */
1867
    public const EPSG_NAD83_NEVADA_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8757';
1868
1869
    /**
1870
     * NAD83 / Nevada East (ftUS) + NAVD88 height (ftUS)
1871
     * Extent: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine.
1872
     */
1873
    public const EPSG_NAD83_NEVADA_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8756';
1874
1875
    /**
1876
     * NAD83 / Nevada West (ftUS) + NAVD88 height (ftUS)
1877
     * Extent: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral;
1878
     * Pershing; Storey; Washoe.
1879
     */
1880
    public const EPSG_NAD83_NEVADA_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8758';
1881
1882
    /**
1883
     * NAD83 / New Hampshire (ftUS) + NAVD88 height (ftUS)
1884
     * Extent: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton;
1885
     * Hillsborough; Merrimack; Rockingham; Strafford; Sullivan.
1886
     */
1887
    public const EPSG_NAD83_NEW_HAMPSHIRE_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8759';
1888
1889
    /**
1890
     * NAD83 / New Jersey (ftUS) + NAVD88 height (ftUS)
1891
     * Extent: United States (USA) - New Jersey - counties of Atlantic; Bergen; Burlington; Camden; Cape May;
1892
     * Cumberland; Essex; Gloucester; Hudson; Hunterdon; Mercer; Middlesex; Monmouth; Morris; Ocean; Passaic; Salem;
1893
     * Somerset; Sussex; Union; Warren.
1894
     */
1895
    public const EPSG_NAD83_NEW_JERSEY_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8760';
1896
1897
    /**
1898
     * NAD83 / New Mexico Central (ftUS) + NAVD88 height (ftUS)
1899
     * Extent: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio
1900
     * Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia.
1901
     */
1902
    public const EPSG_NAD83_NEW_MEXICO_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8762';
1903
1904
    /**
1905
     * NAD83 / New Mexico East (ftUS) + NAVD88 height (ftUS)
1906
     * Extent: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding;
1907
     * Lea; Mora; Quay; Roosevelt; San Miguel; Union.
1908
     */
1909
    public const EPSG_NAD83_NEW_MEXICO_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8761';
1910
1911
    /**
1912
     * NAD83 / New Mexico West (ftUS) + NAVD88 height (ftUS)
1913
     * Extent: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan;
1914
     * Sierra.
1915
     */
1916
    public const EPSG_NAD83_NEW_MEXICO_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8763';
1917
1918
    /**
1919
     * NAD83 / New York Central (ftUS) + NAVD88 height (ftUS)
1920
     * Extent: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson;
1921
     * Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates.
1922
     */
1923
    public const EPSG_NAD83_NEW_YORK_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8765';
1924
1925
    /**
1926
     * NAD83 / New York East (ftUS) + NAVD88 height (ftUS)
1927
     * Extent: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess;
1928
     * Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland;
1929
     * Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester.
1930
     */
1931
    public const EPSG_NAD83_NEW_YORK_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8764';
1932
1933
    /**
1934
     * NAD83 / New York Long Island (ftUS) + NAVD88 height (ftUS)
1935
     * Extent: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk.
1936
     */
1937
    public const EPSG_NAD83_NEW_YORK_LONG_ISLAND_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8767';
1938
1939
    /**
1940
     * NAD83 / New York West (ftUS) + NAVD88 height (ftUS)
1941
     * Extent: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee;
1942
     * Livingston; Monroe; Niagara; Orleans; Wyoming.
1943
     */
1944
    public const EPSG_NAD83_NEW_YORK_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8766';
1945
1946
    /**
1947
     * NAD83 / North Carolina (ftUS) + NAVD88 height (ftUS)
1948
     * Extent: United States (USA) - North Carolina - counties of Alamance; Alexander; Alleghany; Anson; Ashe; Avery;
1949
     * Beaufort; Bertie; Bladen; Brunswick; Buncombe; Burke; Cabarrus; Caldwell; Camden; Carteret; Caswell; Catawba;
1950
     * Chatham; Cherokee; Chowan; Clay; Cleveland; Columbus; Craven; Cumberland; Currituck; Dare; Davidson; Davie;
1951
     * Duplin; Durham; Edgecombe; Forsyth; Franklin; Gaston; Gates; Graham; Granville; Greene; Guilford; Halifax;
1952
     * Harnett; Haywood; Henderson; Hertford; Hoke; Hyde; Iredell; Jackson; Johnston; Jones; Lee; Lenoir; Lincoln;
1953
     * Macon; Madison; Martin; McDowell; Mecklenburg; Mitchell; Montgomery; Moore; Nash; New Hanover; Northampton;
1954
     * Onslow; Orange; Pamlico; Pasquotank; Pender; Perquimans; Person; Pitt; Polk; Randolph; Richmond; Robeson;
1955
     * Rockingham; Rowan; Rutherford; Sampson; Scotland; Stanly; Stokes; Surry; Swain; Transylvania; Tyrrell; Union;
1956
     * Vance; Wake; Warren; Washington; Watauga; Wayne; Wilkes; Wilson; Yadkin; Yancey.
1957
     */
1958
    public const EPSG_NAD83_NORTH_CAROLINA_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8768';
1959
1960
    /**
1961
     * NAD83 / North Dakota North (ft) + NAVD88 height (ft)
1962
     * Extent: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy;
1963
     * Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville;
1964
     * Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams.
1965
     */
1966
    public const EPSG_NAD83_NORTH_DAKOTA_NORTH_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8707';
1967
1968
    /**
1969
     * NAD83 / North Dakota South (ft) + NAVD88 height (ft)
1970
     * Extent: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass;
1971
     * Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton;
1972
     * Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman.
1973
     */
1974
    public const EPSG_NAD83_NORTH_DAKOTA_SOUTH_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8708';
1975
1976
    /**
1977
     * NAD83 / Ohio North (ftUS) + NAVD88 height (ftUS)
1978
     * Extent: United States (USA) - Ohio - counties of Allen;Ashland; Ashtabula; Auglaize; Carroll; Columbiana;
1979
     * Coshocton; Crawford; Cuyahoga; Defiance; Delaware; Erie; Fulton; Geauga; Hancock; Hardin; Harrison; Henry;
1980
     * Holmes; Huron; Jefferson; Knox; Lake; Logan; Lorain; Lucas; Mahoning; Marion; Medina; Mercer; Morrow; Ottawa;
1981
     * Paulding; Portage; Putnam; Richland; Sandusky; Seneca; Shelby; Stark; Summit; Trumbull; Tuscarawas; Union; Van
1982
     * Wert; Wayne; Williams; Wood; Wyandot.
1983
     */
1984
    public const EPSG_NAD83_OHIO_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8769';
1985
1986
    /**
1987
     * NAD83 / Ohio South (ftUS) + NAVD88 height (ftUS)
1988
     * Extent: United States (USA) - Ohio - counties of Adams; Athens; Belmont; Brown; Butler; Champaign; Clark;
1989
     * Clermont; Clinton; Darke; Fairfield; Fayette; Franklin; Gallia; Greene; Guernsey; Hamilton; Highland; Hocking;
1990
     * Jackson; Lawrence; Licking; Madison; Meigs; Miami; Monroe; Montgomery; Morgan; Muskingum; Noble; Perry;
1991
     * Pickaway; Pike; Preble; Ross; Scioto; Vinton; Warren; Washington.
1992
     */
1993
    public const EPSG_NAD83_OHIO_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8770';
1994
1995
    /**
1996
     * NAD83 / Oklahoma North (ftUS) + NAVD88 height (ftUS)
1997
     * Extent: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee;
1998
     * Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln;
1999
     * Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger
2000
     * Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward.
2001
     */
2002
    public const EPSG_NAD83_OKLAHOMA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8771';
2003
2004
    /**
2005
     * NAD83 / Oklahoma South (ftUS) + NAVD88 height (ftUS)
2006
     * Extent: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland;
2007
     * Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa;
2008
     * Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie;
2009
     * Pushmataha; Seminole; Stephens; Tillman; Washita.
2010
     */
2011
    public const EPSG_NAD83_OKLAHOMA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8772';
2012
2013
    /**
2014
     * NAD83 / Oregon North (ft) + NAVD88 height (ft)
2015
     * Extent: United States (USA) - Oregon - counties of Baker; Benton; Clackamas; Clatsop; Columbia; Gilliam; Grant;
2016
     * Hood River; Jefferson; Lincoln; Linn; Marion; Morrow; Multnomah; Polk; Sherman; Tillamook; Umatilla; Union;
2017
     * Wallowa; Wasco; Washington; Wheeler; Yamhill.
2018
     */
2019
    public const EPSG_NAD83_OREGON_NORTH_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8709';
2020
2021
    /**
2022
     * NAD83 / Oregon South (ft) + NAVD88 height (ft)
2023
     * Extent: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson;
2024
     * Josephine; Klamath; Lake; Lane; Malheur.
2025
     */
2026
    public const EPSG_NAD83_OREGON_SOUTH_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8710';
2027
2028
    /**
2029
     * NAD83 / Pennsylvania North (ftUS) + NAVD88 height (ftUS)
2030
     * Extent: United States (USA) - Pennsylvania - counties of Bradford; Cameron; Carbon; Centre; Clarion; Clearfield;
2031
     * Clinton; Columbia; Crawford; Elk; Erie; Forest; Jefferson; Lackawanna; Luzerne; Lycoming; McKean; Mercer;
2032
     * Monroe; Montour; Northumberland; Pike; Potter; Sullivan; Susquehanna; Tioga; Union; Venango; Warren; Wayne;
2033
     * Wyoming.
2034
     */
2035
    public const EPSG_NAD83_PENNSYLVANIA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8773';
2036
2037
    /**
2038
     * NAD83 / Pennsylvania South (ftUS) + NAVD88 height (ftUS)
2039
     * Extent: United States (USA) - Pennsylvania - counties of Adams; Allegheny; Armstrong; Beaver; Bedford; Berks;
2040
     * Blair; Bucks; Butler; Cambria; Chester; Cumberland; Dauphin; Delaware; Fayette; Franklin; Fulton; Greene;
2041
     * Huntingdon; Indiana; Juniata; Lancaster; Lawrence; Lebanon; Lehigh; Mifflin; Montgomery; Northampton; Perry;
2042
     * Philadelphia; Schuylkill; Snyder; Somerset; Washington; Westmoreland; York.
2043
     */
2044
    public const EPSG_NAD83_PENNSYLVANIA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8774';
2045
2046
    /**
2047
     * NAD83 / Rhode Island (ftUS) + NAVD88 height (ftUS)
2048
     * Extent: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington.
2049
     */
2050
    public const EPSG_NAD83_RHODE_ISLAND_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8775';
2051
2052
    /**
2053
     * NAD83 / South Carolina (ft) + NAVD88 height (ft)
2054
     * Extent: United States (USA) - South Carolina - counties of Abbeville; Aiken; Allendale; Anderson; Bamberg;
2055
     * Barnwell; Beaufort; Berkeley; Calhoun; Charleston; Cherokee; Chester; Chesterfield; Clarendon; Colleton;
2056
     * Darlington; Dillon; Dorchester; Edgefield; Fairfield; Florence; Georgetown; Greenville; Greenwood; Hampton;
2057
     * Horry; Jasper; Kershaw; Lancaster; Laurens; Lee; Lexington; Marion; Marlboro; McCormick; Newberry; Oconee;
2058
     * Orangeburg; Pickens; Richland; Saluda; Spartanburg; Sumter; Union; Williamsburg; York.
2059
     */
2060
    public const EPSG_NAD83_SOUTH_CAROLINA_FT_PLUS_NAVD88_HEIGHT_FT = 'urn:ogc:def:crs:EPSG::8711';
2061
2062
    /**
2063
     * NAD83 / South Dakota North (ftUS) + NAVD88 height (ftUS)
2064
     * Extent: United States (USA) - South Dakota - counties of Beadle; Brookings; Brown; Butte; Campbell; Clark;
2065
     * Codington; Corson; Day; Deuel; Dewey; Edmunds; Faulk; Grant; Hamlin; Hand; Harding; Hyde; Kingsbury; Lawrence;
2066
     * Marshall; McPherson; Meade; Perkins; Potter; Roberts; Spink; Sully; Walworth; Ziebach.
2067
     */
2068
    public const EPSG_NAD83_SOUTH_DAKOTA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8776';
2069
2070
    /**
2071
     * NAD83 / South Dakota South (ftUS) + NAVD88 height (ftUS)
2072
     * Extent: United States (USA) - South Dakota - counties of Aurora; Bennett; Bon Homme; Brule; Buffalo; Charles
2073
     * Mix; Clay; Custer; Davison; Douglas; Fall River; Gregory; Haakon; Hanson; Hughes; Hutchinson; Jackson; Jerauld;
2074
     * Jones; Lake; Lincoln; Lyman; McCook; Mellette; Miner; Minnehaha; Moody; Pennington; Sanborn; Shannon; Stanley;
2075
     * Todd; Tripp; Turner; Union; Yankton.
2076
     */
2077
    public const EPSG_NAD83_SOUTH_DAKOTA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8777';
2078
2079
    /**
2080
     * NAD83 / Tennessee (ftUS) + NAVD88 height (ftUS)
2081
     * Extent: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley;
2082
     * Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland;
2083
     * Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy;
2084
     * Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys;
2085
     * Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion;
2086
     * Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett;
2087
     * Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan;
2088
     * Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson;
2089
     * Wilson.
2090
     */
2091
    public const EPSG_NAD83_TENNESSEE_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8778';
2092
2093
    /**
2094
     * NAD83 / Texas Central (ftUS) + NAVD88 height (ftUS)
2095
     * Extent: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos;
2096
     * Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector;
2097
     * El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper;
2098
     * Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan;
2099
     * Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson;
2100
     * Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis;
2101
     * Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler.
2102
     */
2103
    public const EPSG_NAD83_TEXAS_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8781';
2104
2105
    /**
2106
     * NAD83 / Texas North (ftUS) + NAVD88 height (ftUS)
2107
     * Extent: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth;
2108
     * Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree;
2109
     * Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler.
2110
     */
2111
    public const EPSG_NAD83_TEXAS_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8779';
2112
2113
    /**
2114
     * NAD83 / Texas North Central (ftUS) + NAVD88 height (ftUS)
2115
     * Extent: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan;
2116
     * Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland;
2117
     * Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison;
2118
     * Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox;
2119
     * Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto;
2120
     * Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall;
2121
     * Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young.
2122
     */
2123
    public const EPSG_NAD83_TEXAS_NORTH_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8780';
2124
2125
    /**
2126
     * NAD83 / Texas South (ftUS) + NAVD88 height (ftUS)
2127
     * Extent: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy;
2128
     * Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata.
2129
     */
2130
    public const EPSG_NAD83_TEXAS_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8783';
2131
2132
    /**
2133
     * NAD83 / Texas South Central (ftUS) + NAVD88 height (ftUS)
2134
     * Extent: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria;
2135
     * Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio;
2136
     * Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La
2137
     * Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val
2138
     * Verde; Victoria; Waller; Wharton; Wilson; Zavala.
2139
     */
2140
    public const EPSG_NAD83_TEXAS_SOUTH_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8782';
2141
2142
    /**
2143
     * NAD83 / Utah Central (ftUS) + NAVD88 height (ftUS)
2144
     * Extent: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake;
2145
     * Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch.
2146
     */
2147
    public const EPSG_NAD83_UTAH_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8785';
2148
2149
    /**
2150
     * NAD83 / Utah North (ftUS) + NAVD88 height (ftUS)
2151
     * Extent: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber.
2152
     */
2153
    public const EPSG_NAD83_UTAH_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8784';
2154
2155
    /**
2156
     * NAD83 / Utah South (ftUS) + NAVD88 height (ftUS)
2157
     * Extent: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington;
2158
     * Wayne.
2159
     */
2160
    public const EPSG_NAD83_UTAH_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8786';
2161
2162
    /**
2163
     * NAD83 / Vermont (ftUS) + NAVD88 height (ftUS)
2164
     * Extent: United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin;
2165
     * Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor.
2166
     */
2167
    public const EPSG_NAD83_VERMONT_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8787';
2168
2169
    /**
2170
     * NAD83 / Virginia North (ftUS) + NAVD88 height (ftUS)
2171
     * Extent: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper;
2172
     * Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William;
2173
     * Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland.
2174
     */
2175
    public const EPSG_NAD83_VIRGINIA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8788';
2176
2177
    /**
2178
     * NAD83 / Virginia South (ftUS) + NAVD88 height (ftUS)
2179
     * Extent: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst;
2180
     * Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles
2181
     * City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex;
2182
     * Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover;
2183
     * Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg;
2184
     * Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton;
2185
     * Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince
2186
     * George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex;
2187
     * Tazewell; Washington; Wise; Wythe; York.
2188
     */
2189
    public const EPSG_NAD83_VIRGINIA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8789';
2190
2191
    /**
2192
     * NAD83 / Washington North (ftUS) + NAVD88 height (ftUS)
2193
     * Extent: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of
2194
     * approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit;
2195
     * Snohomish; Spokane; Stevens; Whatcom.
2196
     */
2197
    public const EPSG_NAD83_WASHINGTON_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8790';
2198
2199
    /**
2200
     * NAD83 / Washington South (ftUS) + NAVD88 height (ftUS)
2201
     * Extent: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz;
2202
     * Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason;
2203
     * Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima.
2204
     */
2205
    public const EPSG_NAD83_WASHINGTON_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8791';
2206
2207
    /**
2208
     * NAD83 / West Virginia North (ftUS) + NAVD88 height (ftUS)
2209
     * Extent: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant;
2210
     * Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants;
2211
     * Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood.
2212
     */
2213
    public const EPSG_NAD83_WEST_VIRGINIA_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8792';
2214
2215
    /**
2216
     * NAD83 / West Virginia South (ftUS) + NAVD88 height (ftUS)
2217
     * Extent: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette;
2218
     * Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas;
2219
     * Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming.
2220
     */
2221
    public const EPSG_NAD83_WEST_VIRGINIA_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8793';
2222
2223
    /**
2224
     * NAD83 / Wisconsin Central (ftUS) + NAVD88 height (ftUS)
2225
     * Extent: United States (USA) - Wisconsin - counties of Barron; Brown; Buffalo; Chippewa; Clark; Door; Dunn; Eau
2226
     * Claire; Jackson; Kewaunee; Langlade; Lincoln; Marathon; Marinette; Menominee; Oconto; Outagamie; Pepin; Pierce;
2227
     * Polk; Portage; Rusk; Shawano; St Croix; Taylor; Trempealeau; Waupaca; Wood.
2228
     */
2229
    public const EPSG_NAD83_WISCONSIN_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8795';
2230
2231
    /**
2232
     * NAD83 / Wisconsin North (ftUS) + NAVD88 height (ftUS)
2233
     * Extent: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest;
2234
     * Iron; Oneida; Price; Sawyer; Vilas; Washburn.
2235
     */
2236
    public const EPSG_NAD83_WISCONSIN_NORTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8794';
2237
2238
    /**
2239
     * NAD83 / Wisconsin South (ftUS) + NAVD88 height (ftUS)
2240
     * Extent: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du
2241
     * Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette;
2242
     * Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha;
2243
     * Waushara; Winnebago.
2244
     */
2245
    public const EPSG_NAD83_WISCONSIN_SOUTH_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8796';
2246
2247
    /**
2248
     * NAD83 / Wyoming East (ftUS) + NAVD88 height (ftUS)
2249
     * Extent: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie;
2250
     * Niobrara; Platte; Weston.
2251
     */
2252
    public const EPSG_NAD83_WYOMING_EAST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8797';
2253
2254
    /**
2255
     * NAD83 / Wyoming East Central (ftUS) + NAVD88 height (ftUS)
2256
     * Extent: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie.
2257
     */
2258
    public const EPSG_NAD83_WYOMING_EAST_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8798';
2259
2260
    /**
2261
     * NAD83 / Wyoming West (ftUS) + NAVD88 height (ftUS)
2262
     * Extent: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta.
2263
     */
2264
    public const EPSG_NAD83_WYOMING_WEST_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8800';
2265
2266
    /**
2267
     * NAD83 / Wyoming West Central (ftUS) + NAVD88 height (ftUS)
2268
     * Extent: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater.
2269
     */
2270
    public const EPSG_NAD83_WYOMING_WEST_CENTRAL_FTUS_PLUS_NAVD88_HEIGHT_FTUS = 'urn:ogc:def:crs:EPSG::8799';
2271
2272
    /**
2273
     * NAD83(2011) + NAVD88 height
2274
     * Extent: United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska mainland; Arizona; Arkansas;
2275
     * California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky;
2276
     * Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska;
2277
     * Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon;
2278
     * Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington;
2279
     * West Virginia; Wisconsin; Wyoming.
2280
     * Replaces NAD83(NSRS2007) + NAVD88 height.
2281
     */
2282
    public const EPSG_NAD83_2011_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::6349';
2283
2284
    /**
2285
     * NAD83(2011) + PRVD02 height
2286
     * Extent: Puerto Rico - onshore.
2287
     */
2288
    public const EPSG_NAD83_2011_PLUS_PRVD02_HEIGHT = 'urn:ogc:def:crs:EPSG::9522';
2289
2290
    /**
2291
     * NAD83(2011) + VIVD09 height
2292
     * Extent: US Virgin Islands - onshore - St Croix, St John, and St Thomas.
2293
     */
2294
    public const EPSG_NAD83_2011_PLUS_VIVD09_HEIGHT = 'urn:ogc:def:crs:EPSG::9523';
2295
2296
    /**
2297
     * NAD83(CSRS) + CGVD2013(CGG2013) height
2298
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2299
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2300
     * Yukon.
2301
     */
2302
    public const EPSG_NAD83_CSRS_PLUS_CGVD2013_CGG2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6649';
2303
2304
    /**
2305
     * NAD83(CSRS) / UTM zone 10N + CGVD2013 height
2306
     * Extent: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest
2307
     * Territories, Yukon.
2308
     */
2309
    public const EPSG_NAD83_CSRS_UTM_ZONE_10N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6653';
2310
2311
    /**
2312
     * NAD83(CSRS) / UTM zone 11N + CGVD2013 height
2313
     * Extent: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest
2314
     * Territories, Nunavut.
2315
     */
2316
    public const EPSG_NAD83_CSRS_UTM_ZONE_11N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6654';
2317
2318
    /**
2319
     * NAD83(CSRS) / UTM zone 12N + CGVD2013 height
2320
     * Extent: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut,
2321
     * Saskatchewan.
2322
     */
2323
    public const EPSG_NAD83_CSRS_UTM_ZONE_12N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6655';
2324
2325
    /**
2326
     * NAD83(CSRS) / UTM zone 13N + CGVD2013 height
2327
     * Extent: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan.
2328
     */
2329
    public const EPSG_NAD83_CSRS_UTM_ZONE_13N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6656';
2330
2331
    /**
2332
     * NAD83(CSRS) / UTM zone 14N + CGVD2013 height
2333
     * Extent: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan.
2334
     */
2335
    public const EPSG_NAD83_CSRS_UTM_ZONE_14N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6657';
2336
2337
    /**
2338
     * NAD83(CSRS) / UTM zone 15N + CGVD2013 height
2339
     * Extent: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario.
2340
     */
2341
    public const EPSG_NAD83_CSRS_UTM_ZONE_15N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6658';
2342
2343
    /**
2344
     * NAD83(CSRS) / UTM zone 15N + CGVD2013a(2010) height
2345
     * Extent: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario.
2346
     * Replaces NAD83(CSRS) / UTM zone 15N + CGVD2013 height (CCRS code 6658).
2347
     */
2348
    public const EPSG_NAD83_CSRS_UTM_ZONE_15N_PLUS_CGVD2013A_2010_HEIGHT = 'urn:ogc:def:crs:EPSG::9715';
2349
2350
    /**
2351
     * NAD83(CSRS) / UTM zone 16N + CGVD2013 height
2352
     * Extent: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario.
2353
     */
2354
    public const EPSG_NAD83_CSRS_UTM_ZONE_16N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6659';
2355
2356
    /**
2357
     * NAD83(CSRS) / UTM zone 17N + CGVD2013 height
2358
     * Extent: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec.
2359
     */
2360
    public const EPSG_NAD83_CSRS_UTM_ZONE_17N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6660';
2361
2362
    /**
2363
     * NAD83(CSRS) / UTM zone 18N + CGVD2013 height
2364
     * Extent: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec.
2365
     */
2366
    public const EPSG_NAD83_CSRS_UTM_ZONE_18N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6661';
2367
2368
    /**
2369
     * NAD83(CSRS) / UTM zone 19N + CGVD2013 height
2370
     * Extent: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut,
2371
     * Quebec.
2372
     */
2373
    public const EPSG_NAD83_CSRS_UTM_ZONE_19N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6662';
2374
2375
    /**
2376
     * NAD83(CSRS) / UTM zone 20N + CGVD2013 height
2377
     * Extent: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut,
2378
     * Prince Edward Island, Quebec.
2379
     */
2380
    public const EPSG_NAD83_CSRS_UTM_ZONE_20N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6663';
2381
2382
    /**
2383
     * NAD83(CSRS) / UTM zone 21N + CGVD2013 height
2384
     * Extent: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec.
2385
     */
2386
    public const EPSG_NAD83_CSRS_UTM_ZONE_21N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6664';
2387
2388
    /**
2389
     * NAD83(CSRS) / UTM zone 22N + CGVD2013 height
2390
     * Extent: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador.
2391
     */
2392
    public const EPSG_NAD83_CSRS_UTM_ZONE_22N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6665';
2393
2394
    /**
2395
     * NAD83(CSRS) / UTM zone 23N + CGVD2013 height
2396
     * Extent: Canada offshore Atlantic - 48°W to 42°W.
2397
     */
2398
    public const EPSG_NAD83_CSRS_UTM_ZONE_23N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::9711';
2399
2400
    /**
2401
     * NAD83(CSRS) / UTM zone 24N + CGVD2013 height
2402
     * Extent: Canada offshore Atlantic - east of 42°W.
2403
     */
2404
    public const EPSG_NAD83_CSRS_UTM_ZONE_24N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::9714';
2405
2406
    /**
2407
     * NAD83(CSRS) / UTM zone 7N + CGVD2013 height
2408
     * Extent: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon.
2409
     */
2410
    public const EPSG_NAD83_CSRS_UTM_ZONE_7N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6650';
2411
2412
    /**
2413
     * NAD83(CSRS) / UTM zone 8N + CGVD2013 height
2414
     * Extent: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest
2415
     * Territories, Yukon.
2416
     */
2417
    public const EPSG_NAD83_CSRS_UTM_ZONE_8N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6651';
2418
2419
    /**
2420
     * NAD83(CSRS) / UTM zone 9N + CGVD2013 height
2421
     * Extent: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest
2422
     * Territories, Yukon.
2423
     */
2424
    public const EPSG_NAD83_CSRS_UTM_ZONE_9N_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6652';
2425
2426
    /**
2427
     * NAD83(CSRS)v3 + CGVD2013a(1997) height
2428
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2429
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2430
     * Yukon.
2431
     */
2432
    public const EPSG_NAD83_CSRS_V3_PLUS_CGVD2013A_1997_HEIGHT = 'urn:ogc:def:crs:EPSG::20038';
2433
2434
    /**
2435
     * NAD83(CSRS)v4 + CGVD2013a(2002) height
2436
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2437
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2438
     * Yukon.
2439
     */
2440
    public const EPSG_NAD83_CSRS_V4_PLUS_CGVD2013A_2002_HEIGHT = 'urn:ogc:def:crs:EPSG::20037';
2441
2442
    /**
2443
     * NAD83(CSRS)v6 + CGVD2013a(2010) height
2444
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2445
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2446
     * Yukon.
2447
     */
2448
    public const EPSG_NAD83_CSRS_V6_PLUS_CGVD2013A_2010_HEIGHT = 'urn:ogc:def:crs:EPSG::9544';
2449
2450
    /**
2451
     * NAD83(HARN) + NAVD88 height
2452
     * Extent: United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut;
2453
     * Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland;
2454
     * Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey;
2455
     * New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South
2456
     * Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin;
2457
     * Wyoming.
2458
     */
2459
    public const EPSG_NAD83_HARN_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::5499';
2460
2461
    /**
2462
     * NAD83(MA11) + GUVD04 height
2463
     * Extent: Guam - onshore.
2464
     */
2465
    public const EPSG_NAD83_MA11_PLUS_GUVD04_HEIGHT = 'urn:ogc:def:crs:EPSG::9524';
2466
2467
    /**
2468
     * NAD83(MA11) + NMVD03 height
2469
     * Extent: Northern Mariana Islands - onshore.
2470
     */
2471
    public const EPSG_NAD83_MA11_PLUS_NMVD03_HEIGHT = 'urn:ogc:def:crs:EPSG::9525';
2472
2473
    /**
2474
     * NAD83(NSRS2007) + NAVD88 height
2475
     * Extent: United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut;
2476
     * Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland;
2477
     * Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey;
2478
     * New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South
2479
     * Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin;
2480
     * Wyoming.
2481
     */
2482
    public const EPSG_NAD83_NSRS2007_PLUS_NAVD88_HEIGHT = 'urn:ogc:def:crs:EPSG::5500';
2483
2484
    /**
2485
     * NAD83(PA11) + ASVD02 height
2486
     * Extent: American Samoa - Tutuila island.
2487
     */
2488
    public const EPSG_NAD83_PA11_PLUS_ASVD02_HEIGHT = 'urn:ogc:def:crs:EPSG::9526';
2489
2490
    /**
2491
     * NTF (Paris) + NGF IGN69 height
2492
     * Extent: France - mainland onshore.
2493
     */
2494
    public const EPSG_NTF_PARIS_PLUS_NGF_IGN69_HEIGHT = 'urn:ogc:def:crs:EPSG::7400';
2495
2496
    /**
2497
     * NTF (Paris) / Lambert zone I + NGF-IGN69 height
2498
     * Extent: France mainland onshore north of 53.5 grads North (48°09'N).
2499
     */
2500
    public const EPSG_NTF_PARIS_LAMBERT_ZONE_I_PLUS_NGF_IGN69_HEIGHT = 'urn:ogc:def:crs:EPSG::5707';
2501
2502
    /**
2503
     * NTF (Paris) / Lambert zone II + NGF Lallemand height
2504
     * Extent: France - mainland onshore.
2505
     */
2506
    public const EPSG_NTF_PARIS_LAMBERT_ZONE_II_PLUS_NGF_LALLEMAND_HEIGHT = 'urn:ogc:def:crs:EPSG::7411';
2507
2508
    /**
2509
     * NTF (Paris) / Lambert zone II + NGF-IGN69 height
2510
     * Extent: France - mainland onshore.
2511
     */
2512
    public const EPSG_NTF_PARIS_LAMBERT_ZONE_II_PLUS_NGF_IGN69_HEIGHT = 'urn:ogc:def:crs:EPSG::7421';
2513
2514
    /**
2515
     * NTF (Paris) / Lambert zone III + NGF-IGN69 height
2516
     * Extent: France - mainland onshore south of 50.5 grads North (45°27'N).
2517
     */
2518
    public const EPSG_NTF_PARIS_LAMBERT_ZONE_III_PLUS_NGF_IGN69_HEIGHT = 'urn:ogc:def:crs:EPSG::7422';
2519
2520
    /**
2521
     * NTF (Paris) / Lambert zone IV + NGF-IGN78 height
2522
     * Extent: France - Corsica onshore.
2523
     */
2524
    public const EPSG_NTF_PARIS_LAMBERT_ZONE_IV_PLUS_NGF_IGN78_HEIGHT = 'urn:ogc:def:crs:EPSG::5708';
2525
2526
    /**
2527
     * NZGD2000 + NZVD2009 height
2528
     * Extent: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands,
2529
     * Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.
2530
     */
2531
    public const EPSG_NZGD2000_PLUS_NZVD2009_HEIGHT = 'urn:ogc:def:crs:EPSG::9527';
2532
2533
    /**
2534
     * NZGD2000 + NZVD2016 height
2535
     * Extent: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands,
2536
     * Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.
2537
     */
2538
    public const EPSG_NZGD2000_PLUS_NZVD2016_HEIGHT = 'urn:ogc:def:crs:EPSG::9528';
2539
2540
    /**
2541
     * OSGB36 / British National Grid + BI height
2542
     * Extent: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore
2543
     * Great Britain (England, Wales and Scotland). Isle of Man onshore.
2544
     * BI height is based on an ensemble including ODN, ODN (Offshore) and island vertical datums.
2545
     */
2546
    public const EPSG_OSGB36_BRITISH_NATIONAL_GRID_PLUS_BI_HEIGHT = 'urn:ogc:def:crs:EPSG::9920';
2547
2548
    /**
2549
     * OSGB36 / British National Grid + ODN height
2550
     * Extent: United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and
2551
     * Inner Hebrides.
2552
     */
2553
    public const EPSG_OSGB36_BRITISH_NATIONAL_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::7405';
2554
2555
    /**
2556
     * OxWo08 Grid + ODN height
2557
     * Extent: United Kingdom (UK) - on or related to the rail route from Oxford to Worcester.
2558
     */
2559
    public const EPSG_OXWO08_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10236';
2560
2561
    /**
2562
     * POSGAR 2007 + SRVN16 height
2563
     * Extent: Argentina - onshore.
2564
     */
2565
    public const EPSG_POSGAR_2007_PLUS_SRVN16_HEIGHT = 'urn:ogc:def:crs:EPSG::9521';
2566
2567
    /**
2568
     * PSHD93
2569
     * Extent: Oman - onshore. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands.
2570
     */
2571
    public const EPSG_PSHD93 = 'urn:ogc:def:crs:EPSG::7410';
2572
2573
    /**
2574
     * RBEPP12 Grid + ODN height
2575
     * Extent: United Kingdom (UK) - on or related to the rail route from Reading via Newbury to Penzance.
2576
     */
2577
    public const EPSG_RBEPP12_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10281';
2578
2579
    /**
2580
     * REGCAN95 + El Hierro height
2581
     * Extent: Spain - Canary Islands - El Hierro onshore.
2582
     */
2583
    public const EPSG_REGCAN95_PLUS_EL_HIERRO_HEIGHT = 'urn:ogc:def:crs:EPSG::9510';
2584
2585
    /**
2586
     * REGCAN95 + Fuerteventura height
2587
     * Extent: Spain - Canary Islands - Fuerteventura onshore.
2588
     */
2589
    public const EPSG_REGCAN95_PLUS_FUERTEVENTURA_HEIGHT = 'urn:ogc:def:crs:EPSG::9511';
2590
2591
    /**
2592
     * REGCAN95 + Gran Canaria height
2593
     * Extent: Spain - Canary Islands - Gran Canaria onshore.
2594
     */
2595
    public const EPSG_REGCAN95_PLUS_GRAN_CANARIA_HEIGHT = 'urn:ogc:def:crs:EPSG::9512';
2596
2597
    /**
2598
     * REGCAN95 + La Gomera height
2599
     * Extent: Spain - Canary Islands - La Gomera onshore.
2600
     */
2601
    public const EPSG_REGCAN95_PLUS_LA_GOMERA_HEIGHT = 'urn:ogc:def:crs:EPSG::9513';
2602
2603
    /**
2604
     * REGCAN95 + La Palma height
2605
     * Extent: Spain - Canary Islands - La Palma onshore.
2606
     */
2607
    public const EPSG_REGCAN95_PLUS_LA_PALMA_HEIGHT = 'urn:ogc:def:crs:EPSG::9514';
2608
2609
    /**
2610
     * REGCAN95 + Lanzarote height
2611
     * Extent: Spain - Canary Islands - Lanzarote onshore.
2612
     */
2613
    public const EPSG_REGCAN95_PLUS_LANZAROTE_HEIGHT = 'urn:ogc:def:crs:EPSG::9515';
2614
2615
    /**
2616
     * REGCAN95 + Tenerife height
2617
     * Extent: Spain - Canary Islands - Tenerife onshore.
2618
     */
2619
    public const EPSG_REGCAN95_PLUS_TENERIFE_HEIGHT = 'urn:ogc:def:crs:EPSG::9516';
2620
2621
    /**
2622
     * RGAF09 + Guadeloupe 1988 height
2623
     * Extent: Guadeloupe - onshore - Basse-Terre and Grande-Terre.
2624
     */
2625
    public const EPSG_RGAF09_PLUS_GUADELOUPE_1988_HEIGHT = 'urn:ogc:def:crs:EPSG::9531';
2626
2627
    /**
2628
     * RGAF09 + IGN 1988 LS height
2629
     * Extent: Guadeloupe - onshore - Les Saintes.
2630
     */
2631
    public const EPSG_RGAF09_PLUS_IGN_1988_LS_HEIGHT = 'urn:ogc:def:crs:EPSG::9532';
2632
2633
    /**
2634
     * RGAF09 + IGN 1988 MG height
2635
     * Extent: Guadeloupe - onshore - Marie-Galante.
2636
     */
2637
    public const EPSG_RGAF09_PLUS_IGN_1988_MG_HEIGHT = 'urn:ogc:def:crs:EPSG::9533';
2638
2639
    /**
2640
     * RGAF09 + IGN 1988 SB height
2641
     * Extent: Guadeloupe - onshore - St Barthelemy island.
2642
     */
2643
    public const EPSG_RGAF09_PLUS_IGN_1988_SB_HEIGHT = 'urn:ogc:def:crs:EPSG::9534';
2644
2645
    /**
2646
     * RGAF09 + IGN 1988 SM height
2647
     * Extent: Guadeloupe - onshore - St Martin island.
2648
     */
2649
    public const EPSG_RGAF09_PLUS_IGN_1988_SM_HEIGHT = 'urn:ogc:def:crs:EPSG::9535';
2650
2651
    /**
2652
     * RGAF09 + IGN 2008 LD height
2653
     * Extent: Guadeloupe - onshore - La Desirade.
2654
     */
2655
    public const EPSG_RGAF09_PLUS_IGN_2008_LD_HEIGHT = 'urn:ogc:def:crs:EPSG::9536';
2656
2657
    /**
2658
     * RGAF09 + Martinique 1987 height
2659
     * Extent: Martinique - onshore.
2660
     */
2661
    public const EPSG_RGAF09_PLUS_MARTINIQUE_1987_HEIGHT = 'urn:ogc:def:crs:EPSG::9537';
2662
2663
    /**
2664
     * RGF93 v1 / Lambert-93 + NGF-IGN69 height
2665
     * Extent: France - mainland onshore.
2666
     */
2667
    public const EPSG_RGF93_V1_LAMBERT_93_PLUS_NGF_IGN69_HEIGHT = 'urn:ogc:def:crs:EPSG::5698';
2668
2669
    /**
2670
     * RGF93 v1 / Lambert-93 + NGF-IGN78 height
2671
     * Extent: France - Corsica onshore.
2672
     */
2673
    public const EPSG_RGF93_V1_LAMBERT_93_PLUS_NGF_IGN78_HEIGHT = 'urn:ogc:def:crs:EPSG::5699';
2674
2675
    /**
2676
     * RGF93 v2 + NGF-IGN69 height
2677
     * Extent: France - mainland onshore.
2678
     */
2679
    public const EPSG_RGF93_V2_PLUS_NGF_IGN69_HEIGHT = 'urn:ogc:def:crs:EPSG::9538';
2680
2681
    /**
2682
     * RGF93 v2 + NGF-IGN78 height
2683
     * Extent: France - Corsica onshore.
2684
     */
2685
    public const EPSG_RGF93_V2_PLUS_NGF_IGN78_HEIGHT = 'urn:ogc:def:crs:EPSG::9539';
2686
2687
    /**
2688
     * RGF93 v2b + NGF-IGN69 height
2689
     * Extent: France - mainland onshore.
2690
     */
2691
    public const EPSG_RGF93_V2B_PLUS_NGF_IGN69_HEIGHT = 'urn:ogc:def:crs:EPSG::9785';
2692
2693
    /**
2694
     * RGFG95 + NGG1977 height
2695
     * Extent: French Guiana - onshore.
2696
     */
2697
    public const EPSG_RGFG95_PLUS_NGG1977_HEIGHT = 'urn:ogc:def:crs:EPSG::9530';
2698
2699
    /**
2700
     * RGNC15 (lon-lat) + NGNC08 height
2701
     * Extent: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).
2702
     */
2703
    public const EPSG_RGNC15_LON_LAT_PLUS_NGNC08_HEIGHT = 'urn:ogc:def:crs:EPSG::10318';
2704
2705
    /**
2706
     * RGNC91-93 + NGNC08 height
2707
     * Extent: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).
2708
     */
2709
    public const EPSG_RGNC91_93_PLUS_NGNC08_HEIGHT = 'urn:ogc:def:crs:EPSG::9540';
2710
2711
    /**
2712
     * RGSPM06 + Danger 1950 height
2713
     * Extent: St Pierre and Miquelon - onshore.
2714
     */
2715
    public const EPSG_RGSPM06_PLUS_DANGER_1950_HEIGHT = 'urn:ogc:def:crs:EPSG::9541';
2716
2717
    /**
2718
     * RRAF 1991 + IGN 2008 LD height
2719
     * Extent: Guadeloupe - onshore - La Desirade.
2720
     */
2721
    public const EPSG_RRAF_1991_PLUS_IGN_2008_LD_HEIGHT = 'urn:ogc:def:crs:EPSG::9542';
2722
2723
    /**
2724
     * RT90 + RH70 height
2725
     * Extent: Sweden - onshore.
2726
     * When combined with geoid model RN92 forms geographic 3D CRS RR92.
2727
     */
2728
    public const EPSG_RT90_PLUS_RH70_HEIGHT = 'urn:ogc:def:crs:EPSG::7404';
2729
2730
    /**
2731
     * SCM22 Grid + ODN height
2732
     * Extent: United Kingdom (UK) - on or related to the Scottish central mainline rail route from Motherwell through
2733
     * Perth and Pitlochry to Inverness.
2734
     */
2735
    public const EPSG_SCM22_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9973';
2736
2737
    /**
2738
     * SHGD2015 + SHVD2015 height
2739
     * Extent: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.
2740
     */
2741
    public const EPSG_SHGD2015_PLUS_SHVD2015_HEIGHT = 'urn:ogc:def:crs:EPSG::9517';
2742
2743
    /**
2744
     * SHMG2015 + SHVD2015 height
2745
     * Extent: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.
2746
     */
2747
    public const EPSG_SHMG2015_PLUS_SHVD2015_HEIGHT = 'urn:ogc:def:crs:EPSG::7956';
2748
2749
    /**
2750
     * SMITB20 Grid + ODN height
2751
     * Extent: United Kingdom (UK) - on or related to the rail route from Okehampton to Penstone.
2752
     */
2753
    public const EPSG_SMITB20_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10276';
2754
2755
    /**
2756
     * SRGI2013 + INAGeoid2020 v1 height
2757
     * Extent: Indonesia - onshore and offshore.
2758
     */
2759
    public const EPSG_SRGI2013_PLUS_INAGEOID2020_V1_HEIGHT = 'urn:ogc:def:crs:EPSG::9529';
2760
2761
    /**
2762
     * SRGI2013 + INAGeoid2020 v2 height
2763
     * Extent: Indonesia - onshore and offshore.
2764
     */
2765
    public const EPSG_SRGI2013_PLUS_INAGEOID2020_V2_HEIGHT = 'urn:ogc:def:crs:EPSG::20043';
2766
2767
    /**
2768
     * SVY21 + SHD height
2769
     * Extent: Singapore - onshore and offshore.
2770
     */
2771
    public const EPSG_SVY21_PLUS_SHD_HEIGHT = 'urn:ogc:def:crs:EPSG::6917';
2772
2773
    /**
2774
     * SVY21 / Singapore TM + SHD height
2775
     * Extent: Singapore - onshore and offshore.
2776
     */
2777
    public const EPSG_SVY21_SINGAPORE_TM_PLUS_SHD_HEIGHT = 'urn:ogc:def:crs:EPSG::6927';
2778
2779
    /**
2780
     * SWEREF99 + RH2000 height
2781
     * Extent: Sweden - onshore.
2782
     */
2783
    public const EPSG_SWEREF99_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5628';
2784
2785
    /**
2786
     * SWEREF99 12 00 + RH2000 height
2787
     * Extent: Sweden - communes west of approximately 12°45'E and south of approximately 60°N. See information
2788
     * source for map.
2789
     */
2790
    public const EPSG_SWEREF99_12_00_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5846';
2791
2792
    /**
2793
     * SWEREF99 13 30 + RH2000 height
2794
     * Extent: Sweden - communes between approximately 12°45'E and 14°15'E and south of approximately 62°10'N. See
2795
     * information source for map.
2796
     */
2797
    public const EPSG_SWEREF99_13_30_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5847';
2798
2799
    /**
2800
     * SWEREF99 14 15 + RH2000 height
2801
     * Extent: Sweden - communes west of approximately 15°E and between approximately 61°35'N and 64°25'N. See
2802
     * information source for map.
2803
     */
2804
    public const EPSG_SWEREF99_14_15_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5851';
2805
2806
    /**
2807
     * SWEREF99 15 00 + RH2000 height
2808
     * Extent: Sweden - communes between approximately 14°15'E and 15°45'E and south of approximately 61°30'N. See
2809
     * information source for map.
2810
     */
2811
    public const EPSG_SWEREF99_15_00_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5848';
2812
2813
    /**
2814
     * SWEREF99 15 45 + RH2000 height
2815
     * Extent: Sweden - communes between approximately 15°E and 16°30'E and between approximately 60°30'N and 65°N.
2816
     * See information source for map.
2817
     */
2818
    public const EPSG_SWEREF99_15_45_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5852';
2819
2820
    /**
2821
     * SWEREF99 16 30 + RH2000 height
2822
     * Extent: Sweden - communes between approximately 15°45'E and 17°15'E and south of approximately 62°20'N. See
2823
     * information source for map.
2824
     */
2825
    public const EPSG_SWEREF99_16_30_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5849';
2826
2827
    /**
2828
     * SWEREF99 17 15 + RH2000 height
2829
     * Extent: Sweden - communes between approximately 14°20'E and 18°50'E and between approximately 67°10'N and
2830
     * 62°05'N. See information source for map.
2831
     */
2832
    public const EPSG_SWEREF99_17_15_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5853';
2833
2834
    /**
2835
     * SWEREF99 18 00 + RH2000 height
2836
     * Extent: Sweden - communes east of approximately 17°15'E between approximately 60°40'N and 58°50'N. See
2837
     * information source for map.
2838
     */
2839
    public const EPSG_SWEREF99_18_00_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5850';
2840
2841
    /**
2842
     * SWEREF99 18 45 + RH2000 height
2843
     * Extent: Sweden - mainland communes between approximately 18°E and 19°30'E and between approximately 62°50'N
2844
     * and 66°N. Also Gotland. See information source for map.
2845
     */
2846
    public const EPSG_SWEREF99_18_45_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5854';
2847
2848
    /**
2849
     * SWEREF99 20 15 + RH2000 height
2850
     * Extent: Sweden - communes in Vaasterbotten east of approximately 19°30'E and (i) north of 63°30'N and (ii)
2851
     * south of approximately 65°05'N. Also Norbotten west of approximately 23°20'E. See information source for map.
2852
     */
2853
    public const EPSG_SWEREF99_20_15_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5855';
2854
2855
    /**
2856
     * SWEREF99 21 45 + RH2000 height
2857
     * Extent: Sweden - communes in Norbotten east of approximately 19°30'E and south of approximately 65°50'N. See
2858
     * information source for map.
2859
     */
2860
    public const EPSG_SWEREF99_21_45_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5856';
2861
2862
    /**
2863
     * SWEREF99 23 15 + RH2000 height
2864
     * Extent: Sweden - communes east of approximately 21°50'E. See information source for map.
2865
     */
2866
    public const EPSG_SWEREF99_23_15_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5857';
2867
2868
    /**
2869
     * SWEREF99 TM + RH2000 height
2870
     * Extent: Sweden - onshore.
2871
     */
2872
    public const EPSG_SWEREF99_TM_PLUS_RH2000_HEIGHT = 'urn:ogc:def:crs:EPSG::5845';
2873
2874
    /**
2875
     * SYC20 Grid + ODN height
2876
     * Extent: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Crewe.
2877
     */
2878
    public const EPSG_SYC20_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10241';
2879
2880
    /**
2881
     * ShAb07 Grid + ODN height
2882
     * Extent: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Aberystwyth.
2883
     */
2884
    public const EPSG_SHAB07_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::10189';
2885
2886
    /**
2887
     * Slovenia 1996 + SVS2010 height
2888
     * Extent: Slovenia - onshore.
2889
     */
2890
    public const EPSG_SLOVENIA_1996_PLUS_SVS2010_HEIGHT = 'urn:ogc:def:crs:EPSG::10245';
2891
2892
    /**
2893
     * Slovenia 1996 / Slovene National Grid + SVS2010 height
2894
     * Extent: Slovenia - onshore.
2895
     */
2896
    public const EPSG_SLOVENIA_1996_SLOVENE_NATIONAL_GRID_PLUS_SVS2010_HEIGHT = 'urn:ogc:def:crs:EPSG::10246';
2897
2898
    /**
2899
     * St. Helena Tritan / UTM zone 30S + Tritan 2011 height
2900
     * Extent: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.
2901
     */
2902
    public const EPSG_ST_HELENA_TRITAN_UTM_ZONE_30S_PLUS_TRITAN_2011_HEIGHT = 'urn:ogc:def:crs:EPSG::7955';
2903
2904
    /**
2905
     * TPEN11 Grid + ODN height
2906
     * Extent: United Kingdom (UK) - on or related to the Trans-Pennine rail route from Liverpool via Manchester to
2907
     * Bradford and Leeds.
2908
     */
2909
    public const EPSG_TPEN11_GRID_PLUS_ODN_HEIGHT = 'urn:ogc:def:crs:EPSG::9368';
2910
2911
    /**
2912
     * Tokyo + JSLD69 height
2913
     * Extent: Japan - onshore mainland - Honshu, Shikoku, Kyushu.
2914
     * Replaced by JGD2000 + JGD2000 (vertical) (CRS code 6696) from April 2002).
2915
     */
2916
    public const EPSG_TOKYO_PLUS_JSLD69_HEIGHT = 'urn:ogc:def:crs:EPSG::7414';
2917
2918
    /**
2919
     * Tokyo + JSLD72 height
2920
     * Extent: Japan - onshore mainland - Hokkaido.
2921
     * Replaced by JGD2000 + JGD2000 (vertical) (CRS code 6696) from April 2002).
2922
     */
2923
    public const EPSG_TOKYO_PLUS_JSLD72_HEIGHT = 'urn:ogc:def:crs:EPSG::6700';
2924
2925
    /**
2926
     * WGS 84 + EGM2008 height
2927
     * Extent: World.
2928
     */
2929
    public const EPSG_WGS_84_PLUS_EGM2008_HEIGHT = 'urn:ogc:def:crs:EPSG::9518';
2930
2931
    /**
2932
     * WGS 84 + EGM96 height
2933
     * Extent: World.
2934
     */
2935
    public const EPSG_WGS_84_PLUS_EGM96_HEIGHT = 'urn:ogc:def:crs:EPSG::9707';
2936
2937
    /**
2938
     * WGS 84 + MSL height
2939
     * Extent: World.
2940
     * Component vertical CRS is not specific to any location or epoch.
2941
     */
2942
    public const EPSG_WGS_84_PLUS_MSL_HEIGHT = 'urn:ogc:def:crs:EPSG::9705';
2943
2944
    /**
2945
     * WGS 84 / World Mercator + EGM2008 height
2946
     * Extent: World.
2947
     * Note: for preliminary concept visualisation only. Detailed design will require use of appropriate low-distortion
2948
     * local projected and vertical CRSs.
2949
     */
2950
    public const EPSG_WGS_84_WORLD_MERCATOR_PLUS_EGM2008_HEIGHT = 'urn:ogc:def:crs:EPSG::6893';
2951
2952
    /**
2953
     * @deprecated use EPSG_NAD83_CSRS_PLUS_CGVD2013_CGG2013_HEIGHT instead
2954
     */
2955
    public const EPSG_NAD83_CSRS_PLUS_CGVD2013_HEIGHT = 'urn:ogc:def:crs:EPSG::6649';
2956
2957
    /**
2958
     * @deprecated use EPSG_NAD83_CSRS_UTM_ZONE_15N_PLUS_CGVD2013A_2010_HEIGHT instead
2959
     */
2960
    public const EPSG_NAD83_CSRS_UTM_ZONE_15N_PLUS_CGVD2013A_HEIGHT = 'urn:ogc:def:crs:EPSG::9715';
2961
2962
    /**
2963
     * @deprecated use EPSG_NAD83_CSRS_V6_PLUS_CGVD2013A_2010_HEIGHT instead
2964
     */
2965
    public const EPSG_NAD83_CSRS_V6_PLUS_CGVD2013_CGG2013A_HEIGHT = 'urn:ogc:def:crs:EPSG::9544';
2966
2967
    /**
2968
     * @deprecated use EPSG_SRGI2013_PLUS_INAGEOID2020_V1_HEIGHT instead
2969
     */
2970
    public const EPSG_SRGI2013_PLUS_INAGEOID2020_HEIGHT = 'urn:ogc:def:crs:EPSG::9529';
2971
2972
    /**
2973 50
     * @var array<string, self>
2974
     */
2975
    private static array $cachedObjects = [];
2976
2977
    private Geographic2D|Projected $horizontal;
0 ignored issues
show
Bug introduced by
The type PHPCoord\CoordinateReferenceSystem\Projected was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
2978
2979
    private Vertical $vertical;
2980 50
2981 50
    public function __construct(
2982 50
        string $srid,
2983 50
        Geographic2D|Projected $horizontal,
2984 50
        Vertical $vertical,
2985
        BoundingArea $boundingArea,
2986
        string $name = ''
2987 26
    ) {
2988
        $this->srid = $srid;
2989 26
        $this->horizontal = $horizontal;
2990
        $this->vertical = $vertical;
2991
        $this->boundingArea = $boundingArea;
2992 22
        $this->name = $name;
2993
    }
2994 22
2995
    public function getHorizontal(): Geographic2D|Projected
2996
    {
2997 105
        return $this->horizontal;
2998
    }
2999 105
3000 9
    public function getVertical(): Vertical
3001
    {
3002
        return $this->vertical;
3003 96
    }
3004 9
3005
    public static function fromSRID(string $srid): self
3006
    {
3007 96
        if (!isset(static::$sridData[$srid])) {
3008 50
            throw new UnknownCoordinateReferenceSystemException($srid);
3009
        }
3010 50
3011 19
        if (!isset(self::$cachedObjects[$srid])) {
3012
            $data = static::$sridData[$srid];
3013 31
3014
            $horizontalCRS = CoordinateReferenceSystem::fromSRID($data['horizontal_crs']);
3015
            assert($horizontalCRS instanceof Geographic2D || $horizontalCRS instanceof Projected);
3016 50
3017 50
            self::$cachedObjects[$srid] = new self(
3018 50
                $srid,
3019 50
                $horizontalCRS,
3020 50
                Vertical::fromSRID($data['vertical_crs']),
3021 50
                BoundingArea::createFromExtentCodes($data['extent']),
3022 50
                $data['name']
3023
            );
3024
        }
3025 96
3026
        return self::$cachedObjects[$srid];
3027
    }
3028 172
3029
    /**
3030 172
     * @return array<string, string>
3031 9
     */
3032 9
    public static function getSupportedSRIDs(): array
3033
    {
3034
        return array_map(fn (array $data) => $data['name'], static::$sridData);
3035
    }
3036 172
3037
    /**
3038
     * @return array<string, array{name: string, extent_description: string, help: string}>
3039
     */
3040
    public static function getSupportedSRIDsWithHelp(): array
3041
    {
3042
        return array_map(fn (array $data) => ['name' => $data['name'], 'extent_description' => $data['extent_description'], 'help' => $data['help']], static::$sridData);
3043
    }
3044
3045
    /**
3046
     * @internal
3047
     * @return self[]
3048
     */
3049
    public static function findFromVertical(Vertical $vertical): array
3050 4
    {
3051
        $candidates = [];
3052 4
        foreach (self::$sridData as $srid => $data) {
3053 4
            if ($data['vertical_crs'] === $vertical->getSRID()) {
3054 4
                $candidates[$srid] = self::fromSRID($srid);
3055 4
            }
3056
        }
3057
3058
        return $candidates;
3059 4
    }
3060
}
3061