| 
    Jpp test-rotations-new
    
   the software that should make you happy 
   | 
 
Data structure for UTM position. More...
#include <JUTMPosition.hh>
  
Public Member Functions | |
| JUTMPosition () | |
| Default constructor.   | |
| JUTMPosition (const JVector3D &pos) | |
| Constructor.   | |
| JUTMPosition (const double east, const double north, const double z) | |
| Constructor.   | |
| const JUTMPosition & | getUTMPosition () const | 
| Get UTM position.   | |
| void | setUTMPosition (const JUTMPosition &position) | 
| Set UTM position.   | |
| JPosition3D | getPosition () const | 
| Get position.   | |
| operator JPosition3D () const | |
| Type conversion operator.   | |
| double | getUTMEast () const | 
| Get UTM east.   | |
| double | getUTMNorth () const | 
| Get UTM north.   | |
| double | getUTMZ () const | 
| Get UTM Z.   | |
| double | getX () const | 
| Get x.   | |
| double | getY () const | 
| Get y.   | |
| double | getZ () const | 
| Get z.   | |
| JUTMPosition & | negate () | 
| Negate UTM position.   | |
| JUTMPosition & | add (const JUTMPosition &pos) | 
| Add UTM position.   | |
| JUTMPosition & | sub (const JUTMPosition &pos) | 
| Subtract UTM position.   | |
| JUTMPosition & | mul (const double factor) | 
| Scale UTM position.   | |
| JUTMPosition & | div (const double factor) | 
| Scale UTM position.   | |
| double | getDisplacement (const JUTMPosition &position) const | 
| Get displacement to position.   | |
| JFirst_t & | mul (const JSecond_t &object) | 
| Multiply with object.   | |
Protected Attributes | |
| double | east | 
| double | north | 
| double | z | 
Friends | |
| std::istream & | operator>> (std::istream &in, JUTMPosition &pos) | 
| Read UTM position from input.   | |
| std::ostream & | operator<< (std::ostream &out, const JUTMPosition &pos) | 
| Write UTM position to output.   | |
| JReader & | operator>> (JReader &in, JUTMPosition &pos) | 
| Read UTM position from input.   | |
| JWriter & | operator<< (JWriter &out, const JUTMPosition &pos) | 
| Write UTM position to output.   | |
Data structure for UTM position.
The z-coordinate corresponds to the depth where z = 0 is at sea level. 
Definition at line 36 of file JUTMPosition.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 43 of file JUTMPosition.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Type conversion operator.
Definition at line 117 of file JUTMPosition.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Add UTM position.
| pos | UTM position | 
Definition at line 210 of file JUTMPosition.hh.
      
  | 
  inline | 
Subtract UTM position.
| pos | UTM position | 
Definition at line 226 of file JUTMPosition.hh.
      
  | 
  inline | 
Scale UTM position.
| factor | multiplication factor | 
Definition at line 242 of file JUTMPosition.hh.
      
  | 
  inline | 
Scale UTM position.
| factor | division factor | 
Definition at line 258 of file JUTMPosition.hh.
      
  | 
  inline | 
Get displacement to position.
The displacement corresponds to the 2D distance in the (East,North) plane.
| position | position | 
Definition at line 276 of file JUTMPosition.hh.
      
  | 
  inlineinherited | 
      
  | 
  friend | 
Read UTM position from input.
| in | input stream | 
| pos | UTM position | 
Definition at line 292 of file JUTMPosition.hh.
      
  | 
  friend | 
Write UTM position to output.
| out | output stream | 
| pos | UTM position | 
Definition at line 305 of file JUTMPosition.hh.
      
  | 
  friend | 
Read UTM position from input.
| in | input stream | 
| pos | UTM position | 
Definition at line 324 of file JUTMPosition.hh.
      
  | 
  friend | 
Write UTM position to output.
| out | output stream | 
| pos | UTM position | 
Definition at line 337 of file JUTMPosition.hh.
      
  | 
  protected | 
Definition at line 344 of file JUTMPosition.hh.
      
  | 
  protected | 
Definition at line 345 of file JUTMPosition.hh.
      
  | 
  protected | 
Definition at line 346 of file JUTMPosition.hh.