|
GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <GeoTessDataType.h>
Public Member Functions | |
| virtual | ~GeoTessDataType () |
| template<> | |
| const GeoTessDataType & | getDataType (double typ) |
| template<> | |
| const GeoTessDataType & | getDataType (float typ) |
| template<> | |
| const GeoTessDataType & | getDataType (LONG_INT typ) |
| template<> | |
| const GeoTessDataType & | getDataType (int typ) |
| template<> | |
| const GeoTessDataType & | getDataType (short typ) |
| template<> | |
| const GeoTessDataType & | getDataType (byte typ) |
Public Member Functions inherited from geotess::GeoTessEnumType | |
| virtual | ~GeoTessEnumType () |
| string | name () const |
| int | ordinal () const |
| string | toString () const |
Static Public Member Functions | |
| template<typename T > | |
| static const GeoTessDataType & | getDataType (T typ) |
| static int | size () |
| static const GeoTessDataType * | valueOf (const string &s) |
| static GeoTessDataType const *const *const | values () |
Static Public Attributes | |
| static const GeoTessDataType * | aArray [] |
| static const GeoTessDataType | BYTE |
| static const GeoTessDataType | DOUBLE |
| static const GeoTessDataType | FLOAT |
| static const GeoTessDataType | INT |
| static const GeoTessDataType | LONG |
| static const GeoTessDataType | NONE |
| static const GeoTessDataType | SHORT |
Additional Inherited Members | |
Protected Member Functions inherited from geotess::GeoTessEnumType | |
| GeoTessEnumType () | |
| GeoTessEnumType (const GeoTessEnumType &et) | |
| GeoTessEnumType (const string &name, int ordinal) | |
| GeoTessEnumType & | operator= (const GeoTessEnumType &et) |
Static Protected Member Functions inherited from geotess::GeoTessEnumType | |
| static const GeoTessEnumType * | valueOf (const string &s, GeoTessEnumType const *const *const array, int n) |
Protected Attributes inherited from geotess::GeoTessEnumType | |
| const string | aName |
| const int | aOrdinal |
Enumeration of supported DataType which includes DOUBLE, FLOAT, LONG, INT, SHORT and BYTE.
|
inlinevirtual |
Standard Destructor.
|
inlinestatic |
|
inline |
Template specialization for getDataType()
|
inline |
Template specialization for getDataType()
|
inline |
Template specialization for getDataType()
|
inline |
Template specialization for getDataType()
|
inline |
Template specialization for getDataType()
|
inline |
Template specialization for getDataType()
|
inlinestatic |
Returns the total number of enums of this type.
|
inlinestatic |
Assignment Operator.
Returns a pointer to the enum whose string matches the input string. If no match is found null is returned.
| s | The input string for which a match in array is returned (or null). |
|
inlinestatic |
Returns the array of all enums for this type.
|
static |
The array containing all enums declared above.
|
static |
|
static |
The actual enums for this type.
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.1.1