org.geotools.filter.visitor
Interface MapItem
- All Superinterfaces:
- org.opengis.filter.expression.Expression
@XmlElement(value="MapItem")
public interface MapItem
- extends org.opengis.filter.expression.Expression
This function recodes values from a property or expression into corresponding values of
arbitrary type. The comparisons are performed checking for identical values.
- Version:
- Symbology Encoding Implementation Specification 1.1.0
- Author:
- Johann Sorel (Geomatys)
Fields inherited from interface org.opengis.filter.expression.Expression |
NIL |
Method Summary |
double |
getData()
Get data. |
org.opengis.filter.expression.Expression |
getValue()
Get value. |
Methods inherited from interface org.opengis.filter.expression.Expression |
accept, evaluate, evaluate |
getValue
@XmlElement(value="Value")
org.opengis.filter.expression.Expression getValue()
- Get value.
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.
- Returns:
- Expression
getData
@XmlElement(value="Data")
double getData()
- Get data.
- Returns:
- double
Copyright © 1996-2010 Geotools. All Rights Reserved.