Just looked at the code and when you do define a shapefile with 
createSchema a prj file will be created:
> if (cs != null) {
>             String s = cs.toWKT();
>             FileWriter out = new FileWriter(getStorageFile(prjURL, temp));
>             
>             try {
>                 out.write(s);
>             } finally {
>                 out.close();
>             }
>         }
Cheers,
Jody

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to