Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.raster
Class PercentClipStretchParameters
java.lang.Object
com.esri.arcgisruntime.raster.PercentClipStretchParameters
- All Implemented Interfaces:
StretchParameters
Represents a percent clip stretch parameters.
- Since:
- 100.0.0
-
Constructor Summary
ConstructorDescriptionPercentClipStretchParameters
(double min, double max) Creates a new PercentClipStretchParameters with the specified minimum and maximum value. -
Method Summary
-
Constructor Details
-
PercentClipStretchParameters
public PercentClipStretchParameters(double min, double max) Creates a new PercentClipStretchParameters with the specified minimum and maximum value.- Parameters:
min
- minimum valuemax
- maximum value- Since:
- 100.0.0
-
-
Method Details
-
getMin
public double getMin()Gets the minimum value.- Returns:
- the minimum value
- Since:
- 100.0.0
-
getMax
public double getMax()Gets the maximum value.- Returns:
- the maximum value
- Since:
- 100.0.0
-