28#ifndef __TERRALIB_VP_INTERNAL_POLYGONTOLINE_OP_H
29#define __TERRALIB_VP_INTERNAL_POLYGONTOLINE_OP_H
55 virtual bool run() = 0;
60 std::string inDsetName,
61 std::unique_ptr<te::da::DataSetTypeConverter> converter,
An converter for DataSetType.
A class that models the description of a dataset.
This class represents a set of unique ids created in the same context. i.e. from the same data set.
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
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
std::unique_ptr< te::da::DataSetType > buildOutDataSetType()
void setOutput(te::da::DataSourcePtr outDsrc, std::string dsname)
std::unique_ptr< te::da::DataSetTypeConverter > m_converter
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSource > DataSourcePtr
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
Namespace for Vector Processing module of TerraLib.
Configuration flags for the Terrralib Vector Processing module.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.