-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvermessung_export.landxml
More file actions
60 lines (60 loc) · 2.07 KB
/
vermessung_export.landxml
File metadata and controls
60 lines (60 loc) · 2.07 KB
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
<?xml version='1.0' encoding='utf-8'?>
<LandXML xmlns="http://www.landxml.org/schema/LandXML-1.2" version="1.2" date="2026-02-28"
time="23:35:46"
xsi:schemaLocation="http://www.landxml.org/schema/LandXML-1.2 http://www.landxml.org/schema/LandXML-1.2/LandXML-1.2.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Units>
<Metric areaUnit="squareMeter" linearUnit="meter" volumeUnit="cubicMeter"
temperatureUnit="celsius" pressureUnit="HPA" angularUnit="grads" />
</Units>
<Survey>
<SurveyHeader name=""></SurveyHeader>
<InstrumentSetup id="STN_1" stationName="2001" instrumentHeight="1.66">
<InstrumentPoint>2001</InstrumentPoint>
<RawObservation setupID="STN_1"
targetHeight="1.7450"
slopeDistance="2.6156"
horizAngle="56.33825"
zenithAngle="100.96593">
<TargetPoint name="G355968210" />
</RawObservation>
<RawObservation setupID="STN_1"
targetHeight="1.7450"
slopeDistance="16.1312"
horizAngle="192.39870"
zenithAngle="99.64289">
<TargetPoint name="G355968210" />
</RawObservation>
<RawObservation setupID="STN_1"
targetHeight="1.7450"
slopeDistance="11.5262"
horizAngle="135.42574"
zenithAngle="100.33243">
<TargetPoint name="G355968210" />
</RawObservation>
</InstrumentSetup>
<ObservationGroup id="w">
<RawObservation setupID="STN_1"
targetHeight="1.7450"
slopeDistance="2.5649"
horizAngle="56.32049"
zenithAngle="120.50379">
<TargetPoint name="P7" />
</RawObservation>
<RawObservation setupID="STN_1"
targetHeight="1.7450"
slopeDistance="2.5649"
horizAngle="56.32070"
zenithAngle="120.50287">
<TargetPoint name="P7" />
</RawObservation>
<RawObservation setupID="STN_1"
targetHeight="1.7450"
slopeDistance="13.0135"
horizAngle="242.04726"
zenithAngle="67.13711">
<TargetPoint name="P1" />
</RawObservation>
</ObservationGroup>
</Survey>
</LandXML>