Andrea Aime a écrit :
> Out of curiousity, what is the set of Hints one would have to set in
> order to mimic the org.geotools.referencing.forceXY=true system
> variable?

It should be only:

> Hints.putSystemDefault(Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER, true);

with no more hints... There is a one-to-one relationship between system property
and hints.

> Hints.putSystemDefault(Hints.FORCE_STANDARD_AXIS_DIRECTIONS, true);
> Hints.putSystemDefault(Hints.FORCE_STANDARD_AXIS_UNITS, true);

Apparently one of those hints prevent us from finding the EPSG factory. It may
be an other bug to investigate.

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to