Class CubeCollections


public class CubeCollections extends AbstractFeatures
/collections/{collectionId}/
  • Field Details

  • Constructor Details

    • CubeCollections

      public CubeCollections()
  • Method Details

    • cubeBboxParameterDefinition

      public void cubeBboxParameterDefinition(TestPoint testPoint)
       Abstract Test 70: Validate that the coords query parameters are constructed correctly. (cube)
       Note that the test actually tests for the bbox parameter (see https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/423)
       
      Parameters:
      testPoint - the testPoint under test, never null
    • cubeDateTimeParameterDefinition

      public void cubeDateTimeParameterDefinition(TestPoint testPoint)
       Abstract Test 74: Validate that the dateTime query parameters are constructed correctly. (cube)
       
      Parameters:
      testPoint - the testPoint under test, never null
    • cubeParameternameParameterDefinition

      public void cubeParameternameParameterDefinition(TestPoint testPoint)
      Abstract Test 76: Validate that the parameter-name query parameters are processed correctly. (cube)
      Parameters:
      testPoint - the testPoint under test, never null
    • cubeCrsParameterDefinition

      public void cubeCrsParameterDefinition(TestPoint testPoint)
      Abstract Test 78: Validate that the crs query parameters are constructed correctly. (cube)
      Parameters:
      testPoint - the testPoint under test, never null
    • cubeFParameterDefinition

      public void cubeFParameterDefinition(TestPoint testPoint)
      Abstract Test 80: Validate that the f query parameter is constructed correctly. (cube)
      Parameters:
      testPoint - the testPoint under test, never null
    • cubeZParameterDefinition

      public void cubeZParameterDefinition(TestPoint testPoint)
      Abstract Test 69: Validate that resources can be identified and extracted from a Collection with a Cube query using query parameters.
      Parameters:
      testPoint - the testPoint under test, never null