Class CollectionsTime

java.lang.Object
org.opengis.cite.ogcapiedr10.collections.CollectionsTime

public class CollectionsTime extends Object
/collections/{collectionId}/
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bboxParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 70: Validate that the bbox query parameters are constructed correctly.
    void
    coordsParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 38: Validate that the coords query parameters are constructed correctly.
    void
    corridorHeightParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 120: Validate that the corridor-height query parameter is constructed correctly.
    void
    corridorWidthParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 118: Validate that the corridor-width query parameter is constructed correctly.
    void
    crsParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 46: Validate that the crs query parameters are constructed correctly.
    void
    dateTimeParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 42: Validate that the dateTime query parameters are constructed correctly.
    void
    fParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 48: Validate that the f query parameter is constructed correctly.
    boolean
    hasName(com.reprezen.kaizen.oasparser.model3.Parameter parameter)
     
    protected Boolean
    isExplode(com.reprezen.kaizen.oasparser.model3.Parameter param)
     
    protected boolean
    isRequired(com.reprezen.kaizen.oasparser.model3.Parameter param)
     
    void
    parameternameParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 44: Validate that the parameter-name query parameters are processed correctly.
    void
    resolutionxParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Requirement A.25: /req/edr/resolution-x-definition Parameter resolution-x definition
    void
    resolutionyParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Requirement A.28: /req/edr/resolution-y-definition Parameter resolution-y definition
    void
    resolutionzParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Requirement A.30: /req/edr/resolution-z-definition Parameter resolution-z definition
    void
    withinParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Requirement A.21: /req/edr/within-definition Parameter within definition
    void
    withinUnitsParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Requirement A.23: /req/edr/within-units-definition Parameter withinUnits definition
    void
    zParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
    Abstract Test 40 (/conf/edr/rc-z-definition): Validate that the vertical level query parameters are constructed correctly.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CollectionsTime

      public CollectionsTime()
  • Method Details

    • isRequired

      protected boolean isRequired(com.reprezen.kaizen.oasparser.model3.Parameter param)
    • isExplode

      protected Boolean isExplode(com.reprezen.kaizen.oasparser.model3.Parameter param)
    • coordsParameterDefinition

      public void coordsParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Abstract Test 38: Validate that the coords query parameters are constructed correctly. (position)
       Abstract Test 54: Validate that the coords query parameters are constructed correctly. (area)
       Abstract Test 92: Validate that the coords query parameters are constructed correctly. (trajectory)
       Abstract Test 116: Validate that the coords query parameters are constructed correctly. (corridor)
       
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • bboxParameterDefinition

      public void bboxParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Abstract Test 70: Validate that the bbox query parameters are constructed correctly. (cube)
       
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • dateTimeParameterDefinition

      public void dateTimeParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Abstract Test 42: Validate that the dateTime query parameters are constructed correctly. (position)
       Abstract Test 58: Validate that the dateTime query parameters are constructed correctly. (area)
       Abstract Test 74: Validate that the dateTime query parameters are constructed correctly. (cube)
       Abstract Test 139: Validate that the dateTime query parameters are constructed correctly. (instances)
       
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • hasName

      public boolean hasName(com.reprezen.kaizen.oasparser.model3.Parameter parameter)
    • parameternameParameterDefinition

      public void parameternameParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
      Abstract Test 44: Validate that the parameter-name query parameters are processed correctly. (position) Abstract Test 60: Validate that the parameter-name query parameters are processed correctly. (area) Abstract Test 76: Validate that the parameter-name query parameters are processed correctly. (cube) Abstract Test 94: Validate that the parameter-name query parameters are processed correctly. (trajectory) Abstract Test 126: Validate that the parameter-name query parameters are processed correctly. (corridor) Abstract Test 141: Validate that the parameter-name query parameters are processed correctly. (locations)
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • crsParameterDefinition

      public void crsParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
      Abstract Test 46: Validate that the crs query parameters are constructed correctly. (position) Abstract Test 62: Validate that the crs query parameters are constructed correctly. (area) Abstract Test 78: Validate that the crs query parameters are constructed correctly. (cube) Abstract Test 96: Validate that the crs query parameters are constructed correctly. (trajectory) Abstract Test 128: Validate that the crs query parameters are constructed correctly. (corridor) Abstract Test 143: Validate that the crs query parameters are constructed correctly. (locations)
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • fParameterDefinition

      public void fParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
      Abstract Test 48: Validate that the f query parameter is constructed correctly. (position) Abstract Test 64: Validate that the f query parameter is constructed correctly. (area) Abstract Test 80: Validate that the f query parameter is constructed correctly. (cube) Abstract Test 98: Validate that the f query parameter is constructed correctly. (trajectory) Abstract Test 130: Validate that the f query parameter is constructed correctly. (corridor) Abstract Test 145: Validate that the f query parameter is constructed correctly. (locations)
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • zParameterDefinition

      public void zParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
      Abstract Test 40 (/conf/edr/rc-z-definition): Validate that the vertical level query parameters are constructed correctly. (position) Abstract Test 56 (/conf/edr/rc-z-definition): Validate that the vertical level query parameters are constructed correctly. (area)
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • withinParameterDefinition

      public void withinParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Requirement A.21: /req/edr/within-definition Parameter within definition
       
      NOTE: Not referenced by ATS
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • withinUnitsParameterDefinition

      public void withinUnitsParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Requirement A.23: /req/edr/within-units-definition Parameter withinUnits
              definition
       
      NOTE: Not referenced by ATS
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • resolutionxParameterDefinition

      public void resolutionxParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Requirement A.25: /req/edr/resolution-x-definition Parameter resolution-x
              definition
       
      NOTE: Not referenced by ATS
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • resolutionyParameterDefinition

      public void resolutionyParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Requirement A.28: /req/edr/resolution-y-definition Parameter resolution-y
              definition
       
      NOTE: Not referenced by ATS
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • resolutionzParameterDefinition

      public void resolutionzParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Requirement A.30: /req/edr/resolution-z-definition Parameter resolution-z definition
       
      NOTE: Not referenced by ATS
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • corridorHeightParameterDefinition

      public void corridorHeightParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Abstract Test 120: Validate that the corridor-height query parameter is constructed correctly.
       
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null
    • corridorWidthParameterDefinition

      public void corridorWidthParameterDefinition(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model)
       Abstract Test 118: Validate that the corridor-width query parameter is constructed correctly. (corridor)
       
      NOTE: Not referenced by ATS
      Parameters:
      testPoint - the testPoint under test, never null
      model - api definition, never null