OpenCPN Partial API docs
|
Shapefile basemap. More...
#include <functional>
#include <future>
#include <map>
#include <thread>
#include <vector>
#include "gl_headers.h"
#include <wx/gdicmn.h>
#include "ShapefileReader.hpp"
#include "poly_math.h"
#include "ocpndc.h"
#include "std_filesystem.h"
Go to the source code of this file.
Classes | |
class | LatLonKey |
A latitude/longitude key for 1x1 or 10x10 degree grid tiles. More... | |
struct | std::hash< LatLonKey > |
class | ShapeBaseChart |
Represents a basemap chart based on shapefile data. More... | |
class | ShapeBaseChartSet |
Manages a set of ShapeBaseChart objects at different resolutions. More... | |
Typedefs | |
typedef std::vector< wxRealPoint > | contour |
typedef std::vector< contour > | contour_list |
Enumerations | |
enum | Quality { crude , low , medium , high , full } |
Basemap quality. More... | |
Variables | |
ShapeBaseChartSet | gShapeBasemap |
Global instance. | |
Shapefile basemap.
Definition in file shapefile_basemap.h.
typedef std::vector<wxRealPoint> contour |
Definition at line 42 of file shapefile_basemap.h.
typedef std::vector<contour> contour_list |
Definition at line 43 of file shapefile_basemap.h.
enum Quality |
Basemap quality.
Definition at line 106 of file shapefile_basemap.h.
|
extern |
Global instance.
global instance
Global instance.
Definition at line 407 of file shapefile_basemap.h.