1 #ifndef OSMSCOUT_IMPORT_PREPROCESS_POLY_H 2 #define OSMSCOUT_IMPORT_PREPROCESS_POLY_H 40 class PreprocessPoly
CLASS_FINAL :
public Preprocessor
43 PreprocessorCallback& callback;
59 bool ClosePolygon(Progress& progress,
61 std::list<GeoCoord> &polygonNodes,
66 explicit PreprocessPoly(PreprocessorCallback& callback);
69 const ImportParameter& parameter,
71 const std::string& filename)
override;
uint16_t TagId
Definition: Tag.h:39
int64_t OSMId
Definition: OSMScoutTypes.h:34
#define CLASS_FINAL
Definition: Compiler.h:26
std::shared_ptr< TypeConfig > TypeConfigRef
Definition: TypeConfig.h:1227