26 #ifndef __TERRALIB_VP_INTERNAL_NOGROUPINGDATAHANDLER_H 27 #define __TERRALIB_VP_INTERNAL_NOGROUPINGDATAHANDLER_H 66 virtual void initialize(
const std::vector<te::da::DataAccess*>& vecInputData,
const std::vector<te::da::DataAccess*>& vecOutputData, std::size_t maxCoordinates,
te::common::TaskProgress* taskProgress)
override;
72 virtual std::size_t getGroupCount()
const override;
78 virtual void addFeatureSet(std::size_t groupIndex, std::size_t outputIndex,
const te::vp::FeatureSet& featureSet)
override;
96 #endif //__TERRALIB_VP_INTERNAL_NOGROUPINGDATAHANDLER_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
This class can be used to inform the progress of a task.
This abstract class represents handler to help reading and writing data from/to a dataSource by divid...
An alias for a set of Features.
An Envelope defines a 2D rectangular region.
Configuration flags for the Terrralib Vector Processing module.
This class represents handler to help reading and writing data from/to a dataSource using one group o...