A dialog used to build a Color Map element. More...
#include "../../../color/ColorBar.h"#include "../../../common/STLUtils.h"#include "../../../dataaccess/dataset/DataSet.h"#include "../../../dataaccess/dataset/DataSetType.h"#include "../../../dataaccess/utils/Utils.h"#include "../../../datatype.h"#include "../../../maptools/DataSetLayer.h"#include "../../../maptools/GroupingAlgorithms.h"#include "../../../maptools/RasterLayer.h"#include "../../../fe/Literal.h"#include "../../../raster.h"#include "../../../raster/RasterSummary.h"#include "../../../raster/RasterSummaryManager.h"#include "../../../se/ColorMap.h"#include "../../../se/Categorize.h"#include "../../../se/Enums.h"#include "../../../se/Interpolate.h"#include "../../../se/InterpolationPoint.h"#include "../../../se/ParameterValue.h"#include "../../../se/RasterSymbolizer.h"#include "../../../se/Utils.h"#include "../../widgets/colorbar/ColorBar.h"#include "../../widgets/colorbar/ColorCatalogWidget.h"#include "ColorMapWidget.h"#include "ui_ColorMapWidgetForm.h"#include <QColorDialog>#include <QMessageBox>#include <QPainter>#include <QValidator>#include <cassert>Go to the source code of this file.
Functions | |
| te::se::ColorMap * | getLayerColorMap (te::map::AbstractLayerPtr layer) | 
| te::rst::Raster * | getLayerRaster (te::map::AbstractLayerPtr layer) | 
| Q_DECLARE_METATYPE (te::map::AbstractLayerPtr) | |
A dialog used to build a Color Map element.
Definition in file ColorMapWidget.cpp.
| te::se::ColorMap* getLayerColorMap | ( | te::map::AbstractLayerPtr | layer | ) | 
Definition at line 558 of file ColorMapWidget.cpp.
References te::se::RasterSymbolizer::getColorMap(), te::se::GetRasterSymbolizer(), and te::map::AbstractLayer::getStyle().
Referenced by te::qt::widgets::ColorMapWidget::onImportPushButtonClicked(), and te::qt::widgets::ColorMapWidget::setLayers().
| te::rst::Raster* getLayerRaster | ( | te::map::AbstractLayerPtr | layer | ) | 
Definition at line 592 of file ColorMapWidget.cpp.
References te::map::DataSetLayer::getData(), te::da::GetFirstPropertyPos(), te::map::RasterLayer::getRaster(), and te::dt::RASTER_TYPE.
Referenced by te::qt::widgets::ColorMapWidget::onImportPushButtonClicked().
| Q_DECLARE_METATYPE | ( | te::map::AbstractLayerPtr | ) |