From f32255aa1139568df8cfb646ea62ca900939c105 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 2 Oct 2019 16:28:46 +0200 Subject: Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective method Relates to https://github.com/OSGeo/gdal/issues/1856 --- src/proj_constants.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/proj_constants.h') diff --git a/src/proj_constants.h b/src/proj_constants.h index d3f33c73..619d9d91 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -212,6 +212,9 @@ #define EPSG_NAME_METHOD_LABORDE_OBLIQUE_MERCATOR "Laborde Oblique Mercator" #define EPSG_CODE_METHOD_LABORDE_OBLIQUE_MERCATOR 9813 +#define EPSG_NAME_METHOD_VERTICAL_PERSPECTIVE "Vertical Perspective" +#define EPSG_CODE_METHOD_VERTICAL_PERSPECTIVE 9838 + /* ------------------------------------------------------------------------ */ /* Projection parameters */ @@ -301,6 +304,18 @@ #define EPSG_NAME_PARAMETER_ELLIPSOID_SCALE_FACTOR "Ellipsoid scaling factor" #define EPSG_CODE_PARAMETER_ELLIPSOID_SCALE_FACTOR 1038 +#define EPSG_NAME_PARAMETER_LATITUDE_TOPOGRAPHIC_ORIGIN "Latitude of topocentric origin" +#define EPSG_CODE_PARAMETER_LATITUDE_TOPOGRAPHIC_ORIGIN 8834 + +#define EPSG_NAME_PARAMETER_LONGITUDE_TOPOGRAPHIC_ORIGIN "Longitude of topocentric origin" +#define EPSG_CODE_PARAMETER_LONGITUDE_TOPOGRAPHIC_ORIGIN 8835 + +#define EPSG_NAME_PARAMETER_ELLIPSOIDAL_HEIGHT_TOPOCENTRIC_ORIGIN "Ellipsoidal height of topocentric origin" +#define EPSG_CODE_PARAMETER_ELLIPSOIDAL_HEIGHT_TOPOCENTRIC_ORIGIN 8836 + +#define EPSG_NAME_PARAMETER_VIEWPOINT_HEIGHT "Viewpoint height" +#define EPSG_CODE_PARAMETER_VIEWPOINT_HEIGHT 8840 + /* ------------------------------------------------------------------------ */ /* Other conversions and transformations */ -- cgit v1.2.3