QA-Ex-C-LR-2GK.gml 7.17 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version="1.0" encoding="UTF-8"?>
	<!--SGJ Exporter (http://www.supportgis.de) -->
<CityModel xmlns="http://www.opengis.net/citygml/1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trans="http://www.opengis.net/citygml/transportation/1.0"
	xmlns:wtr="http://www.opengis.net/citygml/waterbody/1.0" xmlns:gml="http://www.opengis.net/gml"
	xmlns:smil20lang="http://www.w3.org/2001/SMIL20/Language" xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:grp="http://www.opengis.net/citygml/cityobjectgroup/1.0"
	xmlns:luse="http://www.opengis.net/citygml/landuse/1.0" xmlns:frn="http://www.opengis.net/citygml/cityfurniture/1.0"
	xmlns:app="http://www.opengis.net/citygml/appearance/1.0" xmlns:tex="http://www.opengis.net/citygml/texturedsurface/1.0"
	xmlns:smil20="http://www.w3.org/2001/SMIL20/" xmlns:xAL="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"
	xmlns:bldg="http://www.opengis.net/citygml/building/1.0" xmlns:dem="http://www.opengis.net/citygml/relief/1.0"
	xmlns:veg="http://www.opengis.net/citygml/vegetation/1.0" xmlns:gen="http://www.opengis.net/citygml/generics/1.0"
	xsi:schemaLocation="http://www.opengis.net/citygml/landuse/1.0 http://schemas.opengis.net/citygml/landuse/1.0/landUse.xsd http://www.opengis.net/citygml/cityfurniture/1.0 http://schemas.opengis.net/citygml/cityfurniture/1.0/cityFurniture.xsd http://www.opengis.net/citygml/appearance/1.0 http://schemas.opengis.net/citygml/appearance/1.0/appearance.xsd http://www.opengis.net/citygml/texturedsurface/1.0 http://schemas.opengis.net/citygml/texturedsurface/1.0/texturedSurface.xsd http://www.opengis.net/citygml/transportation/1.0 http://schemas.opengis.net/citygml/transportation/1.0/transportation.xsd http://www.opengis.net/citygml/waterbody/1.0 http://schemas.opengis.net/citygml/waterbody/1.0/waterBody.xsd http://www.opengis.net/citygml/building/1.0 http://schemas.opengis.net/citygml/building/1.0/building.xsd http://www.opengis.net/citygml/relief/1.0 http://schemas.opengis.net/citygml/relief/1.0/relief.xsd http://www.opengis.net/citygml/vegetation/1.0 http://schemas.opengis.net/citygml/vegetation/1.0/vegetation.xsd http://www.opengis.net/citygml/cityobjectgroup/1.0 http://schemas.opengis.net/citygml/cityobjectgroup/1.0/cityObjectGroup.xsd http://www.opengis.net/citygml/generics/1.0 http://schemas.opengis.net/citygml/generics/1.0/generics.xsd">

  <!-- 
       Wagner, 12.04.2011
       Polygon p_r_1 has three points only
       should be detected by C-LR-1	 
	   Coordinates according to Gauss-Krueger, Zone 3
       Polygon p_w_4 and p_w_5 have four points, should be ok.
	   Polygon p_w_1 has four points, but is not closed.
  -->

  <cityObjectMember>
    <bldg:Building gml:id="Example-C-LR-2GK">
      <creationDate>2010-12-22</creationDate>
	<bldg:lod1MultiSurface>
        <gml:MultiSurface>
            <gml:surfaceMember>
                <gml:Polygon gml:id="p_w_1">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
                                3456835.73 5430511 115.22
                                3456840.23 5430511 115.22
                                3456840.23 5430511 119.47
                                3456835.73 5430511 119.47
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
          </gml:surfaceMember>
          <gml:surfaceMember>
                <gml:Polygon gml:id="p_w_2">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
                                3456840.23 5430511 115.22
                                3456840.23 5430516 115.22
                                3456840.23 5430516 119.47
                                3456840.23 5430511 119.47
                                3456840.23 5430511 115.22
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
          </gml:surfaceMember>        
          <gml:surfaceMember>
                <gml:Polygon gml:id="p_w_3">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
                                3456840.23 5430516 115.22
                                3456835.73 5430516 115.22
                                3456835.73 5430516 119.47
                                3456840.23 5430516 119.47
                                3456840.23 5430516 115.22
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
          </gml:surfaceMember>        
          <gml:surfaceMember>
                <gml:Polygon gml:id="p_w_4">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
                                3456835.73 5430516 115.22
                                3456835.73 5430511 115.22
                                3456835.73 5430511 119.47
                                3456835.73 5430516 115.22
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
          </gml:surfaceMember>        
          <gml:surfaceMember>
                <gml:Polygon gml:id="p_w_5">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
                                3456835.73 5430516 115.22
                                3456835.73 5430511 119.47
                                3456835.73 5430516 119.47
                                3456835.73 5430516 115.22
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
          </gml:surfaceMember>

          <gml:surfaceMember>
                <gml:Polygon gml:id="p_g_1">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
                                3456835.73 5430511 115.22
                                3456835.73 5430516 115.22
                                3456840.23 5430516 115.22
                                3456840.23 5430511 115.22
                                3456835.73 5430511 115.22
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
          </gml:surfaceMember>        
          <gml:surfaceMember>
          
                <gml:Polygon gml:id="p_r_1">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
                                3456835.73 5430511 119.47
                                3456840.23 5430511 119.47
                                3456835.73 5430511 119.47
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
          </gml:surfaceMember>        
        </gml:MultiSurface>
	</bldg:lod1MultiSurface>

</bldg:Building>
			
</cityObjectMember>

</CityModel>