|
Hi All ! I have a gml string. For example: <?xml version="1.0"
encoding="UTF-8"?> <gml:Polygon
xmlns:gml="http://www.opengis.net/gml"> <gml:outerBoundaryIs> <gml:LinearRing> <gml:coordinates
decimal="." cs="," ts=" ">-6.0704,40.9091
-6.0704,52.7859 8.1818,52.7859 8.1818,40.9091
-6.0704,40.9091</gml:coordinates> </gml:LinearRing> </gml:outerBoundaryIs> </gml:Polygon> I would like to create the Geometry which corresponds
to this description. I have found how to create this string from geometry
but I don’t find how to do the opposite. Someone could help me? Thanks! Best regards, Virginie Berre /
Ingénieur étude et développement Générale
d’Infographie ZA
Les Erables – Bâtiment 4 66,
route de Sartrouville – F-78230 – LE PECQ Tél :
(33) (0)1.30.15.40.50 – Fax : (33) (0)1.30.15.40.60 http://www.generale-infographie.fr/ |
