28#ifndef __TERRALIB_MNT_INTERNAL_CREATEISOLINESPARAMS_H
29#define __TERRALIB_MNT_INTERNAL_CREATEISOLINESPARAMS_H
64 std::unique_ptr<te::da::DataSet>
m_ds;
A class that models the description of a dataset.
CreateIsolinesOutputParams()
Default constructor.
~CreateIsolinesOutputParams()
Virtual destructor.
std::string m_outputDataSetName
Attribute that defines the output dataset name.
te::da::DataSourcePtr m_ds
Pointer to the output datasource.
A dataset is the unit of information manipulated by the data access module of TerraLib.
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSource > DataSourcePtr