Modeling Guide for 3D Objects - Part 1: Basics (Rules for Validating GML Geometries in CityGML)

From SIG3D Quality Wiki EN
Revision as of 11:18, 9 April 2018 by Wikiadmin (talk | contribs)
Jump to navigation Jump to search

Document History

Version

Date

Author/s

Status

Remarks

0.1.0

01.10.2010

Coors

nicht öffentlich

Erstfassung

0.2.0

14.10.2010

Coors

nicht öffentlich

Solid ergänzt

0.3.0

23.10.2010

Gröger

nicht öffentlich

Verschmelzung mit Paper Gröger

0.4.0

23.11.2010

Coors

nicht öffentlich

Redaktionelle Änderungen und Ergänzungen zu Planarität von Polygonen

0.5.0

24.11.2010

Gröger

nicht öffentlich

Einarbeitung der Änderungen, die im CityGML-Forum von K.-H. Häfele vorgeschlagen wurden

0.6.0

15.12.2010

Gröger

öffentlich

Einarbeitung der Anregungen von G. Juen

0.7.0

20.01.2012

Karl-Heinz Häfele

nicht öffentlich

Konvertierung in Html, Verschiebung des Kapitel Planarität von Polygonen, Neues Kapitel CompositeSolid

0.7.0 EN

November 2013

Egbert Casper, Karl-Heinz Häfele

public

English Version

0.7.1 EN

November 2014

Egbert Casper

public

Derived PDF Version

0.7.2 EN

November 2017

Egbert Casper

public

Minor editorial changes and completions, License change to Creative Commons BY-NC-SA-4.0

References

  • Cox, S., Daisey, P., Lake, R., Portele, C., Whiteside, A. (2004): OpenGIS Geography Markup Language (GML) Implementation Specification. Version: 3.1.1, OGC 03-105r1,
  • Herring J. (2001): The OpenGIS Abstract Specification, Topic 1: Feature Geometry (ISO 19107 Spatial Schema), Open Geospatial Consortium, OGC Document Number 01-101. OGC.
  • Gröger, G., Kolbe, T., Czerwinski, A., and Nagel, C. (2008) (Eds.): OpenGIS City Geography Markup Language (CityGML) Encoding Standard, OGC reference number OGC 08-007r1 version 1.0.0, 2008
  • Gröger, G., Plümer, L. (2011): How to Achieve Consistency for 3D City Models. Geoinformatica, 15(1):137-165, DOI: 10.1007/s10707-009-0091-6.

Preliminaries

  • The rules refer to GML Version 3.1.
  • The rules are based on the validity of the data with regard to the XML-Schema of GML 3.1.
  • The rules are restricted to the elements of GML that are used in CityGML (Profile of GML, c.f. Figure 1 and Figure 2).
  • If a condition applies to CityGML only (not to GML in general), it is stated explicitly.

Profil von GML

Figure 1: Profile of GML that is used in CityGML (Primitives and Composites)

Profilvon

Figure 2: Profile of GML that is used in CityGML (Complexes and Aggregates)

Spatial Reference Systems (SRS)

  • Each geometry element (including pos, posList and coordinates) must
    • either have a srsName attribute with proper value, or
    • inherit the value of the srsName attribute from
      • its parent geometries (even it its obtained recursively from the parents of the parents, etc.), or
      • the gml:Envelope (or gml:Box) which is the value of the gml:boundedBy property of the parent feature or the parent feature collection (even if it is obtained recursively).
  • A local value of a srsName attribute precedes the inherited value of a srsName attribute.
  • If in geometries (pos, posList) the dimension of a SRS can not be derived from the SRS without a doubt, the attribute srsDimension must contain the dimension of the SRS.

Definitions

Geometric Tolerances

Planarity of Polygons

„Surfaces in CityGML are represented by polygons, which define a planar geometry, i.e. the boundary and all interior points are required to be located in one single plane.” (Gröger et al., 2008). The boundary of a Polygon is defined by one or more planar Linear Rings (see gml:Polygon). From practical point of view, Linear Rings that are not exactly planar should be accepted as a valid as well. Intuitively, a Linear Ring R would be defined as planar if there is a plane E with distance less than a given threshold  for all points Pi of R. However, this is true for Linear Rings with small bends and folds as shown in Figure 3 as well.

