• PointCloudAttribute
  • class Esri::ArcGISRuntime::PointCloudAttribute

    An attribute that describes points in the cloud. More...

    Header: #include <PointCloudAttribute.h>
    Since: Esri::ArcGISRuntime 300.1
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~PointCloudAttribute() override
    QString name() const
    Esri::ArcGISRuntime::PointCloudAttributeValueType valueType() const
    quint32 valuesPerElement() const

    Detailed Description

    Member Function Documentation

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

    Destructor.

    QString PointCloudAttribute::name() const

    Returns the name of the attribute.

    Use the name to identify an attribute for use in a renderer or filter.

    Esri::ArcGISRuntime::PointCloudAttributeValueType PointCloudAttribute::valueType() const

    Returns the data type of the attribute.

    quint32 PointCloudAttribute::valuesPerElement() const

    Returns the number of values per element in the attribute.

    For example, RGB color attributes typically have three values per element.