13 namespace datastructure {
29 setShapeType(
"polygon");
33 setShapeType(
"polygon");
55 this->setPolyline(pts);
56 setShapeType(
"polygon");
This class defines a polygon and is part of the symbol collection. A polygon has a set of vertices...
Definition: Polygon.h:24
virtual string getName() const
Definition: Polygon.h:50
This class defines a polyline and is part of the symbol collection. A polyline has a set of vertices ...
Definition: Polyline.h:24
these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color a...
Definition: alltypes.h:4
void setPolygon(vector< float > pts)
Definition: Polygon.h:54
Polygon()
Definition: Polygon.h:28
virtual string getDataStructType()
Definition: Polygon.h:41
Polygon(vector< float > pts)
Definition: Polygon.h:32