Package com.esri.arcgisruntime.raster
Class PercentClipStretchParameters
- java.lang.Object
-
- com.esri.arcgisruntime.raster.PercentClipStretchParameters
-
- All Implemented Interfaces:
StretchParameters
public final class PercentClipStretchParameters extends Object implements StretchParameters
Represents a percent clip stretch parameters.- Since:
- 100.0.0
-
-
Constructor Summary
Constructors Constructor Description PercentClipStretchParameters(double min, double max)
Creates a new PercentClipStretchParameters with the specified minimum and maximum value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMax()
Gets the maximum value.double
getMin()
Gets the minimum value.
-