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.styleFields in org.geotools.api.style declared as ContrastMethod Modifier and Type Field Description static ContrastMethodContrastMethod. EXPONENTIALstatic ContrastMethodContrastMethod. HISTOGRAMHistogram enchancement.static ContrastMethodContrastMethod. LOGARITHMICstatic ContrastMethodContrastMethod. NONENo enchancement. this is the default value.static ContrastMethodContrastMethod. NORMALIZENormalize enchancement.Methods in org.geotools.api.style that return ContrastMethod Modifier and Type Method Description ContrastMethodStyleFactory. createContrastMethod(ContrastMethod method)ContrastMethod[]ContrastMethod. family()Returns the list of enumerations of the same kind than this enum.ContrastMethodContrastEnhancement. getMethod()We use a codeList to enable more enchancement type possibilities.ContrastMethodContrastMethodStrategy. getMethod()Get the constant that defines the method that this strategy uses.static ContrastMethodContrastMethod. 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 ofContrastTypes.Methods in org.geotools.api.style with parameters of type ContrastMethod Modifier and Type Method Description ContrastEnhancementStyleFactory. contrastEnhancement(Expression gamma, ContrastMethod method)ContrastMethodStyleFactory. 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.stylingFields in org.geotools.styling declared as ContrastMethod Modifier and Type Field Description protected ContrastMethodAbstractContrastMethodStrategy. methodMethods in org.geotools.styling that return ContrastMethod Modifier and Type Method Description ContrastMethodStyleFactoryImpl. createContrastMethod(ContrastMethod method)ContrastMethodAbstractContrastMethodStrategy. getMethod()ContrastMethodContrastEnhancementImpl. getMethod()Methods in org.geotools.styling with parameters of type ContrastMethod Modifier and Type Method Description ContrastEnhancementStyleFactoryImpl. contrastEnhancement(Expression gamma, ContrastMethod method)ContrastEnhancementImplStyleFactoryImpl2. contrastEnhancement(Expression gamma, ContrastMethod method)ContrastMethodStyleFactoryImpl. createContrastMethod(ContrastMethod method)voidAbstractContrastMethodStrategy. setMethod(ContrastMethod method)voidContrastEnhancementImpl. 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)
 
-