26#ifndef __TERRALIB_VP_QT_INTERNAL_UTILS_H
27#define __TERRALIB_VP_QT_INTERNAL_UTILS_H
31#include "../../geometry/Geometry.h"
32#include "../../maptools/AbstractLayer.h"
33#include "../../memory/DataSet.h"
34#include "../../memory/DataSetItem.h"
46 class VectorProcessingDialogCapabilities;
78 std::list<te::map::AbstractLayerPtr>
GetFilteredLayers(std::string text, std::list<te::map::AbstractLayerPtr> layers);
A class that models the description of a dataset.
A dataset is the unit of information manipulated by the data access module of TerraLib.
A Select models a query to be used when retrieving data from a DataSource.
A class used to define the base capabilities of an operation, including number of inputs and outputs.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
te::da::Select * GetSelectQueryFromLayer(te::map::AbstractLayerPtr layer, bool onlySelectedObjects, int srid=0)
TEVPEXPORT te::vp::qt::VectorProcessingDialogCapabilities * CreateDialogCapabilities(const std::string &operationName)
DataStruct GetDataStructFromLayer(te::map::AbstractLayerPtr layer, bool onlySelectedObjects, int srid=0)
std::list< te::map::AbstractLayerPtr > GetFilteredLayers(std::string text, std::list< te::map::AbstractLayerPtr > layers)
Get a list of AbstractLayer filtered by the name;.
bool IsProjectionLatLong(const int &srid)
Get a list of AbstractLayer filtered by the name;.
te::da::DataSet * m_dataSet
te::da::DataSetType * m_dataSetType
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.