Author: desruisseaux Date: Mon May 29 14:38:18 2017 New Revision: 1796636 URL: http://svn.apache.org/viewvc?rev=1796636&view=rev Log: CommonCRS.UTM(…) has been renamed CommonCRS.universal(…). Modified: sis/site/trunk/content/faq.mdtext Modified: sis/site/trunk/content/faq.mdtext URL: http://svn.apache.org/viewvc/sis/site/trunk/content/faq.mdtext?rev=1796636&r1=1796635&r2=1796636&view=diff ============================================================================== --- sis/site/trunk/content/faq.mdtext (original) +++ sis/site/trunk/content/faq.mdtext Mon May 29 14:38:18 2017 @@ -126,7 +126,7 @@ Coordinate Reference Systems {#crs} ### How do I instantiate a Universal Transverse Mercator (UTM) projection? {#UTM} -If the UTM zone is unknown, an easy way is to invoke the `UTM(…)` method on one of the `CommonCRS` pre-defined constants. +If the UTM zone is unknown, an easy way is to invoke the `universal(…)` method on one of the `CommonCRS` pre-defined constants. That method receives in argument a geographic coordinate in (_latitude_, _longitude_) order and computes the UTM zone from it. See the [above Java code example](#transform-point).