|
Jpp
|
Data structure for UTM grid. More...
#include <JUTMGrid.hh>
Public Member Functions | |
| JUTMGrid () | |
| Default constructor. More... | |
| JUTMGrid (const std::string &key, const std::string &wgs, const std::string &zone) | |
| Constructor. More... | |
| const JUTMGrid & | getUTMGrid () const |
| Get UTM grid. More... | |
| void | setUTMGrid (const JUTMGrid &grid) |
| Set UTM grid. More... | |
| const std::string & | getKey () const |
| Get key. More... | |
| const std::string & | getWGS () const |
| Get WGS. More... | |
| const std::string & | getUTMZone () const |
| Get UTM zone. More... | |
| bool | equals (const JUTMGrid &grid) const |
| Check equality. More... | |
| std::string | toString () const |
| Convert UTM grid. More... | |
Static Public Member Functions | |
| static JUTMGrid | valueOf (const std::string &buffer) |
| Extract UTM grid. More... | |
Protected Attributes | |
| std::string | key |
| std::string | wgs |
| std::string | zone |
Friends | |
| std::istream & | operator>> (std::istream &in, JUTMGrid &grid) |
| Read UTM grid from input. More... | |
| std::ostream & | operator<< (std::ostream &out, const JUTMGrid &grid) |
| Write UTM grid to output. More... | |
| JReader & | operator>> (JReader &in, JUTMGrid &grid) |
| Read UTM grid from input. More... | |
| JWriter & | operator<< (JWriter &out, const JUTMGrid &grid) |
| Write UTM grid to output. More... | |
Data structure for UTM grid.
This data structure is composed of:
Definition at line 36 of file JUTMGrid.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Check equality.
| grid | UTM grid |
Definition at line 128 of file JUTMGrid.hh.
|
inline |
|
inlinestatic |
Extract UTM grid.
| buffer | WGS and UTM zone |
Definition at line 153 of file JUTMGrid.hh.
|
friend |
Read UTM grid from input.
| in | input stream |
| grid | UTM grid |
Definition at line 173 of file JUTMGrid.hh.
|
friend |
Write UTM grid to output.
| out | output stream |
| grid | UTM grid |
Definition at line 186 of file JUTMGrid.hh.
Read UTM grid from input.
| in | input stream |
| grid | UTM grid |
Definition at line 199 of file JUTMGrid.hh.
Write UTM grid to output.
| out | output stream |
| grid | UTM grid |
Definition at line 214 of file JUTMGrid.hh.
|
protected |
Definition at line 223 of file JUTMGrid.hh.
|
protected |
Definition at line 224 of file JUTMGrid.hh.
|
protected |
Definition at line 225 of file JUTMGrid.hh.
1.8.5