Collection of PointCloud enumerations. More...
| Header | #include <Point |
Types
(since Esri enum class | Point |
(since Esri enum class | Point |
(since Esri enum class | Point |
(since Esri enum class | Point |
(since Esri enum class | Point |
(since Esri enum class | Point |
(since Esri enum class | Point |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 300.1] enum class PointCloudAttributeTransformType
An enumeration of the various attribute transforms for point cloud rendering.
The PointCloudAttributeTransformType can be one of:
| Constant | Value | Description |
|---|---|---|
Point | 0 | No attribute transform. |
Point | 1 | Use the absolute value of the attribute. |
Point | 2 | Use the high four bits of the attribute value. |
Point | 3 | Use the low four bits of the attribute value. |
Point | 4 | Use the attribute value modulo ten. |
This enum was introduced in Esri::ArcGISRuntime 300.1.
[since Esri::ArcGISRuntime 300.1] enum class PointCloudAttributeValueType
An enumeration of the various data types supported for point value attributes.
See the i3s-spec for more information on supported value types.
The PointCloudAttributeValueType can be one of:
| Constant | Value | Description |
|---|---|---|
Point | 0 | Signed 8-bit integer value. |
Point | 1 | Unsigned 8-bit integer value. |
Point | 2 | Signed 16-bit integer value. |
Point | 3 | Unsigned 16-bit integer value. |
Point | 4 | Signed 32-bit integer value. |
Point | 5 | Unsigned 32-bit integer value. |
Point | 6 | 32-bit floating point value. |
Point | 7 | 64-bit floating point value. |
This enum was introduced in Esri::ArcGISRuntime 300.1.
[since Esri::ArcGISRuntime 300.1] enum class PointCloudFilterType
An enumeration of the various types of point cloud filters.
The PointCloudFilterType can be one of:
| Constant | Value | Description |
|---|---|---|
Point | 0 | A point cloud bitfield filter object. |
Point | 1 | A point cloud return filter object. |
Point | 2 | A point cloud value filter object. |
This enum was introduced in Esri::ArcGISRuntime 300.1.
[since Esri::ArcGISRuntime 300.1] enum class PointCloudRendererType
An enumeration of the various types of point cloud renderers.
The PointCloudRendererType can be one of:
| Constant | Value | Description |
|---|---|---|
Point | 0 | A point cloud class breaks renderer. |
Point | 1 | A point cloud RG |
Point | 2 | A point cloud stretch renderer. |
Point | 3 | A point cloud unique value renderer. |
This enum was introduced in Esri::ArcGISRuntime 300.1.
[since Esri::ArcGISRuntime 300.1] enum class PointCloudReturnType
An enumeration of the various point data return types.
The PointCloudReturnType can be one of:
| Constant | Value | Description |
|---|---|---|
Point | 0 | The first point collected in a series of many returns. |
Point | 1 | The last point in a series of many returns or a single point. |
Point | 2 | The last point in a series of many returns. |
Point | 3 | Points collected from laser pulses with a single return. |
This enum was introduced in Esri::ArcGISRuntime 300.1.
[since Esri::ArcGISRuntime 300.1] enum class PointCloudSizeAlgorithmType
An enumeration of the various types of point cloud size algorithms.
The PointCloudSizeAlgorithmType can be one of:
| Constant | Value | Description |
|---|---|---|
Point | 0 | A point cloud fixed-size algorithm. |
Point | 1 | A point cloud splat algorithm. |
This enum was introduced in Esri::ArcGISRuntime 300.1.
[since Esri::ArcGISRuntime 300.1] enum class PointCloudValueFilterMode
An enumeration of the various types of point cloud value filter modes.
The PointCloudValueFilterMode can be one of:
| Constant | Value | Description |
|---|---|---|
Point | 0 | Excludes points with the specified classification codes. |
Point | 1 | Includes points with the specified classification codes. |
This enum was introduced in Esri::ArcGISRuntime 300.1.