Javadoc has been updated with an example performing a map projection from WGS84 to World Mercator.
https://builds.apache.org/job/sis-dev/javadoc/org/apache/sis/referencing/CRS.html Those 4 convenience static methods in the CRS class (CRS.forCode, CRS.fromWKT, CRS.fromXML, CRS.findOperation) use a large amount of the SIS library (searches in EPSG database, parsing, operation inference, etc.). Tests and improvement in CRS.findOperation are still under way. My hope is to finish the port next week, so we can start stabilizing and preparing a release candidate before the Apache Conference in Vancouver in May. Martin
