Uses of Class
org.apache.sis.internal.filter.Node

Packages that use Node
Package
Description
Filters features according their properties.
Base implementation shared by the main filter package and the SQLMM extension.
Partial implementation of SQLMM operations as filter expressions.
  • Uses of Node in org.apache.sis.filter

    Subclasses of Node in org.apache.sis.filter
    Modifier and Type
    Class
    Description
    (package private) class 
    Arithmetic operations between two numerical values.
    (package private) static final class 
    The "Add" (+) expression.
    (package private) static final class 
    The "Divide" (÷) expression.
    (package private) static final class 
    The "Multiply" (×) expression.
    (package private) static final class 
    The "Subtract" (−) expression.
    (package private) final class 
    Expression whose value is computed by retrieving the value indicated by the provided path.
    (package private) class 
    Base class for expressions, comparators or filters performing operations on two expressions.
    (package private) class 
    Base class for filters having two expressions evaluating to geometries.
    (package private) final class 
    Spatial operations between two geometries.
    (package private) class 
    Comparison operators between two values.
    (package private) static final class 
    The "PropertyIsBetween" filter.
    (package private) static final class 
    The "PropertyIsEqualTo" (=) filter.
    (package private) static final class 
    The "PropertyIsGreaterThan" (>) filter.
    (package private) static final class 
    The "PropertyIsGreaterThanOrEqualTo" (≥) filter.
    (package private) static final class 
    The "PropertyIsLessThan" (<) filter.
    (package private) static final class 
    The "PropertyIsLessThanOrEqualTo" (≤) filter.
    (package private) static final class 
    The "PropertyIsNotEqualTo" (≠) filter.
    (package private) final class 
    Expression whose results are converted to a different type.
    (package private) final class 
    Spatial operations between two geometries and using a distance.
    (package private) class 
    Base class of some (not all) nodes that are filters.
    (package private) final class 
    Filter features using a set of predefined identifiers and discarding features whose identifier is not in the set.
    (package private) class 
    Expressions that do not depend on any other expression.
    (package private) static class 
    A constant, literal value that can be used in expressions.
    (package private) static final class 
    A literal value which is the result of transforming another literal.
    (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 (⋁).
    (package private) class 
    Expression whose value is computed by retrieving the value indicated by the provided name.
    private static final class 
    An expression fetching property values as Object.
    private static final class 
    An expression fetching property values as an object of specified type.
    private static class 
    An expression fetching property values as an object of specified type.
    (package private) class 
    Temporal operations between a period and an instant.
    (package private) static final class 
    The "After" (>) filter.
    (package private) static final class 
    The "AnyInteracts" filter.
    (package private) static final class 
    The "Before" (<) filter.
    (package private) static final class 
    The "Begins" filter.
    (package private) static final class 
    The "BegunBy" filter.
    (package private) static final class 
    The "TContains" filter.
    (package private) static final class 
    The "During" filter.
    (package private) static final class 
    The "EndedBy" filter.
    (package private) static final class 
    The "Ends" filter.
    (package private) static final class 
    The "TEquals" (=) filter.
    (package private) static final class 
    The "Meets" filter.
    (package private) static final class 
    The "MetBy" filter.
    (package private) static final class 
    The "OverlappedBy" filter.
    (package private) static final class 
    The "TOverlaps" filter.
    (package private) class 
    Base class for expressions, comparators or filters performing operations on one expressions.
    (package private) static final class 
    Filter operator that checks if an expression's value is nil.
    (package private) static final class 
    Filter operator that checks if an expression's value is null.
  • Uses of Node in org.apache.sis.internal.filter

    Modifier and Type
    Class
    Description
    (package private) final class 
    Expression whose results is a geometry wrapper.
  • Uses of Node in org.apache.sis.internal.filter.sqlmm

    Modifier and Type
    Class
    Description
    (package private) class 
    A function where the last argument is the identifier of a Coordinate Reference System.
    (package private) class 
    SQLMM spatial functions taking non-geometry operands and creating a geometry.
    (package private) class 
    SQLMM spatial functions taking non-geometry operands and parsing a geometry.
    (package private) class 
    SQLMM spatial functions taking a single geometry operand.
    (package private) static final class 
    SQLMM spatial functions taking a single geometry operand with one argument.
    (package private) class 
    Base class of SQLMM spatial functions.
    (package private) final class 
    Constructor for a geometry which is transformed from a Well-Known Binary (WKB) representation.
    (package private) final class 
    Constructor for a geometry which is transformed from a Well-Known Text (WKT) representation.
    (package private) final class 
    An expression which creates a point geometry from coordinate values.
    (package private) final class 
    Return an geometry value transformed to the specified spatial reference system, considering z and m coordinate values in the calculations and including them in the resultant geometry.
    (package private) class 
    SQLMM spatial functions taking two geometry operands.
    (package private) static final class 
    SQLMM spatial functions taking a single geometry operand with one argument.