Uses of Class
org.opengis.cite.ogcapifeatures10.util.BBox
Packages that use BBox
Package
Description
This package includes miscellaneous utility classes to support testing.
-
Uses of BBox in org.opengis.cite.ogcapifeatures10.conformance.core.collections
Methods in org.opengis.cite.ogcapifeatures10.conformance.core.collections with parameters of type BBoxModifier and TypeMethodDescriptionvoidFeaturesBBox.validateFeaturesResponse_GeometryInCRS84(Map<String, Object> collection, BBox bbox) Abstract Test 2, Test Method 1voidFeaturesBBox.validateFeaturesResponse_NumberReturned(Map<String, Object> collection, BBox bbox) Abstract Test 22, Test Method 7 (Abstract Test 26)voidFeaturesBBox.validateFeaturesWithBoundingBoxOperation(Map<String, Object> collection, BBox bbox) Abstract Test 13: /ats/core/fc-op Test Purpose: Validate that features can be identified and extracted from a Collection using query parameters.voidFeaturesBBox.validateFeaturesWithBoundingBoxResponse(Map<String, Object> collection, BBox bbox) Abstract Test 15: /ats/core/fc-bbox-response Test Purpose: Validate that the bounding box query parameters are processed correctly.voidFeaturesBBox.validateFeaturesWithBoundingBoxResponse_FeaturesProperty(Map<String, Object> collection, BBox bbox) Abstract Test 22, Test Method 2voidFeaturesBBox.validateFeaturesWithBoundingBoxResponse_Links(Map<String, Object> collection, BBox bbox) Abstract Test 22, Test Method 4 (Abstract Test 23)voidFeaturesBBox.validateFeaturesWithBoundingBoxResponse_NumberMatched(Map<String, Object> collection, BBox bbox) Abstract Test 22, Test Method 6 (Abstract Test 25)voidFeaturesBBox.validateFeaturesWithBoundingBoxResponse_TimeStamp(Map<String, Object> collection, BBox bbox) Abstract Test 22, Test Method 5 (Abstract Test 24)voidFeaturesBBox.validateFeaturesWithBoundingBoxResponse_TypeProperty(Map<String, Object> collection, BBox bbox) Abstract Test 22, Test Method 1(package private) voidAbstractFeatures.validateGeometriesInBBox(AbstractFeatures.CollectionResponseKey collection, BBox bbox) -
Uses of BBox in org.opengis.cite.ogcapifeatures10.util
Methods in org.opengis.cite.ogcapifeatures10.util that return BBoxModifier and TypeMethodDescriptionstatic BBoxJsonUtils.parseSpatialExtent(Map<String, Object> collection) Parses the spatial extent from the passed collection.transform.Methods in org.opengis.cite.ogcapifeatures10.util with parameters of type BBox