Filters points based on the value of the return number/return count.
Referenced by: PointCloud Filter
Properties
Property | Details |
---|---|
field | The name of the field that is used for the filter. |
includedReturns[] | All points with at least one specified return status will be kept. Status values: last , firstOfMany , lastOfMany , single |
type | Valid value of this property pointCloudReturnFilter |
PointCloud Return Filter Example
{
"type": "pointCloudReturnFilter",
"field": "USAGE",
"includedReturns": [
"firstOfMany",
"single"
]
}