Uses of Interface
org.geotools.api.filter.MultiValuedFilter
Packages that use MultiValuedFilter
-
Uses of MultiValuedFilter in org.geotools.api.filter
Subinterfaces of MultiValuedFilter in org.geotools.api.filterModifier and TypeInterfaceDescriptioninterface
Abstract base class for filters that compare exactly two values against each other.interface
A compact way of encoding a range check.interface
Filter operator that compares that its two sub-expressions are equal to each other.interface
Filter operator that checks that its first sub-expression is greater than its second subexpression.interface
Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.interface
Filter operator that checks that its first sub-expression is less than its second subexpression.interface
Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.interface
Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.interface
Filter operator that compares that its two sub-expressions are not equal to each other. -
Uses of MultiValuedFilter in org.geotools.api.filter.spatial
Subinterfaces of MultiValuedFilter in org.geotools.api.filter.spatialModifier and TypeInterfaceDescriptioninterface
Spatial operator that evaluates totrue
when the bounding box of the feature's geometry overlaps the bounding box provided in this object's properties.interface
An extension to the general BBOX filter for supporting 3D Bounding Boxes that have a minimum and maximum Z-value.interface
Concrete distance buffer operator that evaluates astrue
when all of a feature's geometry lies beyond (i.e. is more distant) than the given distance from this object's geometry.interface
Abstract superclass for filter operators that perform some sort of spatial comparison on two geometric objects.interface
Marker interface for spatial operators that are a subset of the BBOX relationship.interface
Concrete binary spatial operator that evaluates totrue
if the the first geometric operand contains the second.interface
Concrete binary spatial operator that evaluates totrue
if the first geometric operand crosses the second (in the sense defined by the OGC Simple Features specification).interface
Concrete binary spatial operator that evaluates totrue
if the first operand is disjoint from the second (in the sense defined in the OGC Simple Features specification).interface
Abstract superclass for spatial operators that check that one shape satisfies some relation to a buffer around another shape.interface
Concrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance of the second geometry.interface
Concrete binary spatial operator that evaluates totrue
if the geometry of the two operands are equal.interface
Concrete binary spatial operator that evaluates totrue
if the two geometric operands intersect.interface
Concrete binary spatial operator that evaluates totrue
if the interior of the first geometry somewhere overlaps the interior of the second geometry.interface
Abstract base class for operators that perform a spatial comparison on geometric attributes of a feature.interface
Concrete binary spatial operator that evaluates totrue
if the feature's geometry touches, but does not overlap with the geometry held by this object.interface
Concrete binary spatial operator that evaluates totrue
if the feature's geometry is completely contained by the constant geometry held by this object. -
Uses of MultiValuedFilter in org.geotools.api.filter.temporal
Subinterfaces of MultiValuedFilter in org.geotools.api.filter.temporalModifier and TypeInterfaceDescriptioninterface
Filter operator that determines if a temporal object is after another temporal object as defined by the Filter Encoding Specification.interface
Filter operator that determines if two temporal periods interact in any way as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal object is before another temporal object as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal object is located at the beginning of another temporal object as defined by the Filter Encoding Specification.interface
Filter operator that determines if another temporal object is located at the beginning of a temporal object as defined by the Filter Encoding Specification.interface
Base interface for all temporal filter operators.interface
Filter operator that determines if a temporal object is located during another temporal object as defined by the Filter Encoding Specification.interface
Filter operator that determines if another temporal object is located at the end of a temporal object as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal object is located at the end of another temporal object as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal period is met by another temporal period as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal period meets by another temporal period as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal period is overlapped by another temporal period as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal object contains another temporal object as defined by the Filter Encoding Specification.interface
Filter operator that determines if two temporal objects are equal as defined by the Filter Encoding Specification.interface
Filter operator that determines if a temporal period overlaps another temporal period as defined by the Filter Encoding Specification. -
Uses of MultiValuedFilter in org.geotools.filter
Classes in org.geotools.filter that implement MultiValuedFilterModifier and TypeClassDescriptionclass
Abstract implementation for binary filters.class
Defines geometry filters with a distance element.class
Defines a comparison filter (can be a math comparison or generic equals).class
Implements a geometry filter.class
Straight implementation of GeoAPI interface.class
class
class
class
class
class
JD: PropertyIsNil requires us to return true if a property is "nil" in the xml schema sense.class
class
class
Defines a like filter, which checks to see if an attribute matches a REGEXP.class
Support for Multi-valued properties when comparing -
Uses of MultiValuedFilter in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement MultiValuedFilterModifier and TypeClassDescriptionclass
A base class for GeometryFilters that will use PreparedGeometries when the Expression is a Literal Expression.class
A 3D BBOX Filter Implementation Supports filtering with BBOXes that have 3D coordinates including a minimum and maximum for the z-axis.class
class
class
class
class
class
class
class
class
class
class
-
Uses of MultiValuedFilter in org.geotools.filter.temporal
Classes in org.geotools.filter.temporal that implement MultiValuedFilterModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of MultiValuedFilter in org.geotools.filter.visitor
Classes in org.geotools.filter.visitor with type parameters of type MultiValuedFilterModifier and TypeInterfaceDescriptionprotected static interface
This interface is in support of a generic function (demultiply) that gets rid of the multi-valued literals, with any type of filter that takes two expressions.Methods in org.geotools.filter.visitor with type parameters of type MultiValuedFilterModifier and TypeMethodDescriptionprotected <T extends MultiValuedFilter>
FilterLiteralDemultiplyingFilterVisitor.demultiply
(T filter, LiteralDemultiplyingFilterVisitor.FilterReplacer<T> replacer) Demultiplies first and second expressionprotected <T extends MultiValuedFilter>
FilterLiteralDemultiplyingFilterVisitor.demultiplyFirst
(T filter, LiteralDemultiplyingFilterVisitor.FilterReplacer<T> replacer) demultiplies the first expression