|  | 
| virtual void | setPosition (const BasicGeoTypes::GeoPos &pos) override | 
|  | Set origin of the draw object at the given position. 
 | 
|  | 
| virtual BasicGeoTypes::GeoPos | getPosition () const override | 
|  | Get the origin of the draw object in geographical coordinates. 
 | 
|  | 
| void | setVertexPoint (const BasicGeoTypes::GeoPos &vertexPoint) | 
|  | 
| BasicGeoTypes::GeoPos | getVertexPoint () const | 
|  | 
| double | getMinRange () const | 
|  | 
| double | getMaxRange () const | 
|  | 
| double | getOrientationAngle () const | 
|  | 
| double | getSectorSizeAngle () const | 
|  | 
| void | setMinRange (double minRange) | 
|  | 
| void | setMaxRange (double maxRange) | 
|  | 
| void | setOrientationAngle (double angle) | 
|  | 
| void | setSectorSizeAngle (double angle) | 
|  | 
|  | DrawObject (const std::shared_ptr< Maria::DrawObjectData > &data) | 
|  | 
| Maria::ItemId | getId () const | 
|  | 
| const std::string | getDataTypeId () const | 
|  | 
| const std::shared_ptr< Maria::DrawObjectData > | getData () const | 
|  | 
| virtual void | setPosition (const BasicGeoTypes::GeoPos &pos)=0 | 
|  | Set origin of the draw object at the given position. 
 | 
|  | 
| virtual BasicGeoTypes::GeoPos | getPosition () const =0 | 
|  | Get the origin of the draw object in geographical coordinates. 
 | 
|  | 
| void | setLineColor (const STK::Color4i color) | 
|  | 
| const STK::Color4i | getLineColor () const | 
|  | 
| void | setLineDashStyle (Maria::DashStyle dashStyle) | 
|  | 
| Maria::DashStyle | getLineDashStyle () const | 
|  | 
| void | setLineWidth (int w) | 
|  | 
| int | getLineWidth () const | 
|  | 
| void | setFillColor (const STK::Color4i color) | 
|  | 
| const STK::Color4i | getFillColor () const | 
|  | 
| void | setFill (bool fill) | 
|  | 
| bool | getFill () const | 
|  | 
| void | setFillStyle (Maria::FillStyle fillStyle) | 
|  | 
| Maria::FillStyle | getFillStyle () const | 
|  | 
| void | setText (const std::string &text) | 
|  | Set text for draw object. 
 | 
|  | 
| std::string | getText () const | 
|  | Get text for draw object. 
 | 
|  | 
| void | setFieldValue (const std::string &key, const std::string &value) | 
|  | 
| std::string | getFieldValue (const std::string &key) const | 
|  | 
FanArea - This draw object describes a circle sector with an optional inner and outer ranges. The sector rotates about the vertex point. It starts at "OrientationAngle" heading clockwise relative to North.