An attribute that describes points in the cloud. More...
| Header | #include <Point |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| QString | name() const |
| Esri | value |
| quint32 | values |
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.