Uses of Class
org.geotools.filter.FunctionImpl
Packages that use FunctionImpl
Package
Description
-
Uses of FunctionImpl in org.geotools.filter.expression
Subclasses of FunctionImpl in org.geotools.filter.expressionModifier and TypeClassDescriptionclassA base class functions (i.e. anonymous inner classes) that are bothvolatile(i.e. -
Uses of FunctionImpl in org.geotools.filter.function
Subclasses of FunctionImpl in org.geotools.filter.functionModifier and TypeClassDescriptionclassA function returning the bounds of a feature (including all geometries)classFinds the nearest value to the provided one in the attribute domain. -
Uses of FunctionImpl in org.geotools.filter.function.color
Subclasses of FunctionImpl in org.geotools.filter.function.colorModifier and TypeClassDescriptionclassBase for lesscss.org HSL color manipulation functionsclassContrast lesscss.org color function.classImplements the lesscss.org darken functionclassImplements the lesscss.org desaturate functionclassTint lesscss.org color function.classhsl lesscss.org color function.classImplements the lesscss.org lighten functionclassMix lesscss.org color function.classImplements the lesscss.org saturate functionclassShade lesscss.org color function.classMix lesscss.org color function.classTint lesscss.org color function. -
Uses of FunctionImpl in org.geotools.filter.function.string
Subclasses of FunctionImpl in org.geotools.filter.function.stringModifier and TypeClassDescriptionclassThe function concatenates strings.class -
Uses of FunctionImpl in org.geotools.gce.imagemosaic
Subclasses of FunctionImpl in org.geotools.gce.imagemosaicModifier and TypeClassDescriptionclassTransformation returning the same granules that theStructuredGridCoverage2DReaderwould have used as the input for image creation in theGridCoverage2DReader.read(GeneralParameterValue[])method (with some exceptions, like footprints usage, as this transformation only sets up a filter against the associatedGranuleSource). -
Uses of FunctionImpl in org.geotools.mbstyle.expression
Subclasses of FunctionImpl in org.geotools.mbstyle.expressionModifier and TypeClassDescriptionclassA class to transform mapbox color expressions into GeoTools expressions.classThe expressions in this section can be used to add conditional logic to your styles.classThe value for any layout property, paint property, or filter may be specified as an expression.classclassclassclassclassclassThis class is an extension of the MBExpression containing the functions to support MapBox Style String expressions.classThe expressions in this section are provided for the purpose of testing for and converting between different data types like strings, numbers, and boolean values.classclassThis class is here to get zoom level properties from a map -
Uses of FunctionImpl in org.geotools.mbstyle.function
Subclasses of FunctionImpl in org.geotools.mbstyle.functionModifier and TypeClassDescriptionclassGenerate a Color usingColorConverterFactory, the input is expected to be a String.classFunction that takes an input value, and a default value.classGenerate an output by interpolating between stops just less than and just greater than the function input.classLooks up all script specific alternatives for the given font name.classReturns a font base nameclassReturns "italic" or "normal" based on the font nameclassReturns "bold" or "normal" based on the font nameclassFunction that takes an input and applies a text transformation (one of "lowercase", "uppercase", or "none").