Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.opengis.filter.expression Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
AddEncodes the operation of addition.Interfaceorg.opengis.filter.expressionGeoTools
BinaryExpressionAbstract base class for the various filter expressions that compute some value from two input values.Interfaceorg.opengis.filter.expressionGeoTools
DivideEncodes the operation of division where the first argument is divided by the second argument.Interfaceorg.opengis.filter.expressionGeoTools
ExpressionInterface for all the OGC Filter elements that compute values.Interfaceorg.opengis.filter.expressionGeoTools
ExpressionVisitorVisitor with visit methods to be called by Expression.Interfaceorg.opengis.filter.expressionGeoTools
FunctionInstances of this class represent a function call into some implementation-specific Each execution environment should provide a list of supported functionsInterfaceorg.opengis.filter.expressionGeoTools
InternalFunctionSpecial 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.Interfaceorg.opengis.filter.expressionGeoTools
LiteralInstances of this interface provide a constant, literal value that can be used in expressions.Interfaceorg.opengis.filter.expressionGeoTools
MultiplyEncodes the operation of multiplication.Interfaceorg.opengis.filter.expressionGeoTools
NilExpressionPlaceholder class used to represent a NIL expression, evaluates to null.Classorg.opengis.filter.expressionGeoTools
PropertyNameExpression class whose value is computed by retrieving the value indicated by the provided name.Interfaceorg.opengis.filter.expressionGeoTools
SubtractEncodes the operation of subtraction where the second argument is subtracted from the first.Interfaceorg.opengis.filter.expressionGeoTools
VolatileFunction Marker interface indicating that that the function return value can change during a single data access operation even if the argument values provided toInterfaceorg.opengis.filter.expressionGeoTools