Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
linenumberstrue
collapsetrue
<gml:ArcByCenterPoint numArc="1">
	<gml:pointProperty>
 		<gml:Point gml:id="ID1">
 			<gml:pos>0 0</gml:pos>
 		</gml:Point>
 	</gml:pointProperty>
 	<gml:radius uom="m">1</gml:radius>
 	<gml:startAngle uom="deg">actual_start_value</gml:startAngle>
	 <gml:endAngle uom="deg">actual_end_value</gml:endAngle>
 </gml:ArcByCenterPoint>

...