26#ifndef __TERRALIB_VP_INTERNAL_BUFFERDIALOG_H
27#define __TERRALIB_VP_INTERNAL_BUFFERDIALOG_H
46namespace Ui {
class BufferDialogForm; }
74 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
116 std::unique_ptr<Ui::BufferDialogForm>
m_ui;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
It models a property definition.
void onAttDistanceToggled()
std::string m_outputArchive
Archive information.
std::vector< te::dt::Property * > m_properties
Properties related to the selected Layer.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void onWithBoundToggled()
void onSrsToolButtonClicked()
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
void onFixedDistanceToggled()
void onWithoutBoundToggled()
void onOkPushButtonClicked()
te::map::AbstractLayerPtr m_selectedLayer
Layer used for buffer.
void onLayerComboBoxChanged(int index)
void setAttributesForDistance(std::vector< te::dt::Property * > properties)
void onCancelPushButtonClicked()
te::map::AbstractLayerPtr getLayer()
void onTargetFileToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
BufferDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onRuleInOutToggled()
void onTargetDatasourceToolButtonPressed()
int m_newSRID
newSRID to compure buffer Area.
std::unique_ptr< Ui::BufferDialogForm > m_ui
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Namespace for Vector Processing module of TerraLib.
Configuration flags for the Terrralib Vector Processing module.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Enumerations related to Vector Processing module.