Uses of Class
org.apache.sis.filter.FilterNode
Packages that use FilterNode
-
Uses of FilterNode in org.apache.sis.filter
Subclasses of FilterNode in org.apache.sis.filterModifier and TypeClassDescription(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) static final classThe"PropertyIsBetween"filter.(package private) final classDistanceFilter<R,G> Spatial operations between two geometries and using a distance.(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) 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 (⋁).