GeoAPI 2.0
Build 2005-06-08

Uses of Package
org.opengis.filter.expression

Packages that use org.opengis.filter.expression
org.opengis.filter Filters features according their properties. 
org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to single Object value. 
org.opengis.filter.spatial A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship. 
org.opengis.sld Allows user-defined symbolization of feature data. 
 

Classes in org.opengis.filter.expression used by org.opengis.filter
Add
          Encodes the operation of addition.
Divide
          Encodes the operation of division where the first argument is divided by the second argument.
Expression
          Abstract super-interface for all the OGC Filter elements that compute values, potentially using feature attributes in the computation.
Function
          Instances of this class represent a function call into some implementation-specific function.
Literal
          Instances of this interface provide a constant, literal value that can be used in expressions.
Multiply
          Encodes the operation of multiplication.
PropertyName
          Expression class whose value is computed by retrieving the value of a feature's property.
Subtract
          Encodes the operation of subtraction where the second argument is subtracted from the first.
 

Classes in org.opengis.filter.expression used by org.opengis.filter.expression
Add
          Encodes the operation of addition.
BinaryExpression
          Abstract base class for the various filter expressions that compute some value from two input values.
Divide
          Encodes the operation of division where the first argument is divided by the second argument.
Expression
          Abstract super-interface for all the OGC Filter elements that compute values, potentially using feature attributes in the computation.
ExpressionVisitor
          Visitor with visit methods to be called by Expression.accept(...).
Function
          Instances of this class represent a function call into some implementation-specific function.
Literal
          Instances of this interface provide a constant, literal value that can be used in expressions.
Multiply
          Encodes the operation of multiplication.
PropertyName
          Expression class whose value is computed by retrieving the value of a feature's property.
Subtract
          Encodes the operation of subtraction where the second argument is subtracted from the first.
 

Classes in org.opengis.filter.expression used by org.opengis.filter.spatial
Expression
          Abstract super-interface for all the OGC Filter elements that compute values, potentially using feature attributes in the computation.
 

Classes in org.opengis.filter.expression used by org.opengis.sld
Expression
          Abstract super-interface for all the OGC Filter elements that compute values, potentially using feature attributes in the computation.
 


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium