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.filterModifier and TypeClassDescription(package private) classArithmetic operations between two numerical values.(package private) static final classThe "Add" (+) expression.(package private) static final classThe "Divide" (÷) expression.(package private) static final classThe "Multiply" (×) expression.(package private) static final classThe "Subtract" (−) expression.(package private) final classExpression whose value is computed by retrieving the value indicated by the provided path.(package private) classBinaryFunction<R,V1, V2> Base class for expressions, comparators or filters performing operations on two expressions.(package private) classBinaryGeometryFilter<R,G> Base class for filters having two expressions evaluating to geometries.(package private) final classBinarySpatialFilter<R,G> Spatial operations between two geometries.(package private) classComparison operators between two values.(package private) static final classThe"PropertyIsBetween"filter.(package private) static final classThe"PropertyIsEqualTo"(=) filter.(package private) static final classThe"PropertyIsGreaterThan"(>) filter.(package private) static final classThe"PropertyIsGreaterThanOrEqualTo"(≥) filter.(package private) static final classThe"PropertyIsLessThan"(<) filter.(package private) static final classThe"PropertyIsLessThanOrEqualTo"(≤) filter.(package private) static final classThe"PropertyIsNotEqualTo"(≠) filter.(package private) final classConvertFunction<R,S, V> Expression whose results are converted to a different type.(package private) final classDistanceFilter<R,G> Spatial operations between two geometries and using a distance.(package private) classFilterNode<R>Base class of some (not all) nodes that are filters.(package private) final classIdentifierFilter<R extends AbstractFeature>Filter features using a set of predefined identifiers and discarding features whose identifier is not in the set.(package private) classLeafExpression<R,V> Expressions that do not depend on any other expression.(package private) static classA constant, literal value that can be used in expressions.(package private) static final classA literal value which is the result of transforming another literal.(package private) final classLikeFilter<R>A character string comparison operator with pattern matching.(package private) classLogical filter (AND, OR) using an arbitrary number of operands.(package private) static final classThe "And" operation (⋀).(package private) static final classThe negation filter (¬).(package private) static final classThe "Or" operation (⋁).(package private) classExpression whose value is computed by retrieving the value indicated by the provided name.private static final classAn expression fetching property values asObject.private static final classAn expression fetching property values as an object of specified type.private static classAn expression fetching property values as an object of specified type.(package private) classTemporal operations between a period and an instant.(package private) static final classThe"After"(>) filter.(package private) static final classThe"AnyInteracts"filter.(package private) static final classThe"Before"(<) filter.(package private) static final classThe"Begins"filter.(package private) static final classThe"BegunBy"filter.(package private) static final classThe"TContains"filter.(package private) static final classThe"During"filter.(package private) static final classThe"EndedBy"filter.(package private) static final classThe"Ends"filter.(package private) static final classThe"TEquals"(=) filter.(package private) static final classThe"Meets"filter.(package private) static final classThe"MetBy"filter.(package private) static final classThe"OverlappedBy"filter.(package private) static final classThe"TOverlaps"filter.(package private) classUnaryFunction<R,V> Base class for expressions, comparators or filters performing operations on one expressions.(package private) static final classFilter operator that checks if an expression's value is nil.(package private) static final classFilter operator that checks if an expression's value isnull. -
Uses of Node in org.apache.sis.internal.filter
Subclasses of Node in org.apache.sis.internal.filterModifier and TypeClassDescription(package private) final classGeometryConverter<R,G> Expression whose results is a geometry wrapper. -
Uses of Node in org.apache.sis.internal.filter.sqlmm
Subclasses of Node in org.apache.sis.internal.filter.sqlmmModifier and TypeClassDescription(package private) classA function where the last argument is the identifier of a Coordinate Reference System.(package private) classGeometryConstructor<R,G> SQLMM spatial functions taking non-geometry operands and creating a geometry.(package private) classGeometryParser<R,G> SQLMM spatial functions taking non-geometry operands and parsing a geometry.(package private) classOneGeometry<R,G> SQLMM spatial functions taking a single geometry operand.(package private) static final classSQLMM spatial functions taking a single geometry operand with one argument.(package private) classBase class of SQLMM spatial functions.(package private) final classST_FromBinary<R,G> Constructor for a geometry which is transformed from a Well-Known Binary (WKB) representation.(package private) final classST_FromText<R,G> Constructor for a geometry which is transformed from a Well-Known Text (WKT) representation.(package private) final classST_Point<R,G> An expression which creates a point geometry from coordinate values.(package private) final classST_Transform<R,G> 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) classTwoGeometries<R,G> SQLMM spatial functions taking two geometry operands.(package private) static final classSQLMM spatial functions taking a single geometry operand with one argument.