OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/base/ossimGeoidEgm96.h>
#include <ossim/base/ossimConstants.h>
#include <ossim/base/ossimCommon.h>
#include <ossim/base/ossimGpt.h>
#include <ossim/base/ossimFilename.h>
#include <ossim/base/ossimEndian.h>
#include <ossim/base/ossimTrace.h>
#include <ossim/base/ossimNotifyContext.h>
#include <ossim/base/ossimDatumFactory.h>
#include <fstream>
Go to the source code of this file.
Macros | |
#define | NumbGeoidCols 1441 /* 360 degrees of longitude at 15 minute spacing */ |
#define | NumbGeoidRows 721 /* 180 degrees of latitude at 15 minute spacing */ |
#define | NumbHeaderItems 6 /* min, max lat, min, max long, lat, long spacing*/ |
#define | ScaleFactor 4 /* 4 grid cells per degree at 15 minute spacing */ |
#define | NumbGeoidElevs NumbGeoidCols * NumbGeoidRows |
#define NumbGeoidCols 1441 /* 360 degrees of longitude at 15 minute spacing */ |
Definition at line 23 of file ossimGeoidEgm96.cpp.
#define NumbGeoidElevs NumbGeoidCols * NumbGeoidRows |
Definition at line 27 of file ossimGeoidEgm96.cpp.
#define NumbGeoidRows 721 /* 180 degrees of latitude at 15 minute spacing */ |
Definition at line 24 of file ossimGeoidEgm96.cpp.
Definition at line 25 of file ossimGeoidEgm96.cpp.
#define ScaleFactor 4 /* 4 grid cells per degree at 15 minute spacing */ |
Definition at line 26 of file ossimGeoidEgm96.cpp.