Uses of Interface
org.opengis.filter.Filter

Packages that use Filter
Package
Description
Filters features according their properties.
  • Uses of Filter in org.opengis.filter

    Subinterfaces of Filter in org.opengis.filter
    Modifier and Type
    Interface
    Description
    interface 
    A compact way of encoding a range check.
    interface 
    An operator that evaluates the mathematical comparison between two arguments.
    interface 
    Operator that tests whether two expressions that evaluate to geometric values satisfy the spatial relationship implied by the operator.
    interface 
    An operator that evaluates the mathematical comparison between arguments.
    interface 
    Spatial operator that checks that one geometry satisfies some relation to a buffer around another geometry.
    interface 
    A character string comparison operator with pattern matching.
    interface 
    Combination of one or more conditional expressions.
    interface 
    An operator that evaluates if the value of an expression is nil.
    interface 
    An operator that tests if an expression's value is null.
    interface 
    Predicate to identify any identifiable resource within a filter expression.
    interface 
    Operator that determines whether its geometric arguments satisfy the stated spatial relationship.
    interface 
    Operator that determines whether its time arguments satisfy the stated spatial relationship.
    Methods in org.opengis.filter that return Filter
    Modifier and Type
    Method
    Description
    static <R> Filter<R>
    Filter.exclude()
    A filter that always evaluates to false.
    static <R> Filter<R>
    Filter.include()
    A filter that always evaluates to true.
    Methods in org.opengis.filter that return types with arguments of type Filter
    Modifier and Type
    Method
    Description
    List<Filter<? super R>>
    LogicalOperator.getOperands()
    Returns a list containing all of the child filters of this object.