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 TypeInterfaceDescriptioninterfaceAbstract base class for filters that compare exactly two values against each other.interfaceA compact way of encoding a range check.interfaceFilter operator that compares that its two sub-expressions are equal to each other.interfaceFilter operator that checks that its first sub-expression is greater than its second subexpression.interfaceFilter operator that checks that its first sub-expression is greater or equal to its second subexpression.interfaceFilter operator that checks that its first sub-expression is less than its second subexpression.interfaceFilter operator that checks that its first sub-expression is less than or equal to its second subexpression.interfaceFilter operator that performs the equivalent of the SQL "like" operator on properties of a feature.interfaceFilter 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 TypeInterfaceDescriptioninterfaceSpatial operator that evaluates totruewhen the bounding box of the feature's geometry overlaps the bounding box provided in this object's properties.interfaceAn extension to the general BBOX filter for supporting 3D Bounding Boxes that have a minimum and maximum Z-value.interfaceConcrete distance buffer operator that evaluates astruewhen all of a feature's geometry lies beyond (i.e. is more distant) than the given distance from this object's geometry.interfaceAbstract superclass for filter operators that perform some sort of spatial comparison on two geometric objects.interfaceMarker interface for spatial operators that are a subset of the BBOX relationship.interfaceConcrete binary spatial operator that evaluates totrueif the the first geometric operand contains the second.interfaceConcrete binary spatial operator that evaluates totrueif the first geometric operand crosses the second (in the sense defined by the OGC Simple Features specification).interfaceConcrete binary spatial operator that evaluates totrueif the first operand is disjoint from the second (in the sense defined in the OGC Simple Features specification).interfaceAbstract superclass for spatial operators that check that one shape satisfies some relation to a buffer around another shape.interfaceConcrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance of the second geometry.interfaceConcrete binary spatial operator that evaluates totrueif the geometry of the two operands are equal.interfaceConcrete binary spatial operator that evaluates totrueif the two geometric operands intersect.interfaceConcrete binary spatial operator that evaluates totrueif the interior of the first geometry somewhere overlaps the interior of the second geometry.interfaceAbstract base class for operators that perform a spatial comparison on geometric attributes of a feature.interfaceConcrete binary spatial operator that evaluates totrueif the feature's geometry touches, but does not overlap with the geometry held by this object.interfaceConcrete binary spatial operator that evaluates totrueif 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 TypeInterfaceDescriptioninterfaceFilter operator that determines if a temporal object is after another temporal object as defined by the Filter Encoding Specification.interfaceFilter operator that determines if two temporal periods interact in any way as defined by the Filter Encoding Specification.interfaceFilter operator that determines if a temporal object is before another temporal object as defined by the Filter Encoding Specification.interfaceFilter operator that determines if a temporal object is located at the beginning of another temporal object as defined by the Filter Encoding Specification.interfaceFilter operator that determines if another temporal object is located at the beginning of a temporal object as defined by the Filter Encoding Specification.interfaceBase interface for all temporal filter operators.interfaceFilter operator that determines if a temporal object is located during another temporal object as defined by the Filter Encoding Specification.interfaceFilter operator that determines if another temporal object is located at the end of a temporal object as defined by the Filter Encoding Specification.interfaceFilter operator that determines if a temporal object is located at the end of another temporal object as defined by the Filter Encoding Specification.interfaceFilter operator that determines if a temporal period is met by another temporal period as defined by the Filter Encoding Specification.interfaceFilter operator that determines if a temporal period meets by another temporal period as defined by the Filter Encoding Specification.interfaceFilter operator that determines if a temporal period is overlapped by another temporal period as defined by the Filter Encoding Specification.interfaceFilter operator that determines if a temporal object contains another temporal object as defined by the Filter Encoding Specification.interfaceFilter operator that determines if two temporal objects are equal as defined by the Filter Encoding Specification.interfaceFilter 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 TypeClassDescriptionclassAbstract implementation for binary filters.classDefines geometry filters with a distance element.classDefines a comparison filter (can be a math comparison or generic equals).classImplements a geometry filter.classStraight implementation of GeoAPI interface.classclassclassclassclassclassJD: PropertyIsNil requires us to return true if a property is "nil" in the xml schema sense.classclassclassDefines a like filter, which checks to see if an attribute matches a REGEXP.classSupport for Multi-valued properties when comparing -
Uses of MultiValuedFilter in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement MultiValuedFilterModifier and TypeClassDescriptionclassA base class for GeometryFilters that will use PreparedGeometries when the Expression is a Literal Expression.classA 3D BBOX Filter Implementation Supports filtering with BBOXes that have 3D coordinates including a minimum and maximum for the z-axis.classclassclassclassclassclassclassclassclassclassclass -
Uses of MultiValuedFilter in org.geotools.filter.temporal
Classes in org.geotools.filter.temporal that implement MultiValuedFilterModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of MultiValuedFilter in org.geotools.filter.visitor
Classes in org.geotools.filter.visitor with type parameters of type MultiValuedFilterModifier and TypeInterfaceDescriptionprotected static interfaceThis 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