![]() |
Maria GDK 5.0.0.906
Documentation of native code in develop branch
|
#include <MFanAreaGeometry.h>
Public Member Functions | |
| FanAreaGeometry (const STK::Vector3d &vertexPoint, const double minRange, const double maxRange, const double orientationAngle, const double sectorSizeAngle) | |
| void | setVertexPoint (const STK::Vector3d &vertexPoint) |
| const STK::Vector3d & | 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) |
| virtual BasicGeoTypes::GeoRect | getBounds () override |
| virtual BasicGeoTypes::GeoRect | getBounds ()=0 |
FanAreaGeometry - This geometry 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.
|
inlineoverridevirtual |
Implements Maria::Geometry.