28 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_UTILS_H 
   29 #define __TERRALIB_MAPTOOLS_INTERNAL_UTILS_H 
   32 #include "../color/RGBAColor.h" 
   33 #include "../dataaccess/datasource/DataSource.h" 
   34 #include "../geometry/Enums.h" 
   35 #include "../geometry/Envelope.h" 
   36 #include "../raster/Raster.h" 
   67     class FeatureTypeStyle;
 
  145     TEMAPEXPORT void GetVisibleLayers(
const std::list<te::map::AbstractLayerPtr>& layers, std::list<te::map::AbstractLayerPtr>& visibleLayers);
 
  247 #endif // __TERRALIB_MAPTOOLS_INTERNAL_UTILS_H 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
boost::shared_ptr< DataSource > DataSourcePtr
 
TEMAPEXPORT te::gm::Envelope GetExtent(const std::list< te::map::AbstractLayerPtr > &layers, int srid, bool onlyVisibles)
It calculates the extent of the given layers in the given SRID. 
 
A class that models the description of a dataset. 
 
TEMAPEXPORT te::rst::RasterProperty * GetRasterProperty(DataSetLayer *layer)
It gets the raster property referenced by the given data set layer. 
 
The CoverageStyle defines the styling that is to be applied to a subset of Coverage data...
 
This is the base class for Layers. 
 
This class can be used to inform the progress of a task. 
 
TEMAPEXPORT te::gm::GeomType GetGeomType(const te::map::AbstractLayerPtr &layer)
It gets the geometry type of the given layer. 
 
TEMAPEXPORT void DrawGeometries(te::da::DataSetType *type, te::da::DataSourcePtr ds, Canvas *canvas, const te::gm::Envelope &bbox, int bboxSRID, int srid, te::se::FeatureTypeStyle *style)
It draws the data set geometries in the given canvas using the informed SRID and style. 
 
TEMAPEXPORT te::gm::Envelope GetSelectedExtent(const std::list< te::map::AbstractLayerPtr > layers, int srid, bool onlyVisibles)
It calculates the extent of selected objects of the given layers in the given SRID. 
 
TEMAPEXPORT te::da::DataSet * DataSet2Memory(te::da::DataSet *dataset)
It creates a new In-Memory dataset with the items from the given dataset. 
 
TEMAPEXPORT void GetDashStyle(const std::string &dasharray, std::vector< double > &style)
Converts a dasharray pattern coded by a string to a vector of double. 
 
An Envelope defines a 2D rectangular region. 
 
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
 
An abstract class for raster data strucutures. 
 
TEMAPEXPORT te::rst::Raster * GetRaster(DataSetLayer *layer)
It gets the raster referenced by the given data set layer. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
TEMAPEXPORT te::rst::Raster * GetExtentRaster(te::rst::Raster *raster, int w, int h, const te::gm::Envelope &bbox, int bboxSRID, const te::gm::Envelope &visibleArea, int srid)
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
TEMAPEXPORT void DrawRaster(te::da::DataSetType *type, te::da::DataSourcePtr ds, Canvas *canvas, const te::gm::Envelope &bbox, int bboxSRID, const te::gm::Envelope &visibleArea, int srid, te::se::CoverageStyle *style)
 
TEMAPEXPORT void GetVisibleLayers(const std::list< te::map::AbstractLayerPtr > &layers, std::list< te::map::AbstractLayerPtr > &visibleLayers)
It gets the visible layers of the given layer list.