Uses of Class
org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.CoordinateSystem
Packages that use CoordinateSystem
Package
Description
The root package includes supporting classes of general utility such as the main
controller, listeners, and reporters.
This package includes miscellaneous utility classes to support testing.
-
Uses of CoordinateSystem in org.opengis.cite.ogcapifeatures10
Fields in org.opengis.cite.ogcapifeatures10 declared as CoordinateSystemModifier and TypeFieldDescriptionstatic final CoordinateSystemOgcApiFeatures10.DEFAULT_CRSConstantDEFAULT_CRSstatic final CoordinateSystemOgcApiFeatures10.DEFAULT_CRS_WITH_HEIGHTConstantDEFAULT_CRS_WITH_HEIGHTMethods in org.opengis.cite.ogcapifeatures10 that return CoordinateSystemModifier and TypeMethodDescriptionstatic CoordinateSystemEtsAssert.assertDefaultCrs(List<String> valueToAssert, String failureMsg) Assert that one of the default CRSMethods in org.opengis.cite.ogcapifeatures10 with parameters of type CoordinateSystemModifier and TypeMethodDescriptionstatic voidEtsAssert.assertCrsHeader(String crsHeaderValue, CoordinateSystem expectedCrs, String failureMsg) assertCrsHeader.static voidEtsAssert.assertValidCrsIdentifier(CoordinateSystem coordinateSystem, String failureMsg) 1. -
Uses of CoordinateSystem in org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.collection
Methods in org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.collection with parameters of type CoordinateSystemModifier and TypeMethodDescriptionvoidDiscoveryCollectionCrsUri.verifyCollectionCrsIdentifierOfCrsProperty(String collectionId, CoordinateSystem crs) Test: crs property in the collection objects in the path /collectionsvoidDiscoveryCollectionCrsUri.verifyCollectionCrsIdentifierOfStorageCrsProperty(String collectionId, CoordinateSystem storageCrs) Test: storageCrs property in the collection objects in the path /collections -
Uses of CoordinateSystem in org.opengis.cite.ogcapifeatures10.conformance.crs.query.bboxcrs
Fields in org.opengis.cite.ogcapifeatures10.conformance.crs.query.bboxcrs with type parameters of type CoordinateSystemModifier and TypeFieldDescriptionprotected Map<String,List<CoordinateSystem>> AbstractBBoxCrs.collectionIdToCrsprotected Map<String,CoordinateSystem> AbstractBBoxCrs.collectionIdToDefaultCrsMethods in org.opengis.cite.ogcapifeatures10.conformance.crs.query.bboxcrs with parameters of type CoordinateSystemModifier and TypeMethodDescriptionvoidBBoxCrsParameter.verifyBboxCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem crs, CoordinateSystem defaultCrs) verifyBboxCrsParameter.voidBBoxCrsParameterDefault.verifyBboxCrsParameterDefault(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem defaultCrs) verifyBboxCrsParameterDefault.voidBBoxCrsParameter.verifyBboxCrsParameterWithDefaultCrs(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem defaultCrs) verifyBboxCrsParameterWithDefaultCrs. -
Uses of CoordinateSystem in org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.feature
Fields in org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.feature with type parameters of type CoordinateSystemModifier and TypeFieldDescriptionprotected Map<String,List<CoordinateSystem>> AbstractFeatureCrs.collectionIdToCrsprotected Map<String,CoordinateSystem> AbstractFeatureCrs.collectionIdToDefaultCrsMethods in org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.feature with parameters of type CoordinateSystemModifier and TypeMethodDescriptionvoidFeatureCrsParameter.verifyFeatureCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, String featureId, CoordinateSystem crs) Test: Content-Crs header in the path /collections/{collectionId}/items/{featureId}voidFeatureCrsParameterTransform.verifyFeatureCrsParameterTransformWithoutCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, String featureId, CoordinateSystem crs, CoordinateSystem defaultCRS) Test: Content-Crs header in the path /collections/{collectionId}/items/{featureId} -
Uses of CoordinateSystem in org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features
Methods in org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features with parameters of type CoordinateSystemModifier and TypeMethodDescriptionvoidFeaturesCrsParameter.verifyFeaturesCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem crs) Test: Content-Crs header in the path /collections/{collectionId}/itemsvoidFeaturesCrsParameterTransform.verifyFeaturesCrsParameterTransformWithCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem crs, CoordinateSystem defaultCRS) Test: transformed geometries in the path /collections/{collectionId}/items -
Uses of CoordinateSystem in org.opengis.cite.ogcapifeatures10.util
Methods in org.opengis.cite.ogcapifeatures10.util that return CoordinateSystemMethods in org.opengis.cite.ogcapifeatures10.util with parameters of type CoordinateSystemModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.GeometryJsonUtils.parseFeatureGeometry(Map<String, Object> feature, CoordinateSystem crs) Parse the geometry property as geometry.Constructors in org.opengis.cite.ogcapifeatures10.util with parameters of type CoordinateSystemModifierConstructorDescriptionBBox(double minX, double minY, double maxX, double maxY, CoordinateSystem crs) Constructor for BBox.GeometryTransformer(CoordinateSystem srcCrs, CoordinateSystem targetCrs) Constructor for GeometryTransformer.