Class DynamizerModuleValidation
-
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 TypeMethodDescriptionClass<?>
void
When referencing a feature property value using the attributeRef property of a Dynamizer element, verify that:void
Verify that instance documents using the Dynamizer XML elements listed in Table 17 validate against the XML schema specified in dynamizer.xsd.void
Verify that if the sensorLocation property (type: gml:ReferenceType) of the SensorConnection element is not null, it contains an XLink reference to a core:AbstractCityObject element.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
-
DynamizerModuleValidation
public DynamizerModuleValidation()
-
-
Method Details
-
VerifyDynamizerModule
public void VerifyDynamizerModule()Verify that instance documents using the Dynamizer XML elements listed in Table 17 validate against the XML schema specified in dynamizer.xsd.
-
VerifyDynamizerReference
public void VerifyDynamizerReference()Verify that if the sensorLocation property (type: gml:ReferenceType) of the SensorConnection element is not null, it contains an XLink reference to a core:AbstractCityObject element.
-
VerifyDynamizerAttributeRef
When referencing a feature property value using the attributeRef property of a Dynamizer element, verify that:
-
The attributeRef property (type: xs:string) references a feature property value using XPath.
-
The feature property referenced by the attributeRef property exists.
-
The data type of the timeseries data provided by a Dynamizer element is equal to the data type of the static value of the feature property that is referenced by the attributeRef property or is of a type that can be converted to the type of the feature property without information loss.
- Throws:
XPathExpressionException
-
-
getTYPE
- Throws:
Exception
-