28 #ifndef __TERRALIB_VP_INTERNAL_POLYGONTOLINE_OP_H 
   29 #define __TERRALIB_VP_INTERNAL_POLYGONTOLINE_OP_H 
   32 #include "../dataaccess/dataset/DataSetType.h" 
   33 #include "../dataaccess/dataset/DataSetTypeConverter.h" 
   34 #include "../dataaccess/dataset/ObjectIdSet.h" 
   35 #include "../dataaccess/datasource/DataSource.h" 
   55       virtual bool run() = 0;
 
   57       virtual bool paramsAreValid();
 
   60                     std::string inDsetName,
 
   61                     std::auto_ptr<te::da::DataSetTypeConverter> converter,
 
   68       std::auto_ptr<te::da::DataSetType> buildOutDataSetType();
 
   82 #endif // __TERRALIB_VP_INTERNAL_POLYGONTOLINE_OP_H 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
boost::shared_ptr< DataSource > DataSourcePtr
 
virtual ~PolygonToLineOp()
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
te::da::DataSourcePtr m_inDsrc
 
te::da::DataSourcePtr m_outDsrc
 
const te::da::ObjectIdSet * m_oidSet
 
Configuration flags for the Terrralib Vector Processing module. 
 
std::auto_ptr< te::da::DataSetTypeConverter > m_converter