Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.opengis.filter.expression Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| Add | Encodes the operation of addition. | Interface | org.opengis.filter.expression | GeoTools |
|
| BinaryExpression | Abstract base class for the various filter expressions that compute some value from two input values. | Interface | org.opengis.filter.expression | GeoTools |
|
| Divide | Encodes the operation of division where the first argument is divided by the second argument. | Interface | org.opengis.filter.expression | GeoTools |
|
| Expression | Interface for all the OGC Filter elements that compute values. | Interface | org.opengis.filter.expression | GeoTools |
|
| ExpressionVisitor | Visitor with visit methods to be called by Expression. | Interface | org.opengis.filter.expression | GeoTools |
|
| Function | Instances of this class represent a function call into some implementation-specific Each execution environment should provide a list of supported functions | Interface | org.opengis.filter.expression | GeoTools |
|
| InternalFunction | Special Function type indicating that that the function is to be executed exclusively at run-time, and does not participate in the SPI (Service Provider Interface) lookup mechanism (i. | Interface | org.opengis.filter.expression | GeoTools |
|
| Literal | Instances of this interface provide a constant, literal value that can be used in expressions. | Interface | org.opengis.filter.expression | GeoTools |
|
| Multiply | Encodes the operation of multiplication. | Interface | org.opengis.filter.expression | GeoTools |
|
| NilExpression | Placeholder class used to represent a NIL expression, evaluates to null. | Class | org.opengis.filter.expression | GeoTools |
|
| PropertyName | Expression class whose value is computed by retrieving the value indicated by the provided name. | Interface | org.opengis.filter.expression | GeoTools |
|
| Subtract | Encodes the operation of subtraction where the second argument is subtracted from the first. | Interface | org.opengis.filter.expression | GeoTools |
|
| VolatileFunction | Marker interface indicating that that the function return value can change during a single data access operation even if the argument values provided to | Interface | org.opengis.filter.expression | GeoTools |