|
OpenCPN Partial API docs
|
Basemap. More...
#include <shapefile_basemap.h>
Public Member Functions | |
| ShapeBaseChart (const std::string &filename, const size_t &min_scale, const wxColor &color= *wxBLACK) | |
| ShapeBaseChart (const ShapeBaseChart &t) | |
| bool | LoadSHP () |
| bool | IsUsable () |
| size_t | MinScale () |
| void | RenderViewOnDC (ocpnDC &dc, ViewPort &vp) |
| bool | CrossesLand (double &lat1, double &lon1, double &lat2, double &lon2) |
Static Public Member Functions | |
| static const std::string | ConstructPath (const std::string &dir, const std::string &quality_suffix) |
Public Attributes | |
| int | _dmod |
Basemap.
Definition at line 98 of file shapefile_basemap.h.