26 #ifndef __TERRALIB_VP_QT_INTERNAL_UTILS_H    27 #define __TERRALIB_VP_QT_INTERNAL_UTILS_H    30 #include "../../geometry/Geometry.h"    31 #include "../../maptools/AbstractLayer.h"    32 #include "../../memory/DataSet.h"    33 #include "../../memory/DataSetItem.h"    72     std::list<te::map::AbstractLayerPtr> 
GetFilteredLayers(std::string text, std::list<te::map::AbstractLayerPtr> layers);
    83 #endif  // __TERRALIB_VP_QT_INTERNAL_UTILS_H te::da::DataSetType * m_dataSetType
 
A class that models the description of a dataset. 
 
Get a list of AbstractLayer filtered by the name;. 
 
DataStruct GetDataStructFromLayer(te::map::AbstractLayerPtr layer, bool onlySelectedObjects, int srid=0)
 
bool IsProjectionLatLong(const int &srid)
 
A Select models a query to be used when retrieving data from a DataSource. 
 
te::da::Select * GetSelectQueryFromLayer(te::map::AbstractLayerPtr layer, bool onlySelectedObjects, int srid=0)
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
std::list< te::map::AbstractLayerPtr > GetFilteredLayers(std::string text, std::list< te::map::AbstractLayerPtr > layers)
Get a list of AbstractLayer filtered by the name;. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
te::da::DataSet * m_dataSet