Uses of Class
org.apache.sis.filter.FilterNode

Packages that use FilterNode
Package
Description
Filters features according their properties.
  • Uses of FilterNode in org.apache.sis.filter

    Modifier and Type
    Class
    Description
    (package private) class 
    Base class for filters having two expressions evaluating to geometries.
    (package private) final class 
    Spatial operations between two geometries.
    (package private) static final class 
    The "PropertyIsBetween" filter.
    (package private) final class 
    Spatial operations between two geometries and using a distance.
    (package private) final class 
    Filter features using a set of predefined identifiers and discarding features whose identifier is not in the set.
    (package private) final class 
    A character string comparison operator with pattern matching.
    (package private) class 
    Logical filter (AND, OR) using an arbitrary number of operands.
    (package private) static final class 
    The "And" operation (⋀).
    (package private) static final class 
    The negation filter (¬).
    (package private) static final class 
    The "Or" operation (⋁).