GSHHS Chart Object (Global Self-consistent, Hierarchical, High-resolution Shoreline) Derived from http://www.zygrib.org/ and http://sourceforge.net/projects/qtvlm/ which have the original copyrights.
More...
#include <string>
#include <vector>
#include "viewport.h"
#include "poly_math.h"
#include "color_types.h"
#include "ocpndc.h"
Go to the source code of this file.
|
#define | M_PI_2 1.57079632679489661923 |
|
#define | M_PI_4 0.785398163397448309616 |
|
#define | GSSH_SUBM 16 |
|
#define | GSHHS_SCL 1.0e-6 /* Convert micro-degrees to degrees */ |
|
GSHHS Chart Object (Global Self-consistent, Hierarchical, High-resolution Shoreline) Derived from http://www.zygrib.org/ and http://sourceforge.net/projects/qtvlm/ which have the original copyrights.
Definition in file gshhs.h.
◆ GSHHS_SCL
#define GSHHS_SCL 1.0e-6 /* Convert micro-degrees to degrees */ |
◆ GSSH_SUBM
◆ M_PI_2
#define M_PI_2 1.57079632679489661923 |
◆ M_PI_4
#define M_PI_4 0.785398163397448309616 |
◆ contour
typedef std::vector<wxRealPoint> contour |
◆ contour_list
typedef std::vector<contour> contour_list |
◆ gshhsCrossesLand()
bool gshhsCrossesLand |
( |
double |
lat1, |
|
|
double |
lon1, |
|
|
double |
lat2, |
|
|
double |
lon2 |
|
) |
| |
◆ gshhsCrossesLandInit()
void gshhsCrossesLandInit |
( |
| ) |
|
◆ gshhsCrossesLandReset()
void gshhsCrossesLandReset |
( |
| ) |
|