OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Classes | Macros | Typedefs
ossimNewZealandMapGridProjection.cpp File Reference
#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
 

Macro Definition Documentation

◆ MAX_LAT

#define MAX_LAT   (-33.5 * M_PI / 180.0) /* -33.5 degrees */

Definition at line 25 of file ossimNewZealandMapGridProjection.cpp.

◆ MAX_LON

#define MAX_LON   (180.0 * M_PI / 180.0) /* 180 degrees */

Definition at line 27 of file ossimNewZealandMapGridProjection.cpp.

◆ MIN_LAT

#define MIN_LAT   (-48.5 * M_PI / 180.0) /* -48.5 degrees */

Definition at line 26 of file ossimNewZealandMapGridProjection.cpp.

◆ MIN_LON

#define MIN_LON   (165.5 * M_PI / 180.0) /* 165.5 degrees */

Definition at line 28 of file ossimNewZealandMapGridProjection.cpp.

◆ NZMG_EASTING_ERROR

#define NZMG_EASTING_ERROR   0x0004

Definition at line 33 of file ossimNewZealandMapGridProjection.cpp.

◆ NZMG_ELLIPSOID_ERROR

#define NZMG_ELLIPSOID_ERROR   0x0010

Definition at line 35 of file ossimNewZealandMapGridProjection.cpp.

◆ NZMG_LAT_ERROR

#define NZMG_LAT_ERROR   0x0001

Definition at line 31 of file ossimNewZealandMapGridProjection.cpp.

◆ NZMG_LON_ERROR

#define NZMG_LON_ERROR   0x0002

Definition at line 32 of file ossimNewZealandMapGridProjection.cpp.

◆ NZMG_NO_ERROR

#define NZMG_NO_ERROR   0x0000

◆ NZMG_NORTHING_ERROR

#define NZMG_NORTHING_ERROR   0x0008

Definition at line 34 of file ossimNewZealandMapGridProjection.cpp.

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

Definition at line 19 of file ossimNewZealandMapGridProjection.cpp.

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)

Definition at line 22 of file ossimNewZealandMapGridProjection.cpp.

Typedef Documentation

◆ Complex

typedef struct ComplexNumber Complex