Uses of Class
org.geotools.api.style.ContrastMethod
-
Packages that use ContrastMethod 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 ContrastMethod in org.geotools.api.style
Fields in org.geotools.api.style declared as ContrastMethod Modifier and Type Field Description static ContrastMethod
ContrastMethod. EXPONENTIAL
static ContrastMethod
ContrastMethod. HISTOGRAM
Histogram enchancement.static ContrastMethod
ContrastMethod. LOGARITHMIC
static ContrastMethod
ContrastMethod. NONE
No enchancement. this is the default value.static ContrastMethod
ContrastMethod. NORMALIZE
Normalize enchancement.Methods in org.geotools.api.style that return ContrastMethod Modifier and Type Method Description ContrastMethod
StyleFactory. createContrastMethod(ContrastMethod method)
ContrastMethod[]
ContrastMethod. family()
Returns the list of enumerations of the same kind than this enum.ContrastMethod
ContrastEnhancement. getMethod()
We use a codeList to enable more enchancement type possibilities.ContrastMethod
ContrastMethodStrategy. getMethod()
Get the constant that defines the method that this strategy uses.static ContrastMethod
ContrastMethod. valueOf(String code)
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 ContrastMethod Modifier and Type Method Description ContrastEnhancement
StyleFactory. contrastEnhancement(Expression gamma, ContrastMethod method)
ContrastMethod
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 ContrastMethod Modifier and Type Field Description protected ContrastMethod
AbstractContrastMethodStrategy. method
Methods in org.geotools.styling that return ContrastMethod Modifier and Type Method Description ContrastMethod
StyleFactoryImpl. createContrastMethod(ContrastMethod method)
ContrastMethod
AbstractContrastMethodStrategy. getMethod()
ContrastMethod
ContrastEnhancementImpl. getMethod()
Methods in org.geotools.styling with parameters of type ContrastMethod Modifier and Type Method Description ContrastEnhancement
StyleFactoryImpl. contrastEnhancement(Expression gamma, ContrastMethod method)
ContrastEnhancementImpl
StyleFactoryImpl2. contrastEnhancement(Expression gamma, ContrastMethod method)
ContrastMethod
StyleFactoryImpl. createContrastMethod(ContrastMethod method)
void
AbstractContrastMethodStrategy. setMethod(ContrastMethod method)
void
ContrastEnhancementImpl. setMethod(ContrastMethod method)
Constructors in org.geotools.styling with parameters of type ContrastMethod Constructor Description ContrastEnhancementImpl(FilterFactory factory, Expression gamma, ContrastMethod method)
ContrastEnhancementImpl(FilterFactory factory, ContrastMethod method)
-