Package com.esri.arcgisruntime.raster
Class BaseStretchRenderer
- java.lang.Object
-
- com.esri.arcgisruntime.raster.RasterRenderer
-
- com.esri.arcgisruntime.raster.BaseStretchRenderer
-
- Direct Known Subclasses:
RGBRenderer
,StretchRenderer
public abstract class BaseStretchRenderer extends RasterRenderer
Defines a class common to all stretch renderers.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Double>
getGammas()
Gets the gamma adjustments.StretchParameters
getStretchParameters()
Gets the stretch parameters.boolean
isEstimateStatistics()
Gets whether statistics estimation is enabled.
-
-
-
Method Detail
-
getStretchParameters
public StretchParameters getStretchParameters()
Gets the stretch parameters.- Returns:
- the stretch parameters
- Since:
- 100.0.0
-
getGammas
public java.util.List<java.lang.Double> getGammas()
Gets the gamma adjustments.- Returns:
- an unmodifiable list of the gamma adjustments
- Since:
- 100.0.0
-
isEstimateStatistics
public boolean isEstimateStatistics()
Gets whether statistics estimation is enabled.- Returns:
- true if the statistics estimation is enabled
- Since:
- 100.0.0
-
-