java.lang.Object
com.esri.arcgisruntime.raster.MinMaxStretchParameters
- All Implemented Interfaces:
StretchParameters
Represents a minimum/maximum stretch parameters.
- Since:
- 100.0.0
-
Constructor Summary
ConstructorDescriptionMinMaxStretchParameters
(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
-
getMinValues
Gets the minimum values.- Returns:
- the minimum values
- Since:
- 100.0.0
-
getMaxValues
Gets the maximum values.- Returns:
- the maximum values
- Since:
- 100.0.0
-