Class CollectionsTime
java.lang.Object
org.opengis.cite.ogcapiedr10.collections.CollectionsTime
/collections/{collectionId}/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 definitionvoid
resolutionyParameterDefinition
(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model) Requirement A.28: /req/edr/resolution-y-definition Parameter resolution-y definitionvoid
resolutionzParameterDefinition
(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model) Requirement A.30: /req/edr/resolution-z-definition Parameter resolution-z definitionvoid
withinParameterDefinition
(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model) Requirement A.21: /req/edr/within-definition Parameter within definitionvoid
withinUnitsParameterDefinition
(TestPoint testPoint, com.reprezen.kaizen.oasparser.model3.OpenApi3 model) Requirement A.23: /req/edr/within-units-definition Parameter withinUnits definitionvoid
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.
-
Constructor Details
-
CollectionsTime
public CollectionsTime()
-
-
Method Details
-
isRequired
protected boolean isRequired(com.reprezen.kaizen.oasparser.model3.Parameter param) -
isExplode
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-
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, nevernull
model
- api definition, nevernull
-