Export der Koordinatensysteminformationen
Für die weitere Verwendung in anderen Programmen, extrahieren Sie ganz einfach die Koordinatensysteminformationen.
Aufruf:CfgedApp.exe -coordinatesystem -export <XML-Datei>
| ✎ | CfgedApp.exe -coordinatesystem -export c:\temp\crs.xml |
Dabei ist:
- XML-Datei: Name der XML-Datei, in der die Koordinatensysteminformationen exportiert werden
Folgende Daten werden exportiert:
<?xml version="1.0" encoding="utf-8"?>
<CoordinateReferenceSystems>
<CoordinateReferenceSystem name="No Spatial Reference System">
<identifiers>
<tag code="None" issuer="SYSTEM"/>
</identifiers>
<groups>
<!--default is "ALL"-->
<group>Common</group>
</groups>
</CoordinateReferenceSystem>
<CoordinateReferenceSystem name="MGI / Austria West">
<identifiers>
<tag code="9271" issuer="EPSG"/>
<tag code="9271" issuer="rmDATA"/>
</identifiers>
<groups>
<!--default is "ALL"-->
<group>All</group>
<group>Common</group>
<group>Austria</group>
</groups>
<proj4>+proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs</proj4>
</CoordinateReferenceSystem>
<CoordinateReferenceSystem name="MGI / Austria Central">
<identifiers>
<tag code="9272" issuer="EPSG"/>
<tag code="9272" issuer="rmDATA"/>
</identifiers>
<groups>
<!--default is "ALL"-->
<group>All</group>
<group>Common</group>
<group>Austria</group>
</groups>
<proj4>+proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs</proj4>
</CoordinateReferenceSystem>
...
</CoordinateReferenceSystems>



