Class CubeCollections
java.lang.Object
org.opengis.cite.ogcapiedr10.CommonFixture
org.opengis.cite.ogcapiedr10.CommonDataFixture
org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
org.opengis.cite.ogcapiedr10.collections.CubeCollections
/collections/{collectionId}/
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
AbstractFeatures.CollectionResponseKey, AbstractFeatures.ResponseData
-
Field Summary
FieldsFields inherited from class org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
apiDef, collectionIdAndResponse, iut
Fields inherited from class org.opengis.cite.ogcapiedr10.CommonDataFixture
modelUri, noOfCollections
Fields inherited from class org.opengis.cite.ogcapiedr10.CommonFixture
apiDefUri, DEFAULT_BUFFER_SIZE, geoJSONTestingCollection, requestLoggingFilter, responseLoggingFilter, rootUri, testingWktPOINT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cubeBboxParameterDefinition
(TestPoint testPoint) Abstract Test 70: Validate that the coords query parameters are constructed correctly.void
cubeCrsParameterDefinition
(TestPoint testPoint) Abstract Test 78: Validate that the crs query parameters are constructed correctly.void
cubeDateTimeParameterDefinition
(TestPoint testPoint) Abstract Test 74: Validate that the dateTime query parameters are constructed correctly.void
cubeFParameterDefinition
(TestPoint testPoint) Abstract Test 80: Validate that the f query parameter is constructed correctly.void
cubeParameternameParameterDefinition
(TestPoint testPoint) Abstract Test 76: Validate that the parameter-name query parameters are processed correctly.void
cubeZParameterDefinition
(TestPoint testPoint) Abstract Test 69: Validate that resources can be identified and extracted from a Collection with a Cube query using query parameters.Methods inherited from class org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
areaCollectionPaths, collectionPaths, corridorCollectionPaths, cubeCollectionPaths, findFeaturesUrlForGeoJson, isExplode, isRequired, locationsCollectionPaths, positionCollectionPaths, retrieveRequiredInformationFromTestContext, trajectoryCollectionPaths, validateFeaturesProperty, validateLinks, validateNumberReturned, validateTimeStamp, validateTypeProperty
Methods inherited from class org.opengis.cite.ogcapiedr10.CommonDataFixture
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures, createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures, createListOfMediaTypesToSupportForOtherResources, getModel, noOfCollections, requirementClasses, retrieveApiModel
Methods inherited from class org.opengis.cite.ogcapiedr10.CommonFixture
clearMessages, constructDateTimeValue, convertInputStreamToString, getCollectionResponse, getRequest, getResponse, init, initCommonFixture
-
Field Details
-
ct
-
-
Constructor Details
-
CubeCollections
public CubeCollections()
-
-
Method Details
-
cubeBboxParameterDefinition
Abstract Test 70: Validate that the coords query parameters are constructed correctly. (cube) Note that the test actually tests for the bbox parameter (see https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/423)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
cubeDateTimeParameterDefinition
Abstract Test 74: Validate that the dateTime query parameters are constructed correctly. (cube)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
cubeParameternameParameterDefinition
Abstract Test 76: Validate that the parameter-name query parameters are processed correctly. (cube)- Parameters:
testPoint
- the testPoint under test, nevernull
-
cubeCrsParameterDefinition
Abstract Test 78: Validate that the crs query parameters are constructed correctly. (cube)- Parameters:
testPoint
- the testPoint under test, nevernull
-
cubeFParameterDefinition
Abstract Test 80: Validate that the f query parameter is constructed correctly. (cube)- Parameters:
testPoint
- the testPoint under test, nevernull
-
cubeZParameterDefinition
Abstract Test 69: Validate that resources can be identified and extracted from a Collection with a Cube query using query parameters.- Parameters:
testPoint
- the testPoint under test, nevernull
-