21 #ifndef PCPolyContainer_h
22 #define PCPolyContainer_h
59 const std::vector<std::string>& removeByNames);
81 bool insert(
const std::string&
id,
Polygon* poly,
int layer,
82 bool ignorePrunning =
false);
101 bool ignorePrunning =
false);
108 return (
unsigned int) myPolyCont.size();
116 return (
unsigned int) myPOICont.size();
135 bool containsPolygon(
const std::string& kidey);
142 void save(
const std::string& file);
153 int getEnumIDFor(
const std::string& key);
163 typedef std::map<std::string, PointOfInterest*>
POICont;