31#include "gdal/ogrsf_frmts.h"
43 s57mgr(
const wxString &csv_dir);
46 bool GetChartExtent(
char *pFullPath,
Extent *pext);
47 int GetChartScale(
char *pFullPath);
49 bool GetChartFirstM_COVR(
char *pFullPath, OGRDataSource **pDS,
50 OGRFeature **pFeature, OGRLayer **pLayer,
53 bool GetChartNextM_COVR(OGRDataSource *pDS, OGRLayer *pLayer,
54 OGRFeature *pLastFeature, OGRFeature **pFeature,
57 wxString *GetCSVDir() {
return pcsv_locn; }