PointCloudLayer - change point size and density

This device does not support 3D.

View the system requirements for more information.

This sample shows how to change size and density of points in a PointCloudLayer. Each PointCloudLayer renderer has two properties: pointSizeAlgorithm and pointsPerInch. Setting these will adjust the size and the density of the points.

var pointCloudRGBRenderer = new PointCloudRGBRenderer({
  field: "RGB",
  pointSizeAlgorithm: {
    type: "fixed-size",
    useRealWorldSymbolSizes: false,
    size: 10
  },
  pointsPerInch: 15
})

Sample search results

TitleSample

There were no match results from your search criteria.