Uses of Class
org.geotools.filter.FunctionImpl
-
-
Uses of FunctionImpl in org.geotools.filter.expression
Subclasses of FunctionImpl in org.geotools.filter.expression Modifier and Type Class Description class
InternalVolatileFunction
-
Uses of FunctionImpl in org.geotools.filter.function
Subclasses of FunctionImpl in org.geotools.filter.function Modifier and Type Class Description class
BoundedByFunction
A function returning the bounds of a feature (including all geometries)class
Collection_NearestFunction
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.color Modifier and Type Class Description class
AbstractHSLFunction
Base for lesscss.org HSL color manipulation functionsclass
ConstrastFunction
Contrast lesscss.org color function.class
DarkenFunction
Implements the lesscss.org darken functionclass
DesaturateFunction
Implements the lesscss.org desaturate functionclass
GrayscaleFunction
Tint lesscss.org color function.class
HSLFunction
hsl lesscss.org color function.class
LightenFunction
Implements the lesscss.org lighten functionclass
MixFunction
Mix lesscss.org color function.class
SaturateFunction
Implements the lesscss.org saturate functionclass
ShadeFunction
Shade lesscss.org color function.class
SpinFunction
Mix lesscss.org color function.class
TintFunction
Tint lesscss.org color function. -
Uses of FunctionImpl in org.geotools.filter.function.string
Subclasses of FunctionImpl in org.geotools.filter.function.string Modifier and Type Class Description class
ConcatenateFunction
The function concatenates strings.class
StringInFunction
-
Uses of FunctionImpl in org.geotools.gce.imagemosaic
Subclasses of FunctionImpl in org.geotools.gce.imagemosaic Modifier and Type Class Description class
FootprintsTransformation
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.expression Modifier and Type Class Description class
MBColor
A class to transform mapbox color expressions into GeoTools expressions.class
MBDecision
The expressions in this section can be used to add conditional logic to your styles.class
MBExpression
The value for any layout property, paint property, or filter may be specified as an expression.class
MBFeatureData
class
MBHeatmap
class
MBLookup
class
MBMath
class
MBRampsScalesCurves
class
MBString
This class is an extension of the MBExpression containing the functions to support MapBox Style String expressions.class
MBTypes
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
MBVariableBinding
class
MBZoom
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.function Modifier and Type Class Description class
CSSFunction
Generate a Color usingColorConverterFactory
, the input is expected to be a String.class
DefaultIfNullFunction
Function that takes an input value, and a default value.class
ExponentialFunction
Generate an output by interpolating between stops just less than and just greater than the function input.class
FontAlternativesFunction
Looks up all script specific alternatives for the given font name.class
MapBoxFontBaseNameFunction
Returns a font base nameclass
MapBoxFontStyleFunction
Returns "italic" or "normal" based on the font nameclass
MapBoxFontWeightFunction
Returns "bold" or "normal" based on the font nameclass
StringTransformFunction
Function that takes an input and applies a text transformation (one of "lowercase", "uppercase", or "none").
-