|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/db/OptimizeWaysLowZoom.h>
Public Member Functions | |
| OptimizeWaysLowZoom () | |
| virtual | ~OptimizeWaysLowZoom () |
| bool | Open (const TypeConfigRef &typeConfig, const std::string &path, bool memoryMappedData) |
| bool | Close () |
| bool | HasOptimizations (double magnification) const |
| void | GetTypes (const Magnification &magnification, const TypeInfoSet &wayTypes, TypeInfoSet &availableWayTypes) const |
| bool | GetWays (const GeoBox &boundingBox, const Magnification &magnification, const TypeInfoSet &wayTypes, std::vector< WayRef > &ways, TypeInfoSet &loadedWayTypes) const |
Static Public Attributes | |
| static const char *const | FILE_WAYSOPT_DAT |
| osmscout::OptimizeWaysLowZoom::OptimizeWaysLowZoom | ( | ) |
|
virtual |
| bool osmscout::OptimizeWaysLowZoom::Close | ( | ) |
| void osmscout::OptimizeWaysLowZoom::GetTypes | ( | const Magnification & | magnification, |
| const TypeInfoSet & | wayTypes, | ||
| TypeInfoSet & | availableWayTypes ) const |
| bool osmscout::OptimizeWaysLowZoom::GetWays | ( | const GeoBox & | boundingBox, |
| const Magnification & | magnification, | ||
| const TypeInfoSet & | wayTypes, | ||
| std::vector< WayRef > & | ways, | ||
| TypeInfoSet & | loadedWayTypes ) const |
| bool osmscout::OptimizeWaysLowZoom::HasOptimizations | ( | double | magnification | ) | const |
| bool osmscout::OptimizeWaysLowZoom::Open | ( | const TypeConfigRef & | typeConfig, |
| const std::string & | path, | ||
| bool | memoryMappedData ) |
|
static |