Teil1-ABB6a.png

Teil1-ABB6b.png

Figure 3: : Bends and folds should not appear in planar Linear Rings

In order to avoid such situations, a slightly different definition of planarity of Linear Rings is introduced:

Definition 1: A Linear Ring is planar, if it is a valid Linear Ring and the distance of all points to any plane , that is defined by three co-linear points , and , is less than a given threshold  :


gml:posList

  • The number of items in the list should correlate with the product of the SRS dimension (usually in CityGML 3) and the number of positions.

gml:_Curve, gml:LineString

  • Only gml:LineStrings are allowed as subtypes of _Curves (rule applies to CityGML only)
  • A gml:LineString has linear interpolation.
  • For the child elements of a gml:LineString (control points) the following statements must hold true:
    • They form a sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that belong to this curve only. "pointProperty" elements contain points that may be referenced from other geometries or that reference other points (via XLinks) which are defined in other geometries.
    • Alternatively, a gml:LineString can be composed of a "posList" element, providing a compact way of representing coordinates. In that case all control points must belong to the same Curve and must be given in the same SRS. The number of points (Direct Position) must be at least two.
  • Each control point in a gml:LineString occurs only once, beside the first and the last one which may both be identical.
  • Line segments of a gml:LineString are defined by pairs of two subsequent control points. Those line segments must not intersect mutually and must not have any identical points. Exceptions of that rule are the pairs which consist of an endpoint of one line segment and the start point of the next line segment in the sequence.

gml:LinearRing

The Linear Ring is the fundamental element to describe 3D geometry in CityGML. Every single polygon of a building geometry is defined by its boundary – the Linear Ring.

A sequence is an ordered list of elements. Unlike a set, order matters, and the exact same elements can appear multiple times at different positions in the sequence. A finite sequence with elements is denoted as . The empty sequence has no elements..

A finite sequence of points is a Linear Ring if:

(i) the first and last point and represent the same point: (closeness)

(ii) All points of the sequence besides start and end point are different:

 

(iii) Two edges and do only intersect in one start-/ endpoint. No other intersection is allowed (no self intersection).

If all points of the sequence are co-planar, the Linear Ring is planar.

Examples:

with

<gml:LinearRing>

<gml:pos> 1 1 1 </gml:pos>

<gml:pos> 3 1 1 </gml:pos>

<gml:pos> 3 3 1 </gml:pos>

<gml:pos> 1 3 1 </gml:pos>

<gml:pos> 1 1 1 </gml:pos>

</gml:LinearRing>

Teil1-ABB3.png

Figure 4: Planar Linear Ring: definition, GML and graphic representation


Please note: The two Linear Rings and are not identical.


Teil1-ABB4a.png Teil1-ABB4b.png

Teil1-ABB4c.png

No Linear Ring: not closed (see (i) closeness)

No Linear Ring:self intersection (see (iii) self-intersection)

No Linear Ring: appears twice in the sequence (see (ii), )

Figure 5: Examples of non-valid Linear Rings


Teil1-ABB5a.png Teil1-ABB5b.png

Linear Ring, but not planar

No Linear Ring: all 3 points are co-linear; self-intersection (see (iii))

Figure 6: Special cases: non-planar and co-linear Linear Ring Elements.

gml:Polygon

  • A Polygon is defined by a planar Linear Ring (exterior ring).
  • A polygon has exactly one exterior ring. In addition, a polygon can have interior rings. These interior rings a planar Linear Rings as well. All interior rings and the exterior ring must be on the same plane (within the given tolerance).
  • As interior rings define holes in the polygon, they have to be completely included in the area defined by the exterior ring.

InnerLoops-02-2.png

Figure 7: Polygon mit korrektem interior Ring (links) und nicht korrektem inneren Ring (rechts)
  • Interior rings must not overlap other Linear Rings or be included in another Linear Ring (except the exterior Linear Ring).

InnerLoops-04-2.png

