|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/db/OptimizeAreasLowZoom.h>
Public Member Functions | |
| OptimizeAreasLowZoom () | |
| virtual | ~OptimizeAreasLowZoom () |
| 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 &areaTypes, TypeInfoSet &availableAreaTypes) const |
| bool | GetAreas (const GeoBox &boundingBox, const Magnification &magnification, const TypeInfoSet &areaTypes, std::vector< AreaRef > &areas, TypeInfoSet &loadedAreaTypes) const |
Static Public Attributes | |
| static const char *const | FILE_AREASOPT_DAT |
| osmscout::OptimizeAreasLowZoom::OptimizeAreasLowZoom | ( | ) |
|
virtual |
| bool osmscout::OptimizeAreasLowZoom::Close | ( | ) |
| bool osmscout::OptimizeAreasLowZoom::GetAreas | ( | const GeoBox & | boundingBox, |
| const Magnification & | magnification, | ||
| const TypeInfoSet & | areaTypes, | ||
| std::vector< AreaRef > & | areas, | ||
| TypeInfoSet & | loadedAreaTypes ) const |
| void osmscout::OptimizeAreasLowZoom::GetTypes | ( | const Magnification & | magnification, |
| const TypeInfoSet & | areaTypes, | ||
| TypeInfoSet & | availableAreaTypes ) const |
| bool osmscout::OptimizeAreasLowZoom::HasOptimizations | ( | double | magnification | ) | const |
| bool osmscout::OptimizeAreasLowZoom::Open | ( | const TypeConfigRef & | typeConfig, |
| const std::string & | path, | ||
| bool | memoryMappedData ) |
|
static |