Definition of attribute converter and a set of them. More...
Go to the source code of this file.
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::AbstractData *  | te::da::GenericAttributeConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::PointToMConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::PointToXConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::PointToYConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::PointToZConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::TupleToStringConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::XYMToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::XYToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::XYZMToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
| TEDATAACCESSEXPORT  te::dt::AbstractData *  | te::da::XYZToPointConverter (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) | 
Definition of attribute converter and a set of them.
Definition in file AttributeConverters.h.