15#include "usmtf_export.h"
53 Polygon(
const std::string& aSTF,
const std::vector<Field>& aFields)
noexcept;
55 const std::vector<LatLon>&
GetPoints() const noexcept;
58 bool AreAllPointsValid();
B.POSITION OR ROUTE POINT, LAT / LONG, SECONDS.
Definition LatLon.hpp:78
Polygon(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition Polygon.cpp:20
const std::vector< LatLon > & GetPoints() const noexcept
Definition Polygon.cpp:37
Polygon(const Polygon &)=delete
Set(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition Set.cpp:22
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185