26 #ifndef __TERRALIB_VP_INTERNAL_FEATURE_H    27 #define __TERRALIB_VP_INTERNAL_FEATURE_H    32 #include "../memory/DataSetItem.h"   105       std::unique_ptr<te::gm::Geometry> getFirstGeometry() 
const;
   126       void transform(
int srid);
   136       void setSRID(
int srid);
   145       std::size_t getFirstGeometryPropertyPos() 
const;
   154 #endif //__TERRALIB_VP_INTERNAL_FEATURE_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class that models the description of a dataset. 
 
std::size_t m_firstGeometryPropertyPos
 
An alias for a set of Features. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
A Converter is responsible for the conversion of coordinates between different Coordinate Systems (CS...
 
An implementation of the DatasetItem class for the TerraLib In-Memory Data Access driver...
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
Configuration flags for the Terrralib Vector Processing module. 
 
An implementation of the DatasetItem class for the TerraLib In-Memory Data Access driver...
 
A feature is a composition of a geometry and its attributes.