dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Enums
StretchType Enum
The stretch type defines a histogram stretch that will be applied to the rasters to enhance their appearance. Stretching improves the appearance of the data by spreading the pixel values along a histogram from the minimum and maximum values defined by their bit depth.
public enum StretchType
Fields
HistogramEqualization
3
MinMax
1
None
0
PercentClip
4
Sigmoid
5
StandardDeviation
2