A point cloud object with geospatial properties.

Hierarchy

  • Points
    • PointCloud

Implements

Constructors

Properties

disposed: boolean
extent?: Extent
isPointCloud: boolean = true
material: Material
textureSize?: Vector2
type: "PointCloud" = 'PointCloud'

Accessors

Methods

  • Returns the classification number of the specified point.

    Parameters

    • pointIndex: number

      The index of the point.

    Returns number

    The classification number for the specified point, or undefined if this point cloud does not support classifications.

  • Returns the intensity of the specified point.

    Parameters

    • pointIndex: number

      The index of the point.

    Returns number

    The intensity value for the specified point, or undefined if this point cloud does not support intensities.