A kind of branching of this question.
Soon I will need to handle GML Coordinate Reference Sysyem definitions in a Java servlet. Links:
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.
Thanks.
CoordinateReferenceSysteminstances (org.geotools.referencing.CRSclass has aparseWKT()method, but not aparseGML()equivalent) – Campa Apr 27 '12 at 14:20