java.lang.Object
com.esri.arcgisruntime.raster.RasterRenderer
com.esri.arcgisruntime.raster.BaseStretchRenderer
- Direct Known Subclasses:
RGBRenderer
,StretchRenderer
Defines a class common to all stretch renderers.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the gamma adjustments.Gets the stretch parameters.boolean
Gets whether statistics estimation is enabled.
-
Method Details
-
getStretchParameters
Gets the stretch parameters.- Returns:
- the stretch parameters
- Since:
- 100.0.0
-
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
-