Class AreaCollections
java.lang.Object
org.opengis.cite.ogcapiedr10.CommonFixture
org.opengis.cite.ogcapiedr10.CommonDataFixture
org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
org.opengis.cite.ogcapiedr10.collections.AreaCollections
/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
areaCoordsParameterDefinition
(TestPoint testPoint) Abstract Test 54: Validate that the coords query parameters are constructed correctly.void
areaCrsParameterDefinition
(TestPoint testPoint) Abstract Test 62: Validate that the crs query parameters are constructed correctly.void
areaDateTimeParameterDefinition
(TestPoint testPoint) Abstract Test 58: Validate that the dateTime query parameters are constructed correctly.void
areaFParameterDefinition
(TestPoint testPoint) Abstract Test 64: Validate that the f query parameter is constructed correctly.void
areaParameternameParameterDefinition
(TestPoint testPoint) Abstract Test 60: Validate that the parameter-name query parameters are processed correctly.void
areaZParameterDefinition
(TestPoint testPoint) Abstract Test 56: 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
-
AreaCollections
public AreaCollections()
-
-
Method Details
-
areaCoordsParameterDefinition
Abstract Test 54: Validate that the coords query parameters are constructed correctly. (area)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
areaDateTimeParameterDefinition
Abstract Test 58: Validate that the dateTime query parameters are constructed correctly. (area)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
areaParameternameParameterDefinition
Abstract Test 60: Validate that the parameter-name query parameters are processed correctly. (area)- Parameters:
testPoint
- the testPoint under test, nevernull
-
areaCrsParameterDefinition
Abstract Test 62: Validate that the crs query parameters are constructed correctly. (area)- Parameters:
testPoint
- the testPoint under test, nevernull
-
areaFParameterDefinition
Abstract Test 64: Validate that the f query parameter is constructed correctly. (area)- Parameters:
testPoint
- the testPoint under test, nevernull
-
areaZParameterDefinition
Abstract Test 56: Validate that the vertical level query parameters are constructed correctly. (area)- Parameters:
testPoint
- the testPoint under test, nevernull
-