26 #ifndef __TERRALIB_QT_PLUGINS_CELLSPACE_INTERNAL_CREATECELLULARSPACEDIALOG_H 27 #define __TERRALIB_QT_PLUGINS_CELLSPACE_INTERNAL_CREATECELLULARSPACEDIALOG_H 31 #include "../../../common/UnitOfMeasure.h" 32 #include "../../../dataaccess/datasource/DataSourceInfo.h" 33 #include "../../../maptools/AbstractLayer.h" 42 namespace Ui {
class CreateCellularSpaceDialogForm; }
46 namespace gm {
class Envelope; }
69 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
145 std::unique_ptr<Ui::CreateCellularSpaceDialogForm>
m_ui;
153 #endif // __TERRALIB_QT_PLUGINS_CELLSPACE_INTERNAL_CREATECELLULARSPACEDIALOG_H
void onTargetDatasourceToolButtonClicked()
te::gm::Envelope getEnvelope()
void onTargetFileToolButtonClicked()
void onSrsToolButtonClicked()
bool checkList(std::string &errors)
void setResolutionUnit(te::common::UnitOfMeasurePtr unit)
te::da::DataSourceInfoPtr getDataSourceInfo()
void onCreatePushButtonClicked()
std::string m_outputDataSetName
bool convertPlanarToAngle(double &val, te::common::UnitOfMeasurePtr planar)
void onEnvelopeChanged(const QString &text)
bool unitConvertion(double &res, te::common::UnitOfMeasurePtr from, te::common::UnitOfMeasurePtr to)
An Envelope defines a 2D rectangular region.
void onLayersComboBoxChanged(int index)
void onUnitComboBoxChanged(int index)
te::da::DataSourceInfoPtr m_outDataSourceInfo
void initUnitsOfMeasure()
~CreateCellularSpaceDialog()
std::unique_ptr< Ui::CreateCellularSpaceDialogForm > m_ui
boost::shared_ptr< UnitOfMeasure > UnitOfMeasurePtr
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
void showEnvelope(const te::gm::Envelope &env, int precision)
te::map::AbstractLayerPtr getLayer()
te::map::AbstractLayerPtr getReferenceLayer()
void onResYLineEditEditingFinished()
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
void onResXLineEditEditingFinished()
te::common::UnitOfMeasurePtr getResolutionUnit()
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
bool convertAngleToPlanar(double &val, te::common::UnitOfMeasurePtr planar)
CreateCellularSpaceDialog(QWidget *parent=0, Qt::WindowFlags f=0)