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 ContrastMethodContrastMethod.EXPONENTIALstatic final ContrastMethodContrastMethod.HISTOGRAMHistogram enchancement.static final ContrastMethodContrastMethod.LOGARITHMICstatic final ContrastMethodContrastMethod.NONENo enchancement. this is the default value.static final ContrastMethodContrastMethod.NORMALIZENormalize 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 ContrastMethodReturns the contrast type that matches the given string, or returns a new one if none match it.static ContrastMethod[]ContrastMethod.values()Returns the list ofContrastTypes.Methods in org.geotools.api.style with parameters of type ContrastMethodModifier and TypeMethodDescriptionStyleFactory.contrastEnhancement(Expression gamma, ContrastMethod method) StyleFactory.createContrastMethod(ContrastMethod method) voidContrastEnhancement.setMethod(ContrastMethod method) Used to set the contrast enhancement method used.voidContrastMethodStrategy.setMethod(ContrastMethod method) Set the constant that defines the method that this strategy uses.voidTraversingStyleVisitor.visit(ContrastMethod method, Object data) Called when accept is called on a rasterContrastMethodelement -
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) voidAbstractContrastMethodStrategy.setMethod(ContrastMethod method) voidContrastEnhancementImpl.setMethod(ContrastMethod method) Constructors in org.geotools.styling with parameters of type ContrastMethodModifierConstructorDescriptionContrastEnhancementImpl(FilterFactory factory, Expression gamma, ContrastMethod method) ContrastEnhancementImpl(FilterFactory factory, ContrastMethod method)