Dear list, soon I will need to handle GML Coordinate Reference Sysyem definitions in a Java servlet. A concrete example can be visualized here: http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4326
I know that GeoTools library can parse GML, and I can see in http://docs.geotools.org/latest/userguide/library/xml/geometry.html some good documentation regarding Geometry features. I'd like to know whether I will be able to parse such definitions, and maybe translate them to WKT. I would need it to parse the definitions of compound or derived CRS to e.g. understand which dimensions are involved and in which order, then use them to create CoordinateReferenceSystem instances (org.geotools.referencing.CRS class has a parseWKT() method, but not a parseGML() equivalent). Thanks. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Parsing-GML-CRS-definitions-tp4963620.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
