public class PropertyIsBetweenOperatorTests
extends org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
PropertyIsBetween filter that compares the value
of a property against the specified range.
| Constructor and Description |
|---|
PropertyIsBetweenOperatorTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidPropertyReference(org.opengis.cite.iso19142.ProtocolBinding binding)
[
Test] Submits a GetFeature request containing a PropertyIsBetween predicate that refers to an invalid
feature property. |
void |
propertyIsBetween(org.opengis.cite.iso19142.ProtocolBinding binding,
QName featureType)
[
Test] Submits a GetFeature request containing a PropertyIsBetween predicate that applies to some
simple feature property. |
buildRequestEntity, discardResponseEntity, findTemporalProperties, initQueryFilterFixturepublic void propertyIsBetween(org.opengis.cite.iso19142.ProtocolBinding binding,
QName featureType)
Test] Submits a GetFeature request containing a PropertyIsBetween predicate that applies to some
simple feature property. The response entity must include only feature instances with matching property values;binding - The ProtocolBinding to use for this request.featureType - A QName representing the qualified name of some feature type.public void invalidPropertyReference(org.opengis.cite.iso19142.ProtocolBinding binding)
Test] Submits a GetFeature request containing a PropertyIsBetween predicate that refers to an invalid
feature property. An exception report is expected in response with status code 400 and exception code
InvalidParameterValue.binding - The ProtocolBinding to use for this request.Copyright © 2022 Open Geospatial Consortium. All rights reserved.