22 #ifndef PCPolyContainer_h
23 #define PCPolyContainer_h
60 const std::vector<std::string>& removeByNames);
82 bool insert(
const std::string&
id,
Polygon* poly,
int layer,
83 bool ignorePruning =
false);
102 bool ignorePruning =
false);
109 return (
unsigned int) myPolyCont.size();
117 return (
unsigned int) myPOICont.size();
136 bool containsPolygon(
const std::string& kidey);
143 void save(
const std::string& file);
154 int getEnumIDFor(
const std::string& key);
164 typedef std::map<std::string, PointOfInterest*>
POICont;