1 #ifndef OSMSCOUT_IMPORT_SHAPEFILESCANNER_H 2 #define OSMSCOUT_IMPORT_SHAPEFILESCANNER_H 45 virtual void OnFileBoundingBox(
const GeoBox& boundingBox);
46 virtual void OnProgress(
double current,
double total);
47 virtual void OnPolyline(int32_t recordNumber,
48 const GeoBox& boundingBox,
49 const std::vector<GeoCoord>& coords);
64 std::vector<GeoCoord> buffer;
68 int32_t ReadIntegerBE();
69 int32_t ReadIntegerLE();
70 double ReadDoubleLE();
73 explicit ShapeFileScanner(
const std::string& filename);
#define OSMSCOUT_IMPORT_API
Definition: ImportImportExport.h:45
Definition: ShapeFileScanner.h:41