#include <map>
#include <set>
#include <string>
#include <QString>
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
te::gm | |
Namespace for the Vector Geometry module of TerraLib. | |
te::map | |
Namespace for the Map Tools module of TerraLib. | |
Functions | |
void | GetStashedGeometries (const te::map::AbstractLayer *layer, std::map< std::string, te::gm::Geometry * > &geoms, std::map< std::string, int > &ops) |
std::set< std::string > | GetStashedLayers () |
bool | RemoveDir (const QString &dirName) |
void | RemoveStash (const te::map::AbstractLayer *layer) |
void | StashGeometries (const te::map::AbstractLayer *layer, const std::map< std::string, te::gm::Geometry * > &geoms, const std::map< std::string, int > &ops) |
void GetStashedGeometries | ( | const te::map::AbstractLayer * | layer, |
std::map< std::string, te::gm::Geometry * > & | geoms, | ||
std::map< std::string, int > & | ops | ||
) |
std::set<std::string> GetStashedLayers | ( | ) |
bool RemoveDir | ( | const QString & | dirName | ) |
void RemoveStash | ( | const te::map::AbstractLayer * | layer | ) |
void StashGeometries | ( | const te::map::AbstractLayer * | layer, |
const std::map< std::string, te::gm::Geometry * > & | geoms, | ||
const std::map< std::string, int > & | ops | ||
) |