13 namespace datastructure {
54 this->setPolyline(pts);
This class defines a polygon and is part of the symbol collection. A polygon has a set of vertices,...
Definition: Polygon.h:24
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:53
Polygon()
default constructor
Definition: Polygon.h:30
virtual string getShapeType() const override
This method gets the type of the shape.
Definition: Polygon.h:45
Polygon(vector< float > pts)
constructor, given a set of points
Definition: Polygon.h:37