OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/projection/ossimNewZealandMapGridProjection.h>
#include <ossim/base/ossimEllipsoidFactory.h>
#include <ossim/base/ossimDatumFactory.h>
#include <ossim/base/ossimKeywordNames.h>
#include <ossim/base/ossimNotifyContext.h>
Go to the source code of this file.
Classes | |
struct | ComplexNumber |
Macros | |
#define | PI_OVER_2 ( M_PI / 2.0) |
#define | TWO_PI (2.0 * M_PI) |
#define | MAX_LAT (-33.5 * M_PI / 180.0) /* -33.5 degrees */ |
#define | MIN_LAT (-48.5 * M_PI / 180.0) /* -48.5 degrees */ |
#define | MAX_LON (180.0 * M_PI / 180.0) /* 180 degrees */ |
#define | MIN_LON (165.5 * M_PI / 180.0) /* 165.5 degrees */ |
#define | NZMG_NO_ERROR 0x0000 |
#define | NZMG_LAT_ERROR 0x0001 |
#define | NZMG_LON_ERROR 0x0002 |
#define | NZMG_EASTING_ERROR 0x0004 |
#define | NZMG_NORTHING_ERROR 0x0008 |
#define | NZMG_ELLIPSOID_ERROR 0x0010 |
Typedefs | |
typedef struct ComplexNumber | Complex |
#define MAX_LAT (-33.5 * M_PI / 180.0) /* -33.5 degrees */ |
Definition at line 25 of file ossimNewZealandMapGridProjection.cpp.
#define MAX_LON (180.0 * M_PI / 180.0) /* 180 degrees */ |
Definition at line 27 of file ossimNewZealandMapGridProjection.cpp.
#define MIN_LAT (-48.5 * M_PI / 180.0) /* -48.5 degrees */ |
Definition at line 26 of file ossimNewZealandMapGridProjection.cpp.
#define MIN_LON (165.5 * M_PI / 180.0) /* 165.5 degrees */ |
Definition at line 28 of file ossimNewZealandMapGridProjection.cpp.
#define NZMG_EASTING_ERROR 0x0004 |
Definition at line 33 of file ossimNewZealandMapGridProjection.cpp.
#define NZMG_ELLIPSOID_ERROR 0x0010 |
Definition at line 35 of file ossimNewZealandMapGridProjection.cpp.
#define NZMG_LAT_ERROR 0x0001 |
Definition at line 31 of file ossimNewZealandMapGridProjection.cpp.
#define NZMG_LON_ERROR 0x0002 |
Definition at line 32 of file ossimNewZealandMapGridProjection.cpp.
#define NZMG_NO_ERROR 0x0000 |
Definition at line 30 of file ossimNewZealandMapGridProjection.cpp.
Referenced by ossimNewZealandMapGridProjection::Convert_Geodetic_To_NZMG(), and ossimNewZealandMapGridProjection::Convert_NZMG_To_Geodetic().
#define NZMG_NORTHING_ERROR 0x0008 |
Definition at line 34 of file ossimNewZealandMapGridProjection.cpp.
#define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 19 of file ossimNewZealandMapGridProjection.cpp.
#define TWO_PI (2.0 * M_PI) |
Definition at line 22 of file ossimNewZealandMapGridProjection.cpp.
typedef struct ComplexNumber Complex |