26 #ifndef __TERRALIB_INTERNAL_DATATYPE_H 27 #define __TERRALIB_INTERNAL_DATATYPE_H 38 #include "datatype/DataType.h" 89 #endif // __TERRALIB_INTERNAL_DATATYPE_H A base class for a compound properties (non-atomic properties).
An abstract class for date and time types.
A base class for objects that can be retrieved from the data access module.
Utilitary function for data type module.
A base class for composite data values.
A class for representing binary data.
A singleton for managing the data type converter available in the system.
It models a property definition.
General enumerations for the data type module.
Utilitary function for the date and time types of the data type module.
A class to represent time duration.
A class to represent date period.
The type for arbitrary precision numbers, like numeric(p, q).
A class to represent ordinal time period.
A class to represent ordinal time instant.
A class to represent time period.
static te::dt::TimeDuration dt(20, 30, 50, 11)
A class to represent time instant.
The type for string types: FIXED_STRING, VAR_STRING or STRING.
A class to represent time instant with time zone.
The type for variable-length multidimensional arrays.
A class to represent time period with time zone.
The type for date and time types.
An atomic property like an integer or double.
A singleton for managing all data types in the system.
Configuration flags for the DataType module of TerraLib.
This file contains several implementations for atomic data types (integers, floats, strings and others).
An abstract class to represent a period of date and time.
A class to represent date duration.
An abstract class to represent an instant of date and time.
A base class for date data types.