#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()
| woss::UtmWgs84::UtmWgs84 |
( |
int | utmZone = COORD_NOT_SET_VALUE, |
|
|
double | east = COORD_NOT_SET_VALUE, |
|
|
double | north = COORD_NOT_SET_VALUE ) |
|
inlineconstexpr |
◆ getEasting()
| double woss::UtmWgs84::getEasting |
( |
| ) |
const |
|
inlineconstexpr |
◆ getNorthing()
| double woss::UtmWgs84::getNorthing |
( |
| ) |
const |
|
inlineconstexpr |
◆ getUtmWgs84FromCoord()
| UtmWgs84 woss::UtmWgs84::getUtmWgs84FromCoord |
( |
const Coord & | coords | ) |
|
|
inlinestaticconstexpr |
◆ getZone()
| int woss::UtmWgs84::getZone |
( |
| ) |
const |
|
inlineconstexpr |
◆ isValid()
| 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
References easting, northing, UtmWgs84(), and zone.
◆ easting
| double woss::UtmWgs84::easting |
|
protected |
◆ northing
| double woss::UtmWgs84::northing |
|
protected |
◆ zone
The documentation for this class was generated from the following file: