Namespace for the TerraLib ST memory module. More...
Classes | |
| class | DataSet |
| Implementation of a in-memory data set that contains spatiotemporal observations indexed by time and space. More... | |
| class | DataSource |
| Implements a DataSource that contains In-Memory DataSets indexed by space and time. More... | |
| class | Globals |
| An static class with global definitions for the TerraLib ST module. More... | |
| class | Module |
| This singleton defines the TerraLib st memory module entry. More... | |
| class | Transactor |
| An implementation of DataSourceTransactor class for the ST in-memory driver. More... | |
Typedefs | |
| typedef boost::shared_ptr< te::mem::DataSetItem > | DateSetItemShrPtr |
| typedef std::pair< te::dt::DateTime *, DateSetItemShrPtr > | TimeAndDateSetItemPair |
| typedef std::multimap< te::dt::DateTime *, DateSetItemShrPtr, te::dt::CompareDateTime > | TimeToDataSetItemMap |
Functions | |
| te::da::DataSource * | Build (const te::core::URI &uri) |
Namespace for the TerraLib ST memory module.
| typedef boost::shared_ptr<te::mem::DataSetItem> te::stmem::DateSetItemShrPtr |
| typedef std::pair<te::dt::DateTime*, DateSetItemShrPtr> te::stmem::TimeAndDateSetItemPair |
| typedef std::multimap<te::dt::DateTime*, DateSetItemShrPtr, te::dt::CompareDateTime> te::stmem::TimeToDataSetItemMap |
| te::da::DataSource * te::stmem::Build | ( | const te::core::URI & | uri | ) |