Update Requirements authored by Matthias Betz's avatar Matthias Betz
...@@ -46,7 +46,7 @@ Vertices A and B are the same if the euclidean distance between them is smaller ...@@ -46,7 +46,7 @@ Vertices A and B are the same if the euclidean distance between them is smaller
* GE_gml_LR_0004 * GE_gml_LR_0004
* GE_gml_PO_0001 * GE_gml_PO_0001
* GE_gml_PO_0003 * GE_gml_PO_0003
* GE_gml_SO_0007 * GE_gml_SO_0006
### Error codes for geometric errors ### Error codes for geometric errors
as defined in the [CityGML Quality Interoperability Experiment, chapter 7.5](http://mail.opengeospatial.org/lists/lt.php?id=fR4CDVYeAlJfHwhTCwA) as defined in the [CityGML Quality Interoperability Experiment, chapter 7.5](http://mail.opengeospatial.org/lists/lt.php?id=fR4CDVYeAlJfHwhTCwA)
...@@ -113,7 +113,7 @@ levels (adopted from Ledoux (2013): ...@@ -113,7 +113,7 @@ levels (adopted from Ledoux (2013):
| name | description | used in | | name | description | used in |
| ---- | ----------- | ------- | | ---- | ----------- | ------- |
| minVertexDistance | The minimum distance between two points before they are considered the same point | GE_gml_LR_0001, GE_gml_LR_0002, GE_gml_LR_0003, GE_gml_LR_0004, GE_gml_PO_0001, GE_gml_PO_0003, GE_gml_SO_0007 | | minVertexDistance | The minimum distance between two points before they are considered the same point | GE_gml_LR_0001, GE_gml_LR_0002, GE_gml_LR_0003, GE_gml_LR_0004, GE_gml_PO_0001, GE_gml_PO_0003, GE_gml_SO_0006 |
| type | Planar check type, can be *distance*, *angle*, *both* | GE_gml_PO_0002 | | type | Planar check type, can be *distance*, *angle*, *both* | GE_gml_PO_0002 |
| distanceTolerance | Distance from the regression plane before a point is considered not in plane | GE_gml_PO_0002 | | distanceTolerance | Distance from the regression plane before a point is considered not in plane | GE_gml_PO_0002 |
| angleTolerance | Difference in normal vectors before a plane is not considered planar | GE_gml_PO_0002 | | angleTolerance | Difference in normal vectors before a plane is not considered planar | GE_gml_PO_0002 |
... ...
......