Question

PointCloudeExpressionEvaluator Parameter type


I tried to fuse the shapefile information with the point cloud. When I clipped the point cloud based on the shapefile polygon boundary, the information of the count number of each polygon is supposed to be attached to the point cloud attribute. I saved this information in the userdata attribute but it is Uint8 data type, my count number should use int16 to cover the range. Is there any solution that can set the userdata data type as int16 without converting by the application automatically ?


2 replies

Hi @changxianghao94, thank you for your question. Would it be possible for you to share your .fmw file and the dataset with us, so we can take a closer look at it?

Userlevel 2
Badge +17

Hi @changxianghao94,

The PointCloudExpressionEvaluator allows you to set the Data Type on the new component. Please set this to Int16.

Reply