26#ifndef __TERRALIB_SA_INTERNAL_UTILSQT_H
27#define __TERRALIB_SA_INTERNAL_UTILSQT_H
This is the base class for Layers.
It models the concept of color bar.
A catalog for color schemes.
An abstract class for data providers like a DBMS, Web Services or a regular file.
Namespace for the Color Model of TerraLib.
Namespace for the DataAccess API of TerraLib.
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Namespace for the TerraLib SA module.
TESAEXPORT te::color::ColorBar * GetColorBar(std::string catalog, std::string group, std::string schema)
TESAEXPORT te::map::AbstractLayerPtr CreateLayer(te::da::DataSourcePtr ds, std::string dataSetName)
TESAEXPORT void CreateKernelColorMaping(te::map::AbstractLayerPtr layer)
TESAEXPORT void CreateKernelGrouping(te::map::AbstractLayerPtr layer, std::string kernelAttr)
TESAEXPORT te::color::ColorSchemeCatalog * GetSchemeCatalog(std::string catalogName)
TESAEXPORT void CreateSkaterGrouping(te::map::AbstractLayerPtr layer, int nClasses)
TESAEXPORT te::da::DataSourcePtr CreateOGRDataSource(std::string repository)
TESAEXPORT void CreateBayesGrouping(te::map::AbstractLayerPtr layer)
TESAEXPORT void CreateSampleGeneratorStratifiedGrouping(te::map::AbstractLayerPtr layer, std::vector< std::string > strVec)
TESAEXPORT te::da::DataSourcePtr CreateGDALDataSource(std::string path, std::string dataSetName)
Configuration flags for the Terrralib Spatial Analysis module.
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.