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