Figure 8: Polygon with two correct interior Rings (left) and two interlaced, not correct interior Rings (right)
  • Interior rings and the exterior ring may touch each other in a finite number of points. The inner area of the polygon has to be connected.

InnerLoops-05-2.png

Figure 9: Polygon with correct, interior Ring, der den außeren Ring an einem Punkt berührt (left) and not correct interior Ring, der den äußeren Ring an zwei Punkten berührt und damit dass Polygon spaltet (rechts)
  • • The order of points of the exterior ring defines the orientation of the polygon. The non co-linear points , und define the plane . The normal vector is given by the cross product of the two vectors and :

Please note: that due to the tolerance of planar Linear Rings, the normal vector can be ambiguous.

Remark: The two Linear Rings and define polygons with the same geometric extend but different orientation.

Teil1-ABB7.png

Figure 10: Polygon with normal vector n

gml:OrientableSurface

  • If the value of the attribute “orientation” of an OrientableSurface is "+", the orientation of the OrientableSurface is identical to the one of the baseSurface. If the value of “orientation is " ", the normal of the OrientableSurface has a direction which is opposite to the normal of the baseSurface. The default value of “orientation” is "+".
  • Either the element “baseSurface” references the base surface via a XLink attribute or the element “baseSurface” contains the base surface as child element. The base surface has positive orientation.

gml:MultiSurface

A MultiSurface is an unstructured set of polygons. No further constraints are defined for a MultiSurface element. It is not necessary that is a connected surface. Orientation of the polygons is arbitrary. By a MultiSurface any existing polygonal boundary representation of a rigid body can be described. Unfortunately, also objects that do not exist in real space can be modeled.

Due to the missing constraints it is recommended that MultiSurface elements should only be used to model non-volumetric parts of the building model as shown in Figure 11. Volumetric parts should be modeled as solids (see gml:Solid)

MultiSurface-01a.png

MultiSurface-01a.png

MultiSurface-Explode-01a.png

MultiSurface-Explode-01b.png

Figure 11: Modeling overlapping roof parts (above: complete models, polygons outlined; below: roof polygons exploded)

Please note: the left model in Figure 11 is created with a MultiSurface element containing 7 polygons. However, the polygons do not represent a valid boundary of a rigid body. Calculating a volume is not possible. The right model is the same building geometry but modeled with 1 Solid element (7 polygons) and 1 MultiSurface element (2 polygons F6 and F8) as recommended (see CityGML Standard v1.0,p.61)

gml:CompositeSurface

A set of polygons is a CompositeSurface for which

  1. The intersection of two polygons and of is either empty or contains only points and/or edges that are part of both Linear Rings.

The polygon is defined by the planar Linear Ring . The intersection of and equals

  1. Every edge of a Linear Ring , defining a polygon is used exactly once as an edge in a Linear Ring defining another polygon with and .
  2. All polygons in are oriented such that the normal vectors of neighbouring polygons point to the same direction.
  3. The union of all polygons in without the edges or points where the polygons touch, is isomorphic to a polygon.

It follows from (i) and (ii) that the surface defined by , must not contain any overlapping or penetrating polygons, that is, polygons touch at most at points or edges.

gml:Solid

A solid geometry represents a rigid body. The surface of the solid is defined by a set of polygons with the following properties. The set of polygons bounds a solid if:

  1. The intersection of two polygons and of is either empty or contains only points and edges that are part of both Linear Rings. The polygon is defined by the Linear Ring . The intersection of and equals:
  2. Every Edge of a Linear Ring , defining a polygon , is used exactly once as an edge in a Linear Ring , defining another polygon with and .
  3. All polygons in are oriented such that the normal vector of each polygon points to the outside of the solid.
  4. All polygons in are connected, that is the dual graph of has a path containing all nodes. The dual graph GC =(VC, EC) of consists of a set VC of nodes and a set EC of edges. Every node v of VC represents exactly one polygon of . An edge shared by two polygons and of is represented by an edge in EC.
  5. For every point of a Linear Ring of a polygon of applies: The graph , that is only build by polygons and edges that touch is connected. Each node of represents a polygon which Linear Ring contains . Two nodes are connected by an edge of if the two polygons represented by the nodes have a common edge that touches .

