Class FeaturesCrsParameterTransform
java.lang.Object
org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features.AbstractFeaturesCrs
org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features.FeaturesCrsParameterTransform
Verifies transformed geometries in the paths /collection/{collectionId}/items
Abstract Test 7: /conf/crs/crs-parameter-transform
Test Purpose: Verify that the geometries are transformed
Requirement: /req/crs/crs-action
Test Method
For every CRS identifier advertized by the Web API that is known to the test engine and for which the test engine can
convert geometries between the CRS and the default CRS of the Web API ("known CRS") execute the following test.
Skip the test for unknown CRSs.
1. For each spatial feature collection collectionId, send a request with the parameter crs
to /collections/{collectionId}/items and /collections/{collectionId}/items/{featureId}
(with a valid featureId for the collection) for every known CRS listed. In addition, send the same request,
but without the crs parameter.
2. Convert the response for the known CRS to the default CRS and verify that the responses match. Due to the use of
different coordinate conversions in the test engine and by the API, there will not be an exact match and the test
engine will have to allow for reasonable differences when assessing whether the geometries match.
- Author:
- Lyn Goltz
-
Field Summary
Fields inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
requestLoggingFilter, responseLoggingFilter, rootUri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidverifyFeaturesCrsParameterTransformWithCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem crs, CoordinateSystem defaultCRS) Test: transformed geometries in the path /collections/{collectionId}/itemsvoidverifyFeaturesCrsParameterTransformWithoutCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection) Test: transformed geometries in the path /collections/{collectionId}/itemsMethods inherited from class org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features.AbstractFeaturesCrs
collectionIdAndJson, collectionIdAndJsonAndCrs, collectionIdAndJsonAndCrsAndDefaultCrs, retrieveRequiredInformationFromTestContextMethods inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
clearMessages, getRequest, getResponse, init, initCommonFixture
-
Constructor Details
-
FeaturesCrsParameterTransform
public FeaturesCrsParameterTransform()
-
-
Method Details
-
verifyFeaturesCrsParameterTransformWithoutCrsParameter
public void verifyFeaturesCrsParameterTransformWithoutCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection) throws org.locationtech.jts.io.ParseException Test: transformed geometries in the path /collections/{collectionId}/items- Parameters:
collectionId- id id of the collection, nevernullcollection- the /collection object, nevernull- Throws:
org.locationtech.jts.io.ParseException- if the geometry could not be parsed
-
verifyFeaturesCrsParameterTransformWithCrsParameter
public void verifyFeaturesCrsParameterTransformWithCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem crs, CoordinateSystem defaultCRS) throws org.locationtech.jts.io.ParseException Test: transformed geometries in the path /collections/{collectionId}/items- Parameters:
collectionId- id id of the collection, nevernullcollection- the /collection object, nevernullcrs- the crs to test, nevernulldefaultCRS- the defaultCRS of the collection, nevernull- Throws:
org.locationtech.jts.io.ParseException- if the geometry could not be parsed
-