13 namespace datastructure {
31 setShapeType(
"polygon");
39 setShapeType(
"polygon");
65 this->setPolyline(pts);
66 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
This method gets the name of the shape.
Definition: Polygon.h:56
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)
constructs a polygon, given a set of points
Definition: Polygon.h:64
Polygon()
default constructor
Definition: Polygon.h:30
virtual string getDataStructType()
This method gets the name of the data type.
Definition: Polygon.h:47
Polygon(vector< float > pts)
constructor, given a set of points
Definition: Polygon.h:38