It follows from (i) and (ii) that the surface defined by has no holes. Together with conditions (4) and (5) it follows that the inner of the solid defined by is connected is denoted as closed CompositeSurface.


Examples:

Solid-Fall-01.png

Solid-Fall-02.png

Solid-Fall-03.png

Solid-Fall-04.png

correct: 6 surfaces, closed, correct surface orientation

correct: 11 surfaces, closed, correct surface orientation

correct: 10 surfaces, closed, correct surface orientation

correct: 30 surfaces, closed, correct surface orientation


Solid-Fall-05.png

Solid-Fall-06.png

Solid-Fall-07.png

Solid-Fall-08.png

incorrect: 5 surfaces, not closed, correct surface orientation

incorrect: 6 surfaces, closed, incorrect surface orientation

incorrect: 12 surfaces, no closed (two outer hulls), correct surface orientation

incorrect: 12 surfaces, not closed (inner and outer hull), correct surface orientation

gml:CompositeSolid

A CompositeSolid is represented by a nonempty set of Solids (see 10.) with the following properties:

  1. The intersection of the inner of two solids , , 1 ≤ i ≤ n, 1 ≤ j ≤ n, i ≠ j of is empty, that is either both solids , are disjoint or both solids are connected only by surfaces, lines or points.
  2. Let be the union of all solids from . Then the boundary of (the surface of without the surfaces or points where the solids touch each other) is the boundary of a solid.

In CityGML inner inclusions ( hollow spaces ) are not considered in CompositeSolids, as in solids.


Examples:

CompositeSolid-01-Fall01.png

CompositeSolid-01-Fall02.png

CompositeSolid-01-Fall03.png

CompositeSolid-01-Fall04.png

correct; surface contact

correct; surface contact

correct; surface contact

correct; surface contact


CompositeSolid-01-Fall05.png

CompositeSolid-01-Fall06.png

CompositeSolid-01-Fall07.png

CompositeSolid-01-Fall08.png

not correct; line contact

not correct; point contact

not correct; no contact at all

not correct; intersection


CompositeSolid-01-Fall14.png

CompositeSolid-01-Fall14a.png

CompositeSolid-01-Fall14b.png

not correct; 26 boxes with surface contact

but with internal hollow space

not correct; interior boundaries

gml:Triangle

  • A Triangle is a special case of a polygon that is bounded by one outer Linear Ring with four points.
  • There are no interior rings (no element "interior").

gml:TriangulatedSurface

A triangulated surface is a CompositeSurface that consists of triangles only, but is not closed (it may have boundaries). There is no restriction on how the triangulation is derived.

gml:Tin

In contrast to a gml:TriangulatedSurface, the triangles of a gml:TIN are not represented explicitly, but by its three vertices (called control points). In addition, breaklines, stop lines and the maximal length of a side of a triangle can be represented in a gml:TIN.

  1. A TIN is a triangulated surface that is the result of the application of a Delaunay Algorithm or of a similar algorithm (extended by breaklines, stop lines and the maximal length of a side of a triangle). The surface satisfies the Delaunay criterion:
    1. For each triangle in the network, the circle passing through its vertices does not contain, in its interior, the vertex of any other triangle.
  2. Stoplines are lines where the local continuity or regularity of the surface is questionable. In the area of these pathologies, triangles intersecting a stopline shall be removed from the TIN surface, leaving holes in the surface. If triangles incident to the boundary of the surfaces are removed, the boundary of the surfaces changes.
  3. Breaklines are lines that are critical for the shape of the surface, representing local ridges, or depressions (such as drainage lines) in the surface. As such their constituent segments must be included in the TIN even if doing so violates the Delaunay criterion.
  4. Areas of the surface where the data is not sufficiently dense to assure reasonable calculations shall be removed by adding a retention criterion for triangles based on the length of their sides. For any triangle sides exceeding maximum length, the adjacent triangles to that triangle side shall be removed from the surface. # The number of control points is at least three.
  5. The surface is not affected by the order in which the control points are given. Application schemas may add information based on the ordering of the control points to facilitate the reconstruction of the TIN from the control points.