Package | Description |
---|---|
org.opengis.cite.iso19142.basic.filter |
This package includes tests covering the use of filter predicates in query
expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
BBOXOperatorTests
Tests the response to a GetFeature request that includes a BBOX predicate.
|
class |
PropertyIsEqualToOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIs[Not]EqualTo filter that compares the value of a property
against some specified value. |
class |
PropertyIsLikeOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIsLike filter that tests the value of a property using a
specified pattern--a combination of regular characters and metacharacters. |
class |
PropertyIsNilOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIsNil filter predicate that tests the content of a specified
property and evaluates if it is nil. |
class |
PropertyIsNullOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIsNull filter predicate; this operator tests for the
existence of a specified feature property. |
class |
RelationalOperatorTests
Tests the response to a GetFeature request that includes a filter predicate
containing one of the following relational operators:
PropertyIsLessThan
PropertyIsGreaterThan
PropertyIsLessThanOrEqualTo
PropertyIsGreaterThanOrEqualTo
|
class |
ResourceIdOperatorTests
Tests the response to a GetFeature request that includes a ResourceId filter
predicate, which is used to identify a feature instance (or a version of it).
|
Copyright © 2013. All rights reserved.