AttributeConverters.h File Reference

Definition of attribute converter and a set of them. More...

#include "../../common/CharEncodingConv.h"
#include "../../srs/Config.h"
#include "../Config.h"
#include <boost/function.hpp>
#include <vector>

Go to the source code of this file.

Classes

struct  te::da::CharEncodingConverter
 
struct  te::da::SRIDAssociation
 

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 

Typedefs

typedef boost::function3< te::dt::AbstractData *, DataSet *, const std::vector< std::size_t > &, int > te::da::AttributeConverter
 The type of attribute converter functions. More...
 

Functions

TEDATAACCESSEXPORT te::dt::AbstractDatate::da::GenericAttributeConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::PointToMConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::PointToXConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::PointToYConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::PointToZConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::TupleToStringConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::XYMToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::XYToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::XYZMToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 
TEDATAACCESSEXPORT te::dt::AbstractDatate::da::XYZToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType)
 

Detailed Description

Definition of attribute converter and a set of them.

Definition in file AttributeConverters.h.