Namespace Esri.ArcGISRuntime.Mapping.PointCloud
Classes
PointCloudAttribute
An attribute that describes points in the cloud.
PointCloudBitfieldFilter
A filter that controls which points are rendered according to their associated flags.
PointCloudClassBreaksRenderer
Renderer for point clouds using class breaks.
PointCloudColorClassBreak
Defines a color to apply to points with an attribute value within a specified range of values.
PointCloudColorModulation
Modulates point cloud color intensity based on a field value.
PointCloudColorStop
Defines a color and a corresponding data value to create a renderer's color ramp. Points with values between the specified stops are colorized using linearly-interpolated colors.
PointCloudColorUniqueValue
Defines a color used to render points with a specific value.
PointCloudFilter
A filter to hide points that do not satisfy specified criteria.
PointCloudFixedSizeAlgorithm
An algorithm to render points with fixed meters or screen space sizing.
PointCloudRGBRenderer
Renderer for point clouds using RGB values from a specified field.
PointCloudRenderer
Defines how points in a PointCloudLayer are rendered.
PointCloudReturnFilter
A filter that can include or exclude points according to the return type.
PointCloudSizeAlgorithm
A base class for point cloud size algorithms.
PointCloudSplatAlgorithm
An algorithm to render points with fixed real-world or screen space sizing.
PointCloudStretchRenderer
A renderer for point clouds using color stops.
PointCloudUniqueValueRenderer
A renderer for point clouds using unique values.
PointCloudValueFilter
A filter to include or exclude points using attribute values.
Enums
PointCloudAttributeTransformType
An enumeration of the various attribute transforms for point cloud rendering.
PointCloudAttributeValueType
An enumeration of the various data types supported for point value attributes.
PointCloudReturnType
An enumeration of the various point data return types.
PointCloudValueFilterMode
An enumeration of the various types of point cloud value filter modes.