|
| | UtmWgs84 (int utmZone=COORD_NOT_SET_VALUE, double east=COORD_NOT_SET_VALUE, double north=COORD_NOT_SET_VALUE) |
| |
|
int | getZone () const |
| |
|
double | getEasting () const |
| |
|
double | getNorthing () const |
| |
|
bool | isValid () const |
| |
| friend::std::ostream & | operator<< (::std::ostream &os, const UtmWgs84 &instance) |
| |
◆ UtmWgs84()
| UtmWgs84::UtmWgs84 |
( |
int |
utmZone = COORD_NOT_SET_VALUE, |
|
|
double |
east = COORD_NOT_SET_VALUE, |
|
|
double |
north = COORD_NOT_SET_VALUE |
|
) |
| |
UtmWgs84 constructor.
- Parameters
-
| utmZone | zone number |
| east | Easting value |
| north | Northing value |
◆ getUtmWgs84FromCoord()
| const UtmWgs84 UtmWgs84::getUtmWgs84FromCoord |
( |
const Coord & |
coords | ) |
|
|
static |
◆ operator<<()
| friend::std::ostream & woss::UtmWgs84::operator<< |
( |
::std::ostream & |
os, |
|
|
const UtmWgs84 & |
instance |
|
) |
| |
<< 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 |
The documentation for this class was generated from the following files: