28 #ifndef __TERRALIB_VP_INTERNAL_LINETOPOLYGON_OP_H 
   29 #define __TERRALIB_VP_INTERNAL_LINETOPOLYGON_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.
 
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
 
const te::da::ObjectIdSet * m_oidSet
 
std::unique_ptr< te::da::DataSetType > buildOutDataSetType()
 
void setParams(bool forceClose=false)
 
void setOutput(te::da::DataSourcePtr outDsrc, std::string dsname)
 
te::gm::GeomType getGeomResultType(te::gm::GeomType geom)
 
te::da::DataSourcePtr m_outDsrc
 
virtual bool paramsAreValid()
 
std::unique_ptr< te::da::DataSetTypeConverter > m_converter
 
virtual ~LineToPolygonOp()
 
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).