26#ifndef __TERRALIB_ST_INTERNAL_UTILS_H
27#define __TERRALIB_ST_INTERNAL_UTILS_H
41#include <boost/shared_ptr.hpp>
67 return t1->operator<(*t2);
An abstract class for date and time types.
A class that models the description of a dataset.
A base class for values that can be retrieved from the data access module.
It models a property definition.
A class that contains infos about a DataSet that contains observations.
A class that contains complemental DataSetType information about a DataSet that holds observations.
General enumerations for the data type module.
Namespace for the DataAccess API of TerraLib.
Namespace for the Data Type module of TerraLib.
boost::shared_ptr< DateTime > DateTimeShrPtr
Namespace for the TerraLib ST module.
TESTEXPORT ObservationDataSetType GetType(const ObservationDataSetInfo &info)
An auxiliary function that transform ObservationDataSetInfo into ObservationDataSetType.
An auxiliary struct to compare two datetime shared pointers.
bool operator()(const te::dt::DateTimeShrPtr &t1, const te::dt::DateTimeShrPtr &t2) const
Teste git! Configuration flags for the st (spatiotemporal) module of TerraLib.
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module.