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;
60 std::string inDsetName,
61 std::unique_ptr<te::da::DataSetTypeConverter> converter,
This class represents a set of unique ids created in the same context. i.e. from the same data set.
virtual ~PolygonToLineOp()
const te::da::ObjectIdSet * m_oidSet
te::da::DataSourcePtr m_outDsrc
std::unique_ptr< te::da::DataSetType > buildOutDataSetType()
te::gm::GeomType getGeomResultType(te::gm::GeomType geom)
virtual bool paramsAreValid()
void setInput(te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetTypeConverter > converter, const te::da::ObjectIdSet *oidSet=0)
te::da::DataSourcePtr m_inDsrc
void setOutput(te::da::DataSourcePtr outDsrc, std::string dsname)
std::unique_ptr< te::da::DataSetTypeConverter > m_converter
boost::shared_ptr< DataSource > DataSourcePtr
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).