26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_DATASETLAYER_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_DATASETLAYER_H 
   78         std::auto_ptr<LayerSchema> getSchema() 
const;
 
   83         std::auto_ptr<te::da::DataSet> getData(
const std::string& propertyName,
 
   89         std::auto_ptr<te::da::DataSet> getData(
const std::string& propertyName,
 
  103         bool isValid() 
const;
 
  112         const std::string& getType() 
const;
 
  119         const std::string& getDataSetName() 
const;
 
  126         void setDataSetName(
const std::string& name);
 
  133         const std::string& getDataSourceId() 
const;
 
  140         void setDataSourceId(
const std::string& 
id);
 
  147         const std::string& getRendererType() 
const;
 
  154         void setRendererType(
const std::string& t);
 
  170 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_DATASETLAYER_H 
A layer with reference to a dataset. 
 
std::string m_datasourceId
The DataSource associated to this layer. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
This is the base class for layers. 
 
A canvas is an abstraction of a drawing area. 
 
#define TEMAPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
static const std::string sm_type
A static data member used in the implementation of getType method. 
 
SpatialRelation
Spatial relations between geometric objects. 
 
AccessPolicy
Supported data access policies (can be used as bitfield). 
 
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. 
 
boost::intrusive_ptr< DataSetLayer > DataSetLayerPtr
 
std::string m_datasetName
The dataset name where we will retrieve the layer objects. 
 
TraverseType
A dataset can be traversed in two ways: 
 
This is an abstract class that models a query expression. 
 
This is the base class for Layers. 
 
An Envelope defines a 2D rectangular region.