PointCloudLayer - change point size and density
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
Title | Sample |
---|
There were no match results from your search criteria.