| 
| file   | AbstractData.cpp [code] | 
|   | A base class for values that can be retrieved from the data access module. 
  | 
|   | 
| file   | AbstractData.h [code] | 
|   | A base class for objects that can be retrieved from the data access module. 
  | 
|   | 
| file   | Array.cpp [code] | 
|   | Class for dealing with arrays of abstract data. 
  | 
|   | 
| file   | Array.h [code] | 
|   | Class for dealing with arrays of abstract data. 
  | 
|   | 
| file   | ArrayProperty.cpp [code] | 
|   | The type for variable-length multidimensional arrays. 
  | 
|   | 
| file   | ArrayProperty.h [code] | 
|   | The type for variable-length multidimensional arrays. 
  | 
|   | 
| file   | BitProperty.cpp [code] | 
|   | Property for bit types. 
  | 
|   | 
| file   | BitProperty.h [code] | 
|   | Property for bit types. 
  | 
|   | 
| file   | BooleanConverters.cpp [code] | 
|   | A set of function that convert an Boolean type to other types. 
  | 
|   | 
| file   | BooleanConverters.h [code] | 
|   | A set of function that convert an Boolean type to other types. 
  | 
|   | 
| file   | ByteArray.cpp [code] | 
|   | A class for representing binary data. 
  | 
|   | 
| file   | ByteArray.h [code] | 
|   | A class for representing binary data. 
  | 
|   | 
| file   | ByteArrayProperty.cpp [code] | 
|   | Property for byte array types. 
  | 
|   | 
| file   | ByteArrayProperty.h [code] | 
|   | Property for byte array types. 
  | 
|   | 
| file   | CompositeData.cpp [code] | 
|   | A base class for composite data values. 
  | 
|   | 
| file   | CompositeData.h [code] | 
|   | A base class for composite data values. 
  | 
|   | 
| file   | CompositeProperty.cpp [code] | 
|   | A base class for a compound property type (non-atomic properties). 
  | 
|   | 
| file   | CompositeProperty.h [code] | 
|   | A base class for a compound properties (non-atomic properties). 
  | 
|   | 
| file   | Config.h [code] | 
|   | Configuration flags for the DataType module of TerraLib. 
  | 
|   | 
| file   | DataConverterManager.cpp [code] | 
|   | A singleton for managing the data type converter available in the system. 
  | 
|   | 
| file   | DataConverterManager.h [code] | 
|   | A singleton for managing the data type converter available in the system. 
  | 
|   | 
| file   | DataType.cpp [code] | 
|   | It stores information about a data type. 
  | 
|   | 
| file   | DataType.h [code] | 
|   | It stores information about a data type. 
  | 
|   | 
| file   | DataTypeConverter.h [code] | 
|   | Definition of data type converter. 
  | 
|   | 
| file   | DataTypeManager.cpp [code] | 
|   | A singleton for managing all data types in the system. 
  | 
|   | 
| file   | DataTypeManager.h [code] | 
|   | A singleton for managing all data types in the system. 
  | 
|   | 
| file   | Date.cpp [code] | 
|   | A base class for date data types. 
  | 
|   | 
| file   | Date.h [code] | 
|   | A base class for date data types. 
  | 
|   | 
| file   | DateDuration.cpp [code] | 
|   | A class to represent date duration. 
  | 
|   | 
| file   | DateDuration.h [code] | 
|   | A class to represent date duration. 
  | 
|   | 
| file   | DatePeriod.cpp [code] | 
|   | A class to represent date period. 
  | 
|   | 
| file   | DatePeriod.h [code] | 
|   | A class to represent date period. 
  | 
|   | 
| file   | DateTime.cpp [code] | 
|   | An abstract class for date and time types. 
  | 
|   | 
| file   | DateTime.h [code] | 
|   | An abstract class for date and time types. 
  | 
|   | 
| file   | DateTimeInstant.cpp [code] | 
|   | An abstract class to represent an instant of date and time. 
  | 
|   | 
| file   | DateTimeInstant.h [code] | 
|   | An abstract class to represent an instant of date and time. 
  | 
|   | 
| file   | DateTimePeriod.cpp [code] | 
|   | An abstract class to represent a period of date and time. 
  | 
|   | 
| file   | DateTimePeriod.h [code] | 
|   | An abstract class to represent a period of date and time. 
  | 
|   | 
| file   | DateTimeProperty.cpp [code] | 
|   | The type for date and time types: TIME_STAMP, TIME_STAMP_TZ, DATE, DATETIME, TIME or TIME_TZ. 
  | 
