36 const std::string& featureType,
37 unsigned int terrainType,
38 bool isGeocentric =
false);
63 virtual bool isValidBoundingPolygon(
const std::deque<DtPoint>& points)
const;
66 virtual unsigned int terrainType()
const {
return myTerrainType; }
67 virtual std::string
featureType()
const {
return myFeatureType; }
86 const std::string& featureType,
87 unsigned int terrainType,
88 bool isGeocentric =
false);