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 Details

    • PercentClipStretchParameters

      public PercentClipStretchParameters(double min, double max)
      Creates a new PercentClipStretchParameters with the specified minimum and maximum value.
      Parameters:
      min - minimum value
      max - 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