LuciadRIA allows you to pick on point clouds to retrieve both the position and the properties of points.

Within a TileSet3DLayer that contains point clouds, you can use the Map.pickAt() function to identify points.

The function returns a pick info object that includes a Feature with its ID set to unknown.

This Feature contains:

  • A point shape that specifies the exact location of the point in the map reference.

  • All the properties associated with the selected point.

  • An extra property called pointLocation. This property represents the point’s location in the model reference, corresponding to its original position in the source data.