diff options
Diffstat (limited to 'src/proj_experimental.h')
| -rw-r--r-- | src/proj_experimental.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proj_experimental.h b/src/proj_experimental.h index c24372af..aeee4e5b 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -101,6 +101,10 @@ typedef enum PJ_CART2D_EASTING_NORTHING, /* Northing-Easting */ PJ_CART2D_NORTHING_EASTING, + /* North Pole Easting/SOUTH-Norting/SOUTH */ + PJ_CART2D_NORTH_POLE_EASTING_SOUTH_NORTHING_SOUTH, + /* South Pole Easting/NORTH-Norting/NORTH */ + PJ_CART2D_SOUTH_POLE_EASTING_NORTH_NORTHING_NORTH, } PJ_CARTESIAN_CS_2D_TYPE; PJ_OBJ PROJ_DLL *proj_obj_create_cartesian_2D_cs(PJ_CONTEXT *ctx, |
