• PointCloudFilter
  • class Esri::ArcGISRuntime::PointCloudFilter

    Point cloud filter to hide points that do not satisfy a filter criteria. More...

    Header: #include <PointCloudFilter.h>
    Since: Esri::ArcGISRuntime 300.1
    Inherits: Esri::ArcGISRuntime::Object
    Inherited By:

    Esri::ArcGISRuntime::PointCloudBitfieldFilter, Esri::ArcGISRuntime::PointCloudReturnFilter, and Esri::ArcGISRuntime::PointCloudValueFilter

    Public Functions

    virtual ~PointCloudFilter() override
    QString attributeName() const
    Esri::ArcGISRuntime::PointCloudFilterType pointCloudFilterType() const
    void setAttributeName(const QString &attributeName)

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] PointCloudFilter::~PointCloudFilter()

    Destructor.

    QString PointCloudFilter::attributeName() const

    Returns the attribute used for applying the filter.

    See also setAttributeName().

    Esri::ArcGISRuntime::PointCloudFilterType PointCloudFilter::pointCloudFilterType() const

    Returns the point cloud return filter type.

    void PointCloudFilter::setAttributeName(const QString &attributeName)

    Sets the attributeName to attributeName.

    See also attributeName.