@XmlElement(value="InterpolationPoint") public interface InterpolationPoint
Only numeric quantities are allowed for LookupValue and Data. Values are usually numeric as well. The interpolation of color-values requires the attribute mode="color" at the Interpolate element.s
Modifier and Type | Method and Description |
---|---|
double |
getData()
Get data.
|
Expression |
getValue()
Get value.
|
@XmlElement(value="Value") Expression getValue()
The Values can be of any type, dependent on which symbolization context the function is employed. Color values (like #00ffff) or numeric values are typical.
@XmlElement(value="Data") double getData()
Copyright © 1996–2023 Geotools. All rights reserved.