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 std::string & | getKey () const |
Get key. More... | |
const std::string & | getWGS () const |
Get WGS. More... | |
const std::string & | getUTMZone () const |
Get UTM zone. 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 34 of file JUTMGrid.hh.
|
inline |
Default constructor.
Definition at line 39 of file JUTMGrid.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Extract UTM grid.
buffer | WGS and UTM zone |
Definition at line 113 of file JUTMGrid.hh.
|
friend |
Read UTM grid from input.
in | input stream |
grid | UTM grid |
Definition at line 133 of file JUTMGrid.hh.
|
friend |
Write UTM grid to output.
out | output stream |
grid | UTM grid |
Definition at line 146 of file JUTMGrid.hh.
|
protected |
Definition at line 183 of file JUTMGrid.hh.
|
protected |
Definition at line 184 of file JUTMGrid.hh.
|
protected |
Definition at line 185 of file JUTMGrid.hh.