26 #ifndef __TERRALIB_ST_INTERNAL_OBSERVATIONDATASETLAYER_H    27 #define __TERRALIB_ST_INTERNAL_OBSERVATIONDATASETLAYER_H    30 #include "../Config.h"    39     class ObservationDataSet;
    91         std::auto_ptr<LayerSchema> getSchema() 
const;
   103         std::auto_ptr<te::da::DataSet> getData(
const std::string& propertyName,
   109         std::auto_ptr<te::da::DataSet> getData(
const std::string& propertyName,
   125         std::auto_ptr<te::st::ObservationDataSet> getObservationDataset(
const te::gm::Envelope& e,
   129         std::auto_ptr<te::st::ObservationDataSet> getObservationDataset(
const te::gm::Geometry& g,
   158         bool isValid() 
const;
   167         const std::string& getType() 
const;
   174         const std::string& getDataSourceId() 
const;
   181         const std::string& getRendererType() 
const;
   188         void setRendererType(
const std::string& t);
   192         std::auto_ptr<ObservationDataSetInfo>  
m_info;          
   202 #endif  // __TERRALIB_ST_INTERNAL_OBSERVATIONDATASETLAYER_H #define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A layer with reference to a dataset that contains observations. 
 
std::auto_ptr< ObservationDataSetInfo > m_info
Infos about the data source and its data set that contains observations. 
 
A class that contains infos about a DataSet that contains observations. 
 
boost::intrusive_ptr< ObservationDataSetLayer > ObservationDataSetLayerPtr
 
A class that models the description of a dataset. 
 
This file has the AbstractSTDataSetLayer class that provides an abstract interface for layers that co...
 
TemporalRelation
Temporal relations between date and time (Source: Allen, 1991). 
 
SpatialRelation
Spatial relations between geometric objects. 
 
This is an abstract class that models a query expression. 
 
static const std::string sm_type
A static data member used in the implementation of getType method. 
 
AccessPolicy
Supported data access policies (can be used as bitfield). 
 
TraverseType
A dataset can be traversed in two ways: 
 
A layer with reference to a dataset that contains spatiotemporal data. 
 
te::da::DataSetType LayerSchema
 
An Envelope defines a 2D rectangular region. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
std::string m_rendererType
A pointer to the internal renderer used to paint this layer. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
A canvas is an abstraction of a drawing area. 
 
An abstract class to represent a period of date and time.