Class TunnelModuleValidation
java.lang.Object
org.opengis.cite.citygml30part2.CommonFixture
org.opengis.cite.citygml30part2.module.TunnelModuleValidation
-
Field Summary
FieldsFields inherited from class org.opengis.cite.citygml30part2.CommonFixture
client, request, response, ROOT_PKG_PATH, testSubject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
For each Tunnel space element, verify that if the space element is bounded by thematic surface boundaries using the property core:boundary (type: core:AbstractSpaceBoundaryPropertyType), each property contains exactly one surface element from Table 26 that is supported for the specific space element.void
Verify that instance documents using the Tunnel XML elements listed in Table 25 validate against the XML schema specified in /tunnel.xsd.Methods inherited from class org.opengis.cite.citygml30part2.CommonFixture
clearMessages, getResponseEntityAsDocument, initCommonFixture, TransformXMLDocumentToXMLString
-
Field Details
-
MODULE_ENABLE
final boolean MODULE_ENABLE- See Also:
-
MODULE_NAME
String MODULE_NAME
-
-
Constructor Details
-
TunnelModuleValidation
public TunnelModuleValidation()
-
-
Method Details
-
VerifyTunnelModule
public void VerifyTunnelModule()Verify that instance documents using the Tunnel XML elements listed in Table 25 validate against the XML schema specified in /tunnel.xsd.
-
VerifyTunnelBoundaries
public void VerifyTunnelBoundaries()For each Tunnel space element, verify that if the space element is bounded by thematic surface boundaries using the property core:boundary (type: core:AbstractSpaceBoundaryPropertyType), each property contains exactly one surface element from Table 26 that is supported for the specific space element. If no surface element is supported, the space element is not bounded by thematic surface boundaries.
-