#include <coordinates-definitions.h>
|
| constexpr | UtmWgs84 (int utmZone=COORD_NOT_SET_VALUE, double east=COORD_NOT_SET_VALUE, double north=COORD_NOT_SET_VALUE) |
| |
| constexpr int | getZone () const |
| |
| constexpr double | getEasting () const |
| |
| constexpr double | getNorthing () const |
| |
| constexpr bool | isValid () const |
| |
◆ UtmWgs84()
| constexpr woss::UtmWgs84::UtmWgs84 |
( |
int |
utmZone = COORD_NOT_SET_VALUE, |
|
|
double |
east = COORD_NOT_SET_VALUE, |
|
|
double |
north = COORD_NOT_SET_VALUE |
|
) |
| |
|
inlineconstexpr |
UtmWgs84 constructor.
- Parameters
-
| utmZone | zone number |
| east | Easting value |
| north | Northing value |
◆ getEasting()
| constexpr double woss::UtmWgs84::getEasting |
( |
| ) |
const |
|
inlineconstexpr |
◆ getNorthing()
| constexpr double woss::UtmWgs84::getNorthing |
( |
| ) |
const |
|
inlineconstexpr |
◆ getUtmWgs84FromCoord()
| constexpr UtmWgs84 woss::UtmWgs84::getUtmWgs84FromCoord |
( |
const Coord & |
coords | ) |
|
|
inlinestaticconstexpr |
◆ getZone()
| constexpr int woss::UtmWgs84::getZone |
( |
| ) |
const |
|
inlineconstexpr |
◆ isValid()
| constexpr bool woss::UtmWgs84::isValid |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const UtmWgs84 & |
instance |
|
) |
| |
|
friend |
<< operator
- Parameters
-
| os | left operand ostream reference |
| instance | right operand const CoordZ reference |
- Returns
- os reference after the operation
◆ easting
| double woss::UtmWgs84::easting |
|
protected |
◆ northing
| double woss::UtmWgs84::northing |
|
protected |
◆ zone
The documentation for this class was generated from the following file: