java.lang.Object
com.esri.arcgisruntime.raster.MinMaxStretchParameters
- All Implemented Interfaces:
StretchParameters
Represents a minimum/maximum stretch parameters.
- Since:
- 100.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionMinMaxStretchParameters
(List<Double> minValues, List<Double> maxValues) Creates a new MinMaxStretchParameters with the specified minimum and maximum values. -
Method Summary
Modifier and TypeMethodDescriptionGets the maximum values.Gets the minimum values.
-
Constructor Details
-
MinMaxStretchParameters
Creates a new MinMaxStretchParameters with the specified minimum and maximum values.- Parameters:
minValues
- minimum valuesmaxValues
- maximum values- Throws:
IllegalArgumentException
- if minValues or maxValues is null- Since:
- 100.0.0
-
-
Method Details