Avi Golan wrote:
I'm looking for something similiar to the ability that Excel 2000 has with the Data Map component (http://support.microsoft.com/?kbid=147637), which enables displaying data on geographic vector maps.
I didn't read the KB article completely, but isn't this about creating charts?
I don't care what is the vector format, as long as it standard GIS industry format.
As long as you can parse it, you can write the data to PDF with iText.
Can you point me to an example of how to use the Graphic2D with maps.
I once made a drawing of the Map of Flanders with iText: http://www.lowagie.com/iText/examples/Chap13_gis.pdf (if you click it, you get an x and y coordinate). The Graphics2D examples are here: http://itextdocs.lowagie.com/tutorial/directcontent/ It doesn't have a GIS example, only the standard Java Tutorial example on the Graphics object, a text example and some charts. You can also use PDF operators and operands: http://itextdocs.lowagie.com/tutorial/directcontent/ br, Bruno ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
