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, 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 TypeMethodDescriptionvoidareaCoordsParameterDefinition(TestPoint testPoint) Abstract Test 54: Validate that the coords query parameters are constructed correctly.voidareaCrsParameterDefinition(TestPoint testPoint) Abstract Test 62: Validate that the crs query parameters are constructed correctly.voidareaDateTimeParameterDefinition(TestPoint testPoint) Abstract Test 58: Validate that the dateTime query parameters are constructed correctly.voidareaFParameterDefinition(TestPoint testPoint) Abstract Test 64: Validate that the f query parameter is constructed correctly.voidareaParameternameParameterDefinition(TestPoint testPoint) Abstract Test 60: Validate that the parameter-name query parameters are processed correctly.voidareaZParameterDefinition(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, 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
- 
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
 
 -