Utils.h File Reference

Utilitary interface function for spatial analysis module. More...

#include "../../maptools/AbstractLayer.h"
#include "../Config.h"
#include <string>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::color
 Namespace for the Color Model of TerraLib.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::sa
 Namespace for the TerraLib SA module.
 

Functions

TESAEXPORT void te::sa::CreateBayesGrouping (te::map::AbstractLayerPtr layer)
 
TESAEXPORT te::da::DataSourcePtr te::sa::CreateGDALDataSource (std::string path, std::string dataSetName)
 
TESAEXPORT void te::sa::CreateKernelColorMaping (te::map::AbstractLayerPtr layer)
 
TESAEXPORT void te::sa::CreateKernelGrouping (te::map::AbstractLayerPtr layer, std::string kernelAttr)
 
TESAEXPORT te::map::AbstractLayerPtr te::sa::CreateLayer (te::da::DataSourcePtr ds, std::string dataSetName)
 
TESAEXPORT te::da::DataSourcePtr te::sa::CreateOGRDataSource (std::string repository)
 
TESAEXPORT te::da::DataSourcePtr te::sa::CreateOGRDataSource (std::string path, std::string dataSetName)
 
TESAEXPORT void te::sa::CreateSampleGeneratorStratifiedGrouping (te::map::AbstractLayerPtr layer, std::vector< std::string > strVec)
 
TESAEXPORT void te::sa::CreateSkaterGrouping (te::map::AbstractLayerPtr layer, int nClasses)
 
TESAEXPORT te::color::ColorBarte::sa::GetColorBar (std::string catalog, std::string group, std::string schema)
 

Detailed Description

Utilitary interface function for spatial analysis module.

Definition in file Utils.h.