Class TrajectoryCollections
java.lang.Object
org.opengis.cite.ogcapiedr10.CommonFixture
org.opengis.cite.ogcapiedr10.CommonDataFixture
org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
org.opengis.cite.ogcapiedr10.collections.TrajectoryCollections
/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, iutFields inherited from class org.opengis.cite.ogcapiedr10.CommonDataFixture
modelUri, noOfCollectionsFields inherited from class org.opengis.cite.ogcapiedr10.CommonFixture
apiDefUri, DEFAULT_BUFFER_SIZE, geoJSONTestingCollection, requestLoggingFilter, responseLoggingFilter, rootUri, testingWktPOINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtrajectoryCoordsParameterDefinition(TestPoint testPoint) Abstract Test 92: Validate that the coords query parameters are constructed correctly.voidtrajectoryCrsParameterDefinition(TestPoint testPoint) Abstract Test 96: Validate that the crs query parameters are constructed correctly.voidtrajectoryDateTimeParameterDefinition(TestPoint testPoint) Abstract Test 91: Validate that resources can be identified and extracted from a Collection with a Trajectory query using query parameters.voidtrajectoryFParameterDefinition(TestPoint testPoint) Abstract Test 98: Validate that the f query parameter is constructed correctly.voidAbstract Test 94: Validate that the parameter-name query parameters are processed correctly.voidtrajectoryZParameterDefinition(TestPoint testPoint) Abstract Test 91: Validate that resources can be identified and extracted from a Collection with a Trajectory 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, validateTypePropertyMethods inherited from class org.opengis.cite.ogcapiedr10.CommonDataFixture
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures, createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures, createListOfMediaTypesToSupportForOtherResources, getModel, noOfCollections, requirementClasses, retrieveApiModelMethods inherited from class org.opengis.cite.ogcapiedr10.CommonFixture
clearMessages, constructDateTimeValue, convertInputStreamToString, getCollectionResponse, getRequest, getResponse, init, initCommonFixture
-
Field Details
-
ct
-
-
Constructor Details
-
TrajectoryCollections
public TrajectoryCollections()
-
-
Method Details
-
trajectoryCoordsParameterDefinition
Abstract Test 92: Validate that the coords query parameters are constructed correctly. (trajectory)
- Parameters:
testPoint- the testPoint under test, nevernull
-
trajectoryDateTimeParameterDefinition
Abstract Test 91: Validate that resources can be identified and extracted from a Collection with a Trajectory query using query parameters. (trajectory)
- Parameters:
testPoint- the testPoint under test, nevernull
-
trajectoryParameternameParameterDefinition
Abstract Test 94: Validate that the parameter-name query parameters are processed correctly. (trajectory)- Parameters:
testPoint- the testPoint under test, nevernull
-
trajectoryCrsParameterDefinition
Abstract Test 96: Validate that the crs query parameters are constructed correctly. (trajectory)- Parameters:
testPoint- the testPoint under test, nevernull
-
trajectoryFParameterDefinition
Abstract Test 98: Validate that the f query parameter is constructed correctly. (trajectory)- Parameters:
testPoint- the testPoint under test, nevernull
-
trajectoryZParameterDefinition
Abstract Test 91: Validate that resources can be identified and extracted from a Collection with a Trajectory query using query parameters.- Parameters:
testPoint- the testPoint under test, nevernull
-