|   | 
| file   | DateTimeProperty.h [code] | 
|   | The type for date and time types. 
  | 
|   | 
| file   | DateTimeUtils.cpp [code] | 
|   | 
| file   | DateTimeUtils.h [code] | 
|   | Utilitary function for the date and time types of the data type module. 
  | 
|   | 
| file   | Enums.h [code] | 
|   | General enumerations for the data type module. 
  | 
|   | 
| file   | Exception.cpp [code] | 
|   | An exception class for the DataType module. 
  | 
|   | 
| file   | Exception.h [code] | 
|   | An exception class for the DataType module. 
  | 
|   | 
| file   | IntegerConverters.cpp [code] | 
|   | A set of function that convert an Integer type to other types. 
  | 
|   | 
| file   | IntegerConverters.h [code] | 
|   | A set of function that convert an Integer type to other types. 
  | 
|   | 
| file   | Module.cpp [code] | 
|   | This singleton defines the TerraLib Data Type module entry. 
  | 
|   | 
| file   | Module.h [code] | 
|   | This singleton defines the TerraLib Data Type module entry. 
  | 
|   | 
| file   | NumericProperty.cpp [code] | 
|   | The type for arbitrary precision numbers, like numeric(p, q). 
  | 
|   | 
| file   | NumericProperty.h [code] | 
|   | The type for arbitrary precision numbers, like numeric(p, q). 
  | 
|   | 
| file   | OrdinalInstant.cpp [code] | 
|   | A class to represent ordinal time instant. 
  | 
|   | 
| file   | OrdinalInstant.h [code] | 
|   | A class to represent ordinal time instant. 
  | 
|   | 
| file   | OrdinalPeriod.cpp [code] | 
|   | A class to represent ordinal time period. 
  | 
|   | 
| file   | OrdinalPeriod.h [code] | 
|   | A class to represent ordinal time period. 
  | 
|   | 
| file   | Property.cpp [code] | 
|   | It models a property definition. 
  | 
|   | 
| file   | Property.h [code] | 
|   | It models a property definition. 
  | 
|   | 
| file   | SimpleData.cpp [code] | 
|   | This file contains several implementations for atomic data types (integers, floats, strings and others). 
  | 
|   | 
| file   | SimpleData.h [code] | 
|   | This file contains several implementations for atomic data types (integers, floats, strings and others). 
  | 
|   | 
| file   | SimpleProperty.cpp [code] | 
|   | An atomic property like an integer or double. 
  | 
|   | 
| file   | SimpleProperty.h [code] | 
|   | An atomic property like an integer or double. 
  | 
|   | 
| file   | StringConverters.cpp [code] | 
|   | A set of function that convert an String type to other types. 
  | 
|   | 
| file   | StringConverters.h [code] | 
|   | A set of function that convert an String type to other types. 
  | 
|   | 
| file   | StringProperty.cpp [code] | 
|   | The type for string types: FIXED_STRING, VAR_STRING or STRING. 
  | 
|   | 
| file   | StringProperty.h [code] | 
|   | The type for string types: FIXED_STRING, VAR_STRING or STRING. 
  | 
|   | 
| file   | TimeDuration.cpp [code] | 
|   | A class to represent time duration. 
  | 
|   | 
| file   | TimeDuration.h [code] | 
|   | A class to represent time duration. 
  | 
|   | 
| file   | TimeInstant.cpp [code] | 
|   | A class to represent time instant. 
  | 
|   | 
| file   | TimeInstant.h [code] | 
|   | A class to represent time instant. 
  | 
|   | 
| file   | TimeInstantTZ.cpp [code] | 
|   | A class to represent time instant with time zone. 
  | 
|   | 
| file   | TimeInstantTZ.h [code] | 
|   | A class to represent time instant with time zone. 
  | 
|   | 
| file   | TimePeriod.cpp [code] | 
|   | A class to represent time period. 
  | 
|   | 
| file   | TimePeriod.h [code] | 
|   | A class to represent time period. 
  | 
|   | 
| file   | TimePeriodTZ.cpp [code] | 
|   | A class to represent time period with time zone. 
  | 
|   | 
| file   | TimePeriodTZ.h [code] | 
|   | A class to represent time period with time zone. 
  | 
|   | 
| file   | Utils.cpp [code] | 
|   | Utilitary function for data type module. 
  | 
|   | 
| file   | Utils.h [code] | 
|   | Utilitary function for data type module. 
  | 
|   |