Uses of Class
com.luciad.ogc.sld.model.functions.TLcdSLDFunction
Packages that use TLcdSLDFunction
Package
Description
Model objects for functions defined by the
Symbology encoding standard, version 1.1.0.
-
Uses of TLcdSLDFunction in com.luciad.ogc.sld.model.functions
Subclasses of TLcdSLDFunction in com.luciad.ogc.sld.model.functionsModifier and TypeClassDescriptionclassThe transformation of continuous values to distinct values.classChanges the case of strings.classConcatenates strings.classFunction for formatting dates.classFunction for formatting numbers to make them human readable.classInterpolate allows to transform continuous values by a function defined on a number of interpolation points.classRecode allows the transformation of discrete values to any other values.classReturns the length of a string.classReturns the position of first occurrence of 'LookupString' in 'StringValue', counting from 1.classReturns substrings of a given String.classStrips off trailing and/or leading characters from a string value, by default, spaces are removed.