#include <NDEVR/String.h>
#include "DLLInfo.h"
#include <NDEVR/Unit.h>
Go to the source code of this file.
|
struct | AngleUnit |
| Contains logic for converting angles into user defined units including up-direction and clockwise-logic. More...
|
|
struct | DDMMSSAngleUnit |
| Degrees, Minutes, Seconds stored in a compact way where degrees and minutes are seperated by a decimal and minutes and secons are always 2 decimals. More...
|
|
struct | LocationElevationUnit |
| An Unit that has both a location and elevation (Think Lat/Lon which has meters for elevation) More...
|
|
struct | MatrixUnit |
| A unit that has a complex rotational offset. Think northing-easting vs easting-southing. More...
|
|
struct | ReferenceUnit |
|
struct | ScaledOffsetUnit |
| A unit that has both a scale and an offset (think degrees celcius vs fahrenheit) More...
|
|
struct | ScaledUnit |
| A unit that describes a simple scale (think meters vs feet) More...
|
|
struct | ThreePartAngleUnit |
| An angle unit that contains two-parts (Degrees, Minutes, Seconds) More...
|
|
struct | TwoPartAngleUnit |
| An angle unit that contains two-parts (Degrees, Minutes) More...
|
|
struct | TwoPartUnit |
| A unit that has two parts (Think feet, inches) More...
|
|