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.style
Methods in org.geotools.api.style with parameters of type ContrastMethodStrategy Modifier and Type Method Description void
ContrastEnhancement. setMethod(ContrastMethodStrategy method)
Convenience method to allow users to pass in aContrastEnhancementMethod
to updateMethod
andOptions
in one go. -
Uses of ContrastMethodStrategy in org.geotools.styling
Classes in org.geotools.styling that implement ContrastMethodStrategy Modifier and Type Class Description class
AbstractContrastMethodStrategy
class
ExponentialContrastMethodStrategy
class
HistogramContrastMethodStrategy
class
LogarithmicContrastMethodStrategy
class
NormalizeContrastMethodStrategy
Methods in org.geotools.styling with parameters of type ContrastMethodStrategy Modifier and Type Method Description void
ContrastEnhancementImpl. setMethod(ContrastMethodStrategy method)
-