1/* GeoTIFF GeoKey Database */
2
3/* Note: Any changes/additions to this database require */
4/* a change in the revision value in geokeys.h          */
5
6/* C database for Geotiff include files.   */
7/* the macro ValuePair() must be defined   */
8/* by the enclosing include file           */
9
10/*  Revised 28 Sep 1995   NDR -- Added Rev. 1.0 aliases. */
11
12/* 6.2.1 GeoTIFF Configuration Keys */
13
14ValuePair(  GTModelTypeGeoKey,	1024) /* Section 6.3.1.1 Codes       */
15ValuePair(  GTRasterTypeGeoKey,	1025) /* Section 6.3.1.2 Codes       */
16ValuePair(  GTCitationGeoKey,	1026) /* documentation */
17
18/* 6.2.2 Geographic CS Parameter Keys */
19
20ValuePair(  GeographicTypeGeoKey,	2048) /* Section 6.3.2.1 Codes     */
21ValuePair(  GeogCitationGeoKey,	2049) /* documentation             */
22ValuePair(  GeogGeodeticDatumGeoKey,	2050) /* Section 6.3.2.2 Codes     */
23ValuePair(  GeogPrimeMeridianGeoKey,	2051) /* Section 6.3.2.4 codes     */
24ValuePair(  GeogLinearUnitsGeoKey,	2052) /* Section 6.3.1.3 Codes     */
25ValuePair(  GeogLinearUnitSizeGeoKey,	2053) /* meters                    */
26ValuePair(  GeogAngularUnitsGeoKey,	2054) /* Section 6.3.1.4 Codes     */
27ValuePair(  GeogAngularUnitSizeGeoKey,	2055) /* radians                   */
28ValuePair(  GeogEllipsoidGeoKey,	2056) /* Section 6.3.2.3 Codes     */
29ValuePair(  GeogSemiMajorAxisGeoKey,	2057) /* GeogLinearUnits           */
30ValuePair(  GeogSemiMinorAxisGeoKey,	2058) /* GeogLinearUnits           */
31ValuePair(  GeogInvFlatteningGeoKey,	2059) /* ratio                     */
32ValuePair(  GeogAzimuthUnitsGeoKey,	2060) /* Section 6.3.1.4 Codes     */
33ValuePair(  GeogPrimeMeridianLongGeoKey,	2061) /* GeoAngularUnit            */
34
35/* 6.2.3 Projected CS Parameter Keys */
36/*    Several keys have been renamed,*/
37/*    and the deprecated names aliased for backward compatibility */
38
39ValuePair(  ProjectedCSTypeGeoKey,	3072)     /* Section 6.3.3.1 codes   */
40ValuePair(  PCSCitationGeoKey,	3073)     /* documentation           */
41ValuePair(  ProjectionGeoKey,	3074)     /* Section 6.3.3.2 codes   */
42ValuePair(  ProjCoordTransGeoKey,	3075)     /* Section 6.3.3.3 codes   */
43ValuePair(  ProjLinearUnitsGeoKey,	3076)     /* Section 6.3.1.3 codes   */
44ValuePair(  ProjLinearUnitSizeGeoKey,	3077)     /* meters                  */
45ValuePair(  ProjStdParallel1GeoKey,	3078)     /* GeogAngularUnit */
46ValuePair(  ProjStdParallelGeoKey,ProjStdParallel1GeoKey) /* ** alias **   */
47ValuePair(  ProjStdParallel2GeoKey,	3079)     /* GeogAngularUnit */
48ValuePair(  ProjNatOriginLongGeoKey,	3080)     /* GeogAngularUnit */
49ValuePair(  ProjOriginLongGeoKey,ProjNatOriginLongGeoKey) /* ** alias **     */
50ValuePair(  ProjNatOriginLatGeoKey,	3081)     /* GeogAngularUnit */
51ValuePair(  ProjOriginLatGeoKey,ProjNatOriginLatGeoKey)   /* ** alias **     */
52ValuePair(  ProjFalseEastingGeoKey,	3082)     /* ProjLinearUnits */
53ValuePair(  ProjFalseNorthingGeoKey,	3083)     /* ProjLinearUnits */
54ValuePair(  ProjFalseOriginLongGeoKey,	3084)     /* GeogAngularUnit */
55ValuePair(  ProjFalseOriginLatGeoKey,	3085)     /* GeogAngularUnit */
56ValuePair(  ProjFalseOriginEastingGeoKey,	3086)     /* ProjLinearUnits */
57ValuePair(  ProjFalseOriginNorthingGeoKey,	3087)     /* ProjLinearUnits */
58ValuePair(  ProjCenterLongGeoKey,	3088)     /* GeogAngularUnit */
59ValuePair(  ProjCenterLatGeoKey,	3089)     /* GeogAngularUnit */
60ValuePair(  ProjCenterEastingGeoKey,	3090)     /* ProjLinearUnits */
61ValuePair(  ProjCenterNorthingGeoKey,	3091)     /* ProjLinearUnits */
62ValuePair(  ProjScaleAtNatOriginGeoKey,	3092)     /* ratio   */
63ValuePair(  ProjScaleAtOriginGeoKey,ProjScaleAtNatOriginGeoKey)  /* ** alias **   */
64ValuePair(  ProjScaleAtCenterGeoKey,	3093)     /* ratio   */
65ValuePair(  ProjAzimuthAngleGeoKey,	3094)     /* GeogAzimuthUnit */
66ValuePair(  ProjStraightVertPoleLongGeoKey, 3095) /* GeogAngularUnit */
67ValuePair(  ProjRectifiedGridAngleGeoKey, 3096)   /* GeogAngularUnit */
68
69/* 6.2.4 Vertical CS Keys */
70
71ValuePair(  VerticalCSTypeGeoKey,	4096)  /* Section 6.3.4.1 codes   */
72ValuePair(  VerticalCitationGeoKey,	4097)  /* documentation */
73ValuePair(  VerticalDatumGeoKey,	4098)  /* Section 6.3.4.2 codes   */
74ValuePair(  VerticalUnitsGeoKey,	4099)  /* Section 6.3.1 (.x) codes   */
75
76/* End of Data base */
77