Class LocationsCollections
java.lang.Object
org.opengis.cite.ogcapiedr10.CommonFixture
org.opengis.cite.ogcapiedr10.CommonDataFixture
org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
org.opengis.cite.ogcapiedr10.collections.LocationsCollections
/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
locationsCrsParameterDefinition
(TestPoint testPoint) Abstract Test 143: Validate that the crs query parameters are constructed correctly.void
locationsDateTimeParameterDefinition
(TestPoint testPoint) Abstract Test 139: Validate that the datetime query parameters are constructed correctly.void
locationsFParameterDefinition
(TestPoint testPoint) Abstract Test 145: Validate that the f query parameter is constructed correctly.void
Abstract Test 141: Validate that the parameter-name query parameters are processed 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
-
LocationsCollections
public LocationsCollections()
-
-
Method Details
-
locationsDateTimeParameterDefinition
Abstract Test 139: Validate that the datetime query parameters are constructed correctly.
- Parameters:
testPoint
- the testPoint under test, nevernull
-
locationsParameternameParameterDefinition
Abstract Test 141: Validate that the parameter-name query parameters are processed correctly. (locations)- Parameters:
testPoint
- the testPoint under test, nevernull
-
locationsCrsParameterDefinition
Abstract Test 143: Validate that the crs query parameters are constructed correctly. (locations)- Parameters:
testPoint
- the testPoint under test, nevernull
-
locationsFParameterDefinition
Abstract Test 145: Validate that the f query parameter is constructed correctly. (locations)- Parameters:
testPoint
- the testPoint under test, nevernull
-