Class CorridorCollections
java.lang.Object
org.opengis.cite.ogcapiedr10.CommonFixture
org.opengis.cite.ogcapiedr10.CommonDataFixture
org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
org.opengis.cite.ogcapiedr10.collections.CorridorCollections
/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
corridorCoordsParameterDefinition
(TestPoint testPoint) Abstract Test 38: Validate that the coords query parameters are constructed correctly.void
Abstract Test 120: Validate that the corridor-height query parameter is constructed correctly.void
Abstract Test 118: Validate that the corridor-width query parameter is constructed correctly.void
corridorCrsParameterDefinition
(TestPoint testPoint) Abstract Test 46: Validate that the crs query parameters are constructed correctly.void
corridorDateTimeParameterDefinition
(TestPoint testPoint) Abstract Test 42: Validate that the dateTime query parameters are constructed correctly.void
corridorFParameterDefinition
(TestPoint testPoint) Abstract Test 48: Validate that the f query parameter is constructed correctly.void
Abstract Test 44: Validate that the parameter-name query parameters are processed correctly.void
corridorWithinParameterDefinition
(TestPoint testPoint) Requirement A.21: /req/edr/within-definition Parameter within definitionvoid
corridorWithinUnitsParameterDefinition
(TestPoint testPoint) Abstract Test 124: Validate that the vertical level query parameters are constructed correctly.void
corridorZParameterDefinition
(TestPoint testPoint) Abstract Test 40: Validate that the vertical level query parameters are constructed correctly.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
-
CorridorCollections
public CorridorCollections()
-
-
Method Details
-
corridorCoordsParameterDefinition
Abstract Test 38: Validate that the coords query parameters are constructed correctly. (position) Abstract Test 54: Validate that the coords query parameters are constructed correctly. (area) Abstract Test 70: Validate that the coords query parameters are constructed correctly. (cube) Abstract Test 92: Validate that the coords query parameters are constructed correctly. (trajectory) Abstract Test 116: Validate that the coords query parameters are constructed correctly. (corridor)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorDateTimeParameterDefinition
Abstract Test 42: Validate that the dateTime query parameters are constructed correctly. (position) Abstract Test 58: Validate that the dateTime query parameters are constructed correctly. (area) Abstract Test 74: Validate that the dateTime query parameters are constructed correctly. (cube) Abstract Test 91: Validate that resources can be identified and extracted from a Collection with a Trajectory query using query parameters. (trajectory) Abstract Test 115: Validate that resources can be identified and extracted from a Collection with a corridor query using query parameters. (corridor) Abstract Test 139: Validate that the dateTime query parameters are constructed correctly. (locations)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorParameternameParameterDefinition
Abstract Test 44: Validate that the parameter-name query parameters are processed correctly. (position) Abstract Test 60: Validate that the parameter-name query parameters are processed correctly. (area) Abstract Test 76: Validate that the parameter-name query parameters are processed correctly. (cube) Abstract Test 94: Validate that the parameter-name query parameters are processed correctly. (trajectory) Abstract Test 126: Validate that the parameter-name query parameters are processed correctly. (corridor) Abstract Test 141: Validate that the parameter-name query parameters are processed correctly. (locations)- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorCrsParameterDefinition
Abstract Test 46: Validate that the crs query parameters are constructed correctly. (position) Abstract Test 62: Validate that the crs query parameters are constructed correctly. (area) Abstract Test 78: Validate that the crs query parameters are constructed correctly. (cube) Abstract Test 96: Validate that the crs query parameters are constructed correctly. (trajectory) Abstract Test 128: Validate that the crs query parameters are constructed correctly. (corridor) Abstract Test 143: Validate that the crs query parameters are constructed correctly. (locations)- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorFParameterDefinition
Abstract Test 48: Validate that the f query parameter is constructed correctly. (position) Abstract Test 64: Validate that the f query parameter is constructed correctly. (area) Abstract Test 80: Validate that the f query parameter is constructed correctly. (cube) Abstract Test 98: Validate that the f query parameter is constructed correctly. (trajectory) Abstract Test 130: Validate that the f query parameter is constructed correctly. (corridor) Abstract Test 145: Validate that the f query parameter is constructed correctly. (locations)- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorZParameterDefinition
Abstract Test 40: Validate that the vertical level query parameters are constructed correctly. (position) Abstract Test 56: Validate that the vertical level query parameters are constructed correctly. (area)- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorWithinParameterDefinition
Requirement A.21: /req/edr/within-definition Parameter within definition
NOTE: Not referenced by ATS- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorWithinUnitsParameterDefinition
Abstract Test 124: Validate that the vertical level query parameters are constructed correctly. (corridor)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorCorridorHeightParameterDefinition
Abstract Test 120: Validate that the corridor-height query parameter is constructed correctly.
- Parameters:
testPoint
- the testPoint under test, nevernull
-
corridorCorridorWidthParameterDefinition
Abstract Test 118: Validate that the corridor-width query parameter is constructed correctly. (corridor)
- Parameters:
testPoint
- the testPoint under test, nevernull
-