If you just want to plot the geometric objects specified in your WKT
data, you might go straight to the JTS library. Have a look at this
page in the JTS javadocs:
http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/io/WKTReader.html

If you need to do trickier things, like reprojecting objects from the
coordinate system in the WKT to some other system then you could start
with this Geotools class:
http://javadoc.geotools.fr/2.5/org/geotools/geometry/iso/io/wkt/WKTReader.html

Unless this is part of a Geotools project that you're working on it
might then be easiest to do the drawing and saving with java.awt and
JAI ImageIO.  Google is your friend :-)  But sing out if you need more
info.

Michael

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to