QA-Ex-C-LR-4_interior.gml 3.33 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
<?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">

  <!-- 
		interior ring intersects with exterior
  -->

  <cityObjectMember>
    <bldg:Building gml:id="Example-C-LR-4">
      <creationDate>2010-12-22</creationDate>
	<bldg:lod1MultiSurface>
        <gml:MultiSurface>
            <gml:surfaceMember>
                <gml:Polygon gml:id="p_w_1">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>
								0.00 0.00 0.00
								10.0 0.00 0.00
								10.0 10.0 0.00
								0.00 10.0 0.00
								0.00 0.00 0.00
                            </gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
					<gml:interior>
						<gml:LinearRing>
							<gml:posList>
								9.00 1.00 0.00
								11.0 1.00 0.00
								11.0 9.00 0.00
								9.00 9.00 0.00
								9.00 1.00 0.00
							</gml:posList>
						</gml:LinearRing>
					</gml:interior>
                </gml:Polygon>
          </gml:surfaceMember>
		</gml:MultiSurface>
	</bldg:lod1MultiSurface>
</bldg:Building>
			
</cityObjectMember>

</CityModel>