pilloff a écrit :
> Can the shapefile reader look in the .prj file
> and the GeoTools supplied CRS database and determine the best match
> automatically?

You may read the content of .prj file as WKT and gives it to

    CRS.parseWKT(String)

If you really need an EPSG code, it may be worth to try CRS.lookupIdentifier.

        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-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to