33#include <NDEVR/String.h>
34#include <NDEVR/Bounds.h>
35#include <NDEVR/UUID.h>
36#include <NDEVR/Unit.h>
37#include <NDEVR/Pointer.h>
A specification of upper and lower bounds in N-dimensions.
Definition Bounds.hpp:52
Provides a constant, unmodifiable pointer that has shared ownership of a dynamically allocated object...
Definition GraphicsPipeline.h:42
The core String class for the NDEVR API.
Definition String.h:69
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
Definition UUID.h:60
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...
Definition BaseValues.hpp:233
Basic data about a particular coordinate projection. See https://ndevr.org/coordinate-projection/.
Definition CoordinateProjection.h:44
UUID id
Definition CoordinateProjection.h:46
String GEOGCS
Definition CoordinateProjection.h:51
String authority
Definition CoordinateProjection.h:49
String last_revised
Definition CoordinateProjection.h:54
TranslatedString name
Definition CoordinateProjection.h:45
TranslatedString area
Definition CoordinateProjection.h:52
ConstPointer< Unit > unit
Definition CoordinateProjection.h:47
String proj4_string
Definition CoordinateProjection.h:55
TranslatedString scope
Definition CoordinateProjection.h:53
String projection
Definition CoordinateProjection.h:48
Bounds< 2, fltp08 > projected_bounds
Definition CoordinateProjection.h:58
Bounds< 2, fltp08 > WGS84_bounds
Definition CoordinateProjection.h:57
uint04 authority_number
Definition CoordinateProjection.h:50
String wkt_string
Definition CoordinateProjection.h:56