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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A function returning the bounds of a feature (including all geometries)class
Finds 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 TypeClassDescriptionclass
Base for lesscss.org HSL color manipulation functionsclass
Contrast lesscss.org color function.class
Implements the lesscss.org darken functionclass
Implements the lesscss.org desaturate functionclass
Tint lesscss.org color function.class
hsl lesscss.org color function.class
Implements the lesscss.org lighten functionclass
Mix lesscss.org color function.class
Implements the lesscss.org saturate functionclass
Shade lesscss.org color function.class
Mix lesscss.org color function.class
Tint lesscss.org color function. -
Uses of FunctionImpl in org.geotools.filter.function.string
Subclasses of FunctionImpl in org.geotools.filter.function.stringModifier and TypeClassDescriptionclass
The function concatenates strings.class
-
Uses of FunctionImpl in org.geotools.gce.imagemosaic
Subclasses of FunctionImpl in org.geotools.gce.imagemosaicModifier and TypeClassDescriptionclass
Transformation returning the same granules that theStructuredGridCoverage2DReader
would 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 TypeClassDescriptionclass
A class to transform mapbox color expressions into GeoTools expressions.class
The expressions in this section can be used to add conditional logic to your styles.class
The value for any layout property, paint property, or filter may be specified as an expression.class
class
class
class
class
class
This class is an extension of the MBExpression containing the functions to support MapBox Style String expressions.class
The expressions in this section are provided for the purpose of testing for and converting between different data types like strings, numbers, and boolean values.class
class
This 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 TypeClassDescriptionclass
Generate a Color usingColorConverterFactory
, the input is expected to be a String.class
Function that takes an input value, and a default value.class
Generate an output by interpolating between stops just less than and just greater than the function input.class
Looks up all script specific alternatives for the given font name.class
Returns a font base nameclass
Returns "italic" or "normal" based on the font nameclass
Returns "bold" or "normal" based on the font nameclass
Function that takes an input and applies a text transformation (one of "lowercase", "uppercase", or "none").