I noticed the introduction of following fields in org.geotools.factory.Hints:

    public static final String VALUE_OVERVIEW_POLICY_QUALITY = "Quality";
    public static final String VALUE_OVERVIEW_POLICY_NEAREST = "Nearest";
    public static final String VALUE_OVERVIEW_POLICY_SPEED = "Speed";

used by

    public static final OptionKey OVERVIEW_POLICY;

Since we are on Java 5, can we replace the three above values by an
"OverviewPolicy" enum? Hints will also be easier to read if all constants in
this class are Keys, and all values are defined outside (as enum or whatever).

Thanks

        Martin

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

Reply via email to