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 classInternalVolatileFunctionA 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.function Modifier and Type Class Description classBoundedByFunctionA function returning the bounds of a feature (including all geometries)classCollection_NearestFunctionFinds 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 classAbstractHSLFunctionBase for lesscss.org HSL color manipulation functionsclassConstrastFunctionContrast lesscss.org color function.classDarkenFunctionImplements the lesscss.org darken functionclassDesaturateFunctionImplements the lesscss.org desaturate functionclassGrayscaleFunctionTint lesscss.org color function.classHSLFunctionhsl lesscss.org color function.classLightenFunctionImplements the lesscss.org lighten functionclassMixFunctionMix lesscss.org color function.classSaturateFunctionImplements the lesscss.org saturate functionclassShadeFunctionShade lesscss.org color function.classSpinFunctionMix lesscss.org color function.classTintFunctionTint 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 classConcatenateFunctionThe function concatenates strings.classStringInFunction -
Uses of FunctionImpl in org.geotools.gce.imagemosaic
Subclasses of FunctionImpl in org.geotools.gce.imagemosaic Modifier and Type Class Description classFootprintsTransformationTransformation 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.expression Modifier and Type Class Description classMBColorA class to transform mapbox color expressions into GeoTools expressions.classMBDecisionThe expressions in this section can be used to add conditional logic to your styles.classMBExpressionThe value for any layout property, paint property, or filter may be specified as an expression.classMBFeatureDataclassMBHeatmapclassMBLookupclassMBMathclassMBRampsScalesCurvesclassMBStringThis class is an extension of the MBExpression containing the functions to support MapBox Style String expressions.classMBTypesThe expressions in this section are provided for the purpose of testing for and converting between different data types like strings, numbers, and boolean values.classMBVariableBindingclassMBZoomThis 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 classCSSFunctionGenerate a Color usingColorConverterFactory, the input is expected to be a String.classDefaultIfNullFunctionFunction that takes an input value, and a default value.classExponentialFunctionGenerate an output by interpolating between stops just less than and just greater than the function input.classFontAlternativesFunctionLooks up all script specific alternatives for the given font name.classMapBoxFontBaseNameFunctionReturns a font base nameclassMapBoxFontStyleFunctionReturns "italic" or "normal" based on the font nameclassMapBoxFontWeightFunctionReturns "bold" or "normal" based on the font nameclassStringTransformFunctionFunction that takes an input and applies a text transformation (one of "lowercase", "uppercase", or "none").
-