Uses of Class
org.geotools.api.style.ContrastMethod
Packages that use ContrastMethod
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Allows for symbolization of geospatial data.
-
Uses of ContrastMethod in org.geotools.api.style
Fields in org.geotools.api.style declared as ContrastMethodModifier and TypeFieldDescriptionstatic final ContrastMethod
ContrastMethod.EXPONENTIAL
static final ContrastMethod
ContrastMethod.HISTOGRAM
Histogram enchancement.static final ContrastMethod
ContrastMethod.LOGARITHMIC
static final ContrastMethod
ContrastMethod.NONE
No enchancement. this is the default value.static final ContrastMethod
ContrastMethod.NORMALIZE
Normalize enchancement.Methods in org.geotools.api.style that return ContrastMethodModifier and TypeMethodDescriptionStyleFactory.createContrastMethod
(ContrastMethod method) ContrastMethod.family()
Returns the list of enumerations of the same kind than this enum.ContrastEnhancement.getMethod()
We use a codeList to enable more enchancement type possibilities.ContrastMethodStrategy.getMethod()
Get the constant that defines the method that this strategy uses.static ContrastMethod
Returns the contrast type that matches the given string, or returns a new one if none match it.static ContrastMethod[]
ContrastMethod.values()
Returns the list ofContrastType
s.Methods in org.geotools.api.style with parameters of type ContrastMethodModifier and TypeMethodDescriptionStyleFactory.contrastEnhancement
(Expression gamma, ContrastMethod method) StyleFactory.createContrastMethod
(ContrastMethod method) void
ContrastEnhancement.setMethod
(ContrastMethod method) Used to set the contrast enhancement method used.void
ContrastMethodStrategy.setMethod
(ContrastMethod method) Set the constant that defines the method that this strategy uses.void
TraversingStyleVisitor.visit
(ContrastMethod method, Object data) Called when accept is called on a rasterContrastMethod
element -
Uses of ContrastMethod in org.geotools.styling
Fields in org.geotools.styling declared as ContrastMethodMethods in org.geotools.styling that return ContrastMethodModifier and TypeMethodDescriptionStyleFactoryImpl.createContrastMethod
(ContrastMethod method) AbstractContrastMethodStrategy.getMethod()
ContrastEnhancementImpl.getMethod()
Methods in org.geotools.styling with parameters of type ContrastMethodModifier and TypeMethodDescriptionStyleFactoryImpl.contrastEnhancement
(Expression gamma, ContrastMethod method) StyleFactoryImpl2.contrastEnhancement
(Expression gamma, ContrastMethod method) StyleFactoryImpl.createContrastMethod
(ContrastMethod method) void
AbstractContrastMethodStrategy.setMethod
(ContrastMethod method) void
ContrastEnhancementImpl.setMethod
(ContrastMethod method) Constructors in org.geotools.styling with parameters of type ContrastMethodModifierConstructorDescriptionContrastEnhancementImpl
(FilterFactory factory, Expression gamma, ContrastMethod method) ContrastEnhancementImpl
(FilterFactory factory, ContrastMethod method)