StretchRenderer Class

RasterLayer."> StretchRenderer Class | ArcGISQtCpp
  • StretchRenderer
  • class Esri::ArcGISRuntime::StretchRenderer

    A stretch renderer that can help visualize raster data using RasterLayer. More...

    Header: #include <StretchRenderer.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::BaseStretchRenderer

    Public Functions

    StretchRenderer(QObject *parent = nullptr)
    StretchRenderer(const Esri::ArcGISRuntime::StretchParameters &stretchParameters, const QList<double> &gammas, bool estimateStats, Esri::ArcGISRuntime::PresetColorRampType presetColorRampType, QObject *parent = nullptr)
    StretchRenderer(const Esri::ArcGISRuntime::StretchParameters &stretchParameters, const QList<double> &gammas, bool estimateStats, Esri::ArcGISRuntime::ColorRamp *colorRamp, QObject *parent = nullptr)
    virtual ~StretchRenderer() override
    Esri::ArcGISRuntime::ColorRamp *colorRamp() const

    Detailed Description

    A stretch renderer displays continuous raster cell values across a gradual ramp of colors. Use it to draw a single band of continuous data. The stretch renderer works well when you have a large range of values to display, such as in imagery, aerial photographs, or elevation models.

    Stretching improves the appearance of the raster data by spreading its pixel values along a histogram whose minimum and maximum values are defined by the raster's bit depth. For example, an 8-bit raster dataset will be stretched along a histogram from 0 to 255.

    Member Function Documentation

    [explicit] StretchRenderer::StretchRenderer(QObject *parent = nullptr)

    Default constructor with an optional parent.

    Constructs a stretch renderer with a stretchType of StretchType::None.

    StretchRenderer::StretchRenderer(const Esri::ArcGISRuntime::StretchParameters &stretchParameters, const QList<double> &gammas, bool estimateStats, Esri::ArcGISRuntime::PresetColorRampType presetColorRampType, QObject *parent = nullptr)

    Constructor that takes the following parameters:

    • stretchParameters - The StretchParameters.
    • gammas - The list of gamma values.
    • estimateStats - Whether to estimate statistics if they exist.
    • presetColorRampType - The type of color ramp.
    • parent - An optional parent.

    StretchRenderer::StretchRenderer(const Esri::ArcGISRuntime::StretchParameters &stretchParameters, const QList<double> &gammas, bool estimateStats, Esri::ArcGISRuntime::ColorRamp *colorRamp, QObject *parent = nullptr)

    Constructor that takes the following parameters:

    • stretchParameters - The StretchParameters.
    • gammas - The list of gamma values.
    • estimateStats - Whether to estimate statistics if they exist.
    • colorRamp - The ColorRamp object.
    • parent - The optional parent.

    [override virtual] StretchRenderer::~StretchRenderer()

    Destructor.

    Esri::ArcGISRuntime::ColorRamp *StretchRenderer::colorRamp() const

    The ColorRamp object used to create this StretchRenderer.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.