Package com.luciad.ogc.sld.model.functions
package com.luciad.ogc.sld.model.functions
Model objects for functions defined by the
Symbology encoding standard, version 1.1.0. The older 1.0 version of the standard does not support these
functions, so they should not be used if compatibility with that (deprecated) version is required.
Functions offer more flexible ways to map property values of objects to values that are suitable for styling such as colors.
The SLD prefix of the classes in this package refers to the older version of the standard, but they are equally usable for the newer SE (Symbology Encoding) standard.
- Since:
- 2012.1
-
ClassDescriptionThe transformation of continuous values to distinct values.Indicates whether a lookup value that is equal to a threshold should be mapped on to the
preceeding
or thesucceeding
value.Changes the case of strings.The direction in which to change the case of a String.Concatenates strings.Function for formatting dates.Function for formatting numbers to make them human readable.An SLD function is the base type for all custom functions defined by the Symbology Encoding specification.Interpolate allows to transform continuous values by a function defined on a number of interpolation points.The interpolation method.The interpolation mode.An InterpolationPoint defines a correspondence between the LookupValues and the transformed values.A map item maps a given key to a value.Recode allows the transformation of discrete values to any other values.Returns the length of a string.Returns the position of first occurrence of 'LookupString' in 'StringValue', counting from 1.The search direction indicates whether searching goesfrontToBack
orbackToFront
.Returns substrings of a given String.Strips off trailing and/or leading characters from a string value, by default, spaces are removed.An enumeration that indicates at what position characters should be removed from a String.