#include <map>#include <set>#include <string>Go to the source code of this file.
| Namespaces | |
| te | |
| URI C++ Library. | |
| 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 () | 
| 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 | ( | ) | 
| 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 | ||
| ) |