109 void drawMapPlain(
ocpnDC &pnt,
double dx,
ViewPort &vp, wxColor seaColor,
110 wxColor landColor,
bool idl);
113 std::vector<wxLineF> *getCoasts() {
return &coasts; }
114 contour_list &getPoly1() {
return poly1; }
118 std::vector<wxLineF> *high_res_map[GSSH_SUBM * GSSH_SUBM];
126 std::vector<wxLineF> coasts;
128 contour_list poly1, poly2, poly3, poly4, poly5;
131 float_2Dpt *polyv[6];
134 void DrawPolygonFilled(
ocpnDC &pnt, contour_list *poly,
double dx,
135 ViewPort &vp, wxColor
const &color);
137 void DrawPolygonFilledGL(
ocpnDC &pnt, contour_list *p, float_2Dpt **pv,
138 int *pvc,
ViewPort &vp, wxColor
const &color,
141 void DrawPolygonContour(
ocpnDC &pnt, contour_list *poly,
double dx,
144 void ReadPoly(contour_list &poly);
145 void ReadPolygonFile();
208 int getLevel() {
return flag & 255; }
209 int isGreenwich() {
return greenwich; }
210 int isAntarctic() {
return antarctic; }
211 bool isOk() {
return ok; }
218 double west, east, south, north;
220 int areaFull, container, ancestor;
222 std::vector<GshhsPoint *> lsPoints;
227 bool greenwich, antarctic;
237 void drawContinents(
ocpnDC &pnt,
ViewPort &vp, wxColor
const &seaColor,
238 wxColor
const &landColor);
244 int GetPolyVersion() {
return gshhsPoly_reader->GetPolyVersion(); }
246 static wxString getNameExtension(
int quality);
247 static wxString getFileName_boundaries(
int quality);
248 static wxString getFileName_rivers(
int quality);
249 static wxString getFileName_Land(
int quality);
250 static bool gshhsFilesExists(
int quality);
252 int getQuality() {
return quality; }
255 bool crossing1(
wxLineF trajectWorld);
257 int ReadPolyVersion();
258 bool qualityAvailable[6];
260 void LoadQuality(
int quality);
261 int GetMinAvailableQuality() {
return minQualityAvailable; }
262 int GetMaxAvailableQuality() {
return maxQualityAvailable; }
266 int selectBestQuality(
void);
281 int selectBestQuality(
ViewPort &vp);
283 int maxQualityAvailable;
284 int minQualityAvailable;
290 std::vector<GshhsPolygon *> *lsPoly_boundaries[5];
291 std::vector<GshhsPolygon *> *lsPoly_rivers[5];
293 std::vector<GshhsPolygon *> &getList_boundaries();
294 std::vector<GshhsPolygon *> &getList_rivers();
297 int GSHHS_scaledPoints(
GshhsPolygon *pol, wxPoint *pts,
double decx,
300 void GsshDrawLines(
ocpnDC &pnt, std::vector<GshhsPolygon *> &lst,