Fabio Luiz Leite ha scritto: > Hi guys, > Does anyone know how to implement a program that receive a GML code and > trasnlate to SVG code ? Does Geotools has any faciliy ?
You can try to use GMLDataStore to parse the GML, and then render it using the streaming renderer using a graphics provided by the Graphics library. That's more or less what Geoserver is doing to generate SVG, anyways. Hope this helps Cheers Andrea ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
