| Package | Description |
|---|---|
| org.opengis.cite.iso19142.basic.filter |
This package includes tests covering the use of filter predicates in query
expressions.
|
| org.opengis.cite.iso19142.basic.filter.spatial |
This package includes tests covering the use of spatial operators in query
expressions.
|
| org.opengis.cite.iso19142.basic.filter.temporal |
This package includes tests covering the use of temporal operators in query
expressions.
|
| org.opengis.cite.iso19142.joins |
This package includes tests for join queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparisonOperatorTests
Tests the response to a GetFeature request that includes a filter predicate
containing one of the following comparison operators:
PropertyIsLessThan
PropertyIsGreaterThan
PropertyIsLessThanOrEqualTo
PropertyIsGreaterThanOrEqualTo
|
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 |
ResourceIdFilterTests
Tests 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BBOXTests
Tests the response to a GetFeature request that includes a BBOX predicate.
|
class |
IntersectsTests
Tests the response to a GetFeature request that includes the spatial
predicate Intersects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemporalTest |
class |
AfterTests
Tests the response to a GetFeature request that includes the temporal
predicate After.
|
class |
BeforeTests
Tests the response to a GetFeature request that includes the temporal
predicate Before.
|
class |
DuringTests
Tests the response to a GetFeature request that includes the temporal
predicate During.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialJoinTests
A spatial join includes a spatial predicate.
|
Copyright © 2020 Open Geospatial Consortium. All rights reserved.