Uses of Class
org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
Packages that use QueryFilterFixture
Package
Description
This package includes tests covering the use of filter predicates in query expressions.
This package includes tests covering the use of spatial operators in query expressions.
This package includes tests covering the use of temporal operators in query
expressions.
This package includes tests for join queries.
-
Uses of QueryFilterFixture in org.opengis.cite.iso19142.basic.filter
Subclasses of QueryFilterFixture in org.opengis.cite.iso19142.basic.filterModifier and TypeClassDescriptionclassTests the response to a GetFeature request that includes a filter predicate containing one of the following comparison operators: PropertyIsLessThan PropertyIsGreaterThan PropertyIsLessThanOrEqualTo PropertyIsGreaterThanOrEqualToclassTests the response to a GetFeature request that includes aPropertyIs[Not]EqualTofilter that compares the value of a property against some specified value.classTests the response to a GetFeature request that includes aPropertyIsLikefilter that tests the value of a property using a specified pattern--a combination of regular characters and metacharacters.classTests the response to a GetFeature request that includes aPropertyIsNilfilter predicate that tests the content of a specified property and evaluates if it is nil.classTests the response to a GetFeature request that includes aPropertyIsNullfilter predicate; this operator tests for the existence of a specified feature property.classTests the response to a GetFeature request that includes a ResourceId filter predicate, which is used to identify a feature instance (or some version of it). -
Uses of QueryFilterFixture in org.opengis.cite.iso19142.basic.filter.spatial
Subclasses of QueryFilterFixture in org.opengis.cite.iso19142.basic.filter.spatialModifier and TypeClassDescriptionclassTests the response to a GetFeature request that includes a BBOX predicate.classTests the response to a GetFeature request that includes the spatial predicate Intersects. -
Uses of QueryFilterFixture in org.opengis.cite.iso19142.basic.filter.temporal
Subclasses of QueryFilterFixture in org.opengis.cite.iso19142.basic.filter.temporalModifier and TypeClassDescriptionclassclassTests the response to a GetFeature request that includes the temporal predicate After.classTests the response to a GetFeature request that includes the temporal predicate Before.classTests the response to a GetFeature request that includes the temporal predicate During. -
Uses of QueryFilterFixture in org.opengis.cite.iso19142.joins
Subclasses of QueryFilterFixture in org.opengis.cite.iso19142.joinsModifier and TypeClassDescriptionclassA spatial join includes a spatial predicate.