| 
    Jpp
    15.0.0-rc.2
    
   the software that should make you happy 
   | 
 
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... | |
| int | getUTMValue () const | 
| Get UTM zone by numerical value.  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 37 of file JUTMGrid.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Check equality.
| grid | UTM grid | 
Definition at line 151 of file JUTMGrid.hh.
      
  | 
  inline | 
      
  | 
  inlinestatic | 
Extract UTM grid.
| buffer | WGS and UTM zone | 
Definition at line 176 of file JUTMGrid.hh.
      
  | 
  friend | 
Read UTM grid from input.
| in | input stream | 
| grid | UTM grid | 
Definition at line 196 of file JUTMGrid.hh.
      
  | 
  friend | 
Write UTM grid to output.
| out | output stream | 
| grid | UTM grid | 
Definition at line 209 of file JUTMGrid.hh.
Read UTM grid from input.
| in | input stream | 
| grid | UTM grid | 
Definition at line 222 of file JUTMGrid.hh.
Write UTM grid to output.
| out | output stream | 
| grid | UTM grid | 
Definition at line 237 of file JUTMGrid.hh.
      
  | 
  protected | 
Definition at line 246 of file JUTMGrid.hh.
      
  | 
  protected | 
Definition at line 247 of file JUTMGrid.hh.
      
  | 
  protected | 
Definition at line 248 of file JUTMGrid.hh.
 1.8.5