#include <EllipsoidTransformNode.h>
Inheritance diagram for ot::EllipsoidTransformNode:


Public Types | |
| enum | Mode { toEllipsoid = 0, toCartesian } |
| mode flag to denote which direction the conversion will be More... | |
Public Attributes | |
| double | a |
| the first semi diameter in meters | |
| double | b |
| the second semi diameter in meters | |
| enum ot::EllipsoidTransformNode::Mode | mode |
| mode flag to denote which direction the conversion will be | |
Protected Member Functions | |
| EllipsoidTransformNode (double a_, double b_, Mode mode_) | |
| virtual Event * | transformEvent (Event *event) |
Friends | |
| class | CommonNodeFactory |
|
|
mode flag to denote which direction the conversion will be
|
|
||||||||||||||||
|
|
|
|
transforms a event either to or from an ellipsoid coordinate system to a cartesian one.
Implements ot::Transformation. |
|
|
|
|
|
the first semi diameter in meters
|
|
|
the second semi diameter in meters
|
|
|
mode flag to denote which direction the conversion will be
|
1.4.6