PointCloud Return Filter

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"
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close