Uses of Interface
org.geotools.api.style.ContrastMethodStrategy
- 
Packages that use ContrastMethodStrategy Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.styling Allows for symbolization of geospatial data.
- 
- 
Uses of ContrastMethodStrategy in org.geotools.api.styleMethods in org.geotools.api.style with parameters of type ContrastMethodStrategy Modifier and Type Method Description voidContrastEnhancement. setMethod(ContrastMethodStrategy method)Convenience method to allow users to pass in aContrastMethodStrategyto updateContrastEnhancement.setMethod(org.geotools.api.style.ContrastMethod)andContrastEnhancement.setOptions(java.util.Map<java.lang.String, org.geotools.api.filter.expression.Expression>)in one go.
- 
Uses of ContrastMethodStrategy in org.geotools.stylingClasses in org.geotools.styling that implement ContrastMethodStrategy Modifier and Type Class Description classAbstractContrastMethodStrategyclassExponentialContrastMethodStrategyclassHistogramContrastMethodStrategyclassLogarithmicContrastMethodStrategyclassNormalizeContrastMethodStrategyMethods in org.geotools.styling with parameters of type ContrastMethodStrategy Modifier and Type Method Description voidContrastEnhancementImpl. setMethod(ContrastMethodStrategy method)
 
-