Sets the value for the enabled property that defines whether the EDL model has to be applied.
The effect can be seen in these screenshots of a layer displaying point cloud data using a
TLspPointCloudStyle:
Picture 1: EDL is disabledPicture 2: EDL is enabled
Default value: true.
Sets the value for the window property that defines how many surrounding pixels must be taken into
account for the EDL model.
a value of 1 to 10 will take into account a square area around a given pixel with a width and height of
2 * aEdlWindow + 1 for calculating the shade of that pixel;
The effect can be seen in these screenshots of a layer displaying point cloud data using a
TLspPointCloudStyle:
Picture 1: EDL window 1Picture 2: EDL window 5
Default value: 1.
Parameters:
aEdlWindow - a value for the EDL window, between 1 and 10 (inclusive)
The effect can be seen in these screenshots of a layer displaying point cloud data using a
TLspPointCloudStyle:
Picture 1: EDL strength 1.0Picture 2: EDL strength 3.0
Default value: 1.0.
Parameters:
aEdlStrength - a value for the EDL strength, between 0.0 and 4.0 (inclusive)
Sets the value for the color property that is used for shading the EDL.
The effect can be seen in these screenshots of a layer displaying point cloud data using a
TLspPointCloudStyle:
Picture 1: EDL color blackPicture 2: EDL color dark red
Default value: black.