|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Interpolate") public interface Interpolate
Interpolation: Transformation of continuous values by a function defined on a number of nodes. This is used to adjust the value distribution of an attribute to the desired distribution of a continuous symbolization control variable (like size, width, color, etc). In case the Categorize (or Interpolate) function is used inside a RasterSymbolizer as a ColorMap, the LookupValue is set to the fixed value “Rasterdata”.
Field Summary |
---|
Fields inherited from interface Expression |
---|
NIL |
Method Summary | |
---|---|
List<InterpolationPoint> |
getInterpolationPoints()
See InterpolationPoint for details. |
Expression |
getLookupValue()
Get lookup value. |
Method |
getMethod()
Get the interpolation method. |
Mode |
getMode()
Get the interpolation mode. |
Methods inherited from interface Function |
---|
getFallbackValue, getName, getParameters |
Methods inherited from interface Expression |
---|
accept, evaluate, evaluate |
Method Detail |
---|
@XmlElement(value="LookupValue") Expression getLookupValue()
List<InterpolationPoint> getInterpolationPoints()
InterpolationPoint
for details.
@XmlElement(value="Mode") Mode getMode()
@XmlElement(value="Method") Method getMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |