Class PositionCollections
java.lang.Object
org.opengis.cite.ogcapiedr10.CommonFixture
org.opengis.cite.ogcapiedr10.CommonDataFixture
org.opengis.cite.ogcapiedr10.collections.AbstractFeatures
org.opengis.cite.ogcapiedr10.collections.PositionCollections
/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
positionCoordsParameterDefinition
(TestPoint testPoint) Abstract Test 38: Validate that the coords query parameters are constructed correctly.void
positionCrsParameterDefinition
(TestPoint testPoint) Abstract Test 46: Validate that the crs query parameters are constructed correctly.void
positionDateTimeParameterDefinition
(TestPoint testPoint) Abstract Test 42: Validate that the dateTime query parameters are constructed correctly.void
positionFParameterDefinition
(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
positionZParameterDefinition
(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
-
PositionCollections
public PositionCollections()
-
-
Method Details
-
positionCoordsParameterDefinition
Abstract Test 38: Validate that the coords query parameters are constructed correctly. (position)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
positionDateTimeParameterDefinition
Abstract Test 42: Validate that the dateTime query parameters are constructed correctly. (position)
- Parameters:
testPoint
- the testPoint under test, nevernull
-
positionParameternameParameterDefinition
Abstract Test 44: Validate that the parameter-name query parameters are processed correctly. (position)- Parameters:
testPoint
- the testPoint under test, nevernull
-
positionCrsParameterDefinition
Abstract Test 46: Validate that the crs query parameters are constructed correctly. (position)- Parameters:
testPoint
- the testPoint under test, nevernull
-
positionFParameterDefinition
Abstract Test 48: Validate that the f query parameter is constructed correctly. (position)- Parameters:
testPoint
- the testPoint under test, nevernull
-
positionZParameterDefinition
Abstract Test 40: Validate that the vertical level query parameters are constructed correctly. (position)- Parameters:
testPoint
- the testPoint under test, nevernull
-