XML-Schema Vegetation
Die Übertragung von platzierter Vegetation geschieht via XML und in der Granularität jedes einzelnen Bewuchses.
Header:
CODE
<?xml version="1.0" encoding="UTF-8"?>
<asdatafile>
<description>
<content type="application" name="korfin model" version="4.2.1"/>
</description>
Lokale Translation der Vegetation:
CODE
<globalparam>
<originpoint x="402520" y="5664460"/>
</globalparam>
Zuordnungstabelle des Bauteils Baum zum Typ:
CODE
<list type="treetype">
<treetype id="1" name="Buche" rid="OTREE_BUCHE_20"/>
<treetype id="2" name="Eiche" rid="OTREE_EICHE_30"/>
…
</list>
Listen der Vegetation nach Typ (Bewuchs wird nach Typ in Listen übergeben):
CODE
<list type="trees">
<list type="tree" treetype="1">
<tree x="-1271.14911954" y="-609.16676092" h="17.012"/>
…
</list>
<list type="tree" treetype="2">
<tree x="-1017.66448724" y="-426.2380669" h="42.18"/>
…
</list>
</list>
</asdatafile>