|
WSF
|
A point in a coverage grid. More...
#include <WsfCoverageGridPoint.hpp>
Public Member Functions | |
| Point (PointId aPointId, double aLatitudeDeg, double aLongitudeDeg, double aAltitude) | |
| Point (const Point &aOther)=default | |
| Point (Point &&aOther)=default | |
| ~Point ()=default | |
| Point & | operator= (const Point &aOther)=default |
| Point & | operator= (Point &&aOther)=default |
| PointId | GetID () const |
| Return the ID of the Point. | |
| double | GetLatitude () const |
| Return the latitude in degrees of the point. | |
| double | GetLongitude () const |
| Return the longitude in degrees of the point. | |
| double | GetAltitude () const |
| Return the altitude in meters of the point. | |
| const UtLLAPos & | GetLLA () const |
| Return the point's LLA position. | |
| void | SetLLA (double aLatitudeDeg, double aLongitudeDeg, double aAltitude) |
| void | SetLLA (const UtLLAPos &aLocationLLA) |
A point in a coverage grid.
| wsf::coverage::Point::Point | ( | PointId | aPointId, |
| double | aLatitudeDeg, | ||
| double | aLongitudeDeg, | ||
| double | aAltitude ) |
Referenced by operator=(), operator=(), Point(), and Point().
|
default |
References Point().
|
default |
References Point().
|
default |
|
inline |
Return the altitude in meters of the point.
Referenced by wsf::coverage::CompositeGrid::InitializeP(), wsf::coverage::CompositeGrid::InvokeOnComponent(), wsf::coverage::ZoneBasedGrid::PreparePlatforms(), and wsf::coverage::Grid::WriteGridDataFile().
|
inline |
Return the ID of the Point.
Referenced by wsf::coverage::Grid::CategorizeAssets(), wsf::coverage::CompositeGrid::InitializeP(), wsf::coverage::CompositeGrid::InvokeOnComponent(), wsf::coverage::MeasureGridStats::MeasureGridStats(), wsf::coverage::MeasureLatLonStats::MeasureLatLonStats(), and wsf::coverage::Grid::WriteGridDataFile().
|
inline |
Return the latitude in degrees of the point.
Referenced by wsf::coverage::CompositeGrid::InitializeP(), wsf::coverage::CompositeGrid::InvokeOnComponent(), wsf::coverage::ZoneBasedGrid::PreparePlatforms(), and wsf::coverage::Grid::WriteGridDataFile().
|
inline |
Return the point's LLA position.
|
inline |
Return the longitude in degrees of the point.
Referenced by wsf::coverage::CompositeGrid::InitializeP(), wsf::coverage::CompositeGrid::InvokeOnComponent(), wsf::coverage::ZoneBasedGrid::PreparePlatforms(), and wsf::coverage::Grid::WriteGridDataFile().
| void wsf::coverage::Point::SetLLA | ( | const UtLLAPos & | aLocationLLA | ) |
Set the point's LLA position.
| aLocationLLA | - The LLA position of the point. |
| void wsf::coverage::Point::SetLLA | ( | double | aLatitudeDeg, |
| double | aLongitudeDeg, | ||
| double | aAltitude ) |
Set the point's LLA position.
| aLatitudeDeg | - The latitude of the point in degrees. |
| aLongitudeDeg | - The longitude of the point in degrees. |
| aAltitude | - Tha altitude of the point in meters. |