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
None
0
MinMax
1
StandardDeviation
2
HistogramEqualization
3
PercentClip
4
Sigmoid
5