Hi,

I want to create an SVG cache for a GIS server (it will cache several pieces
of one map as SVG images). My ideea is the following:

For each SVG image that needs to be cached:
        1) Split the SVG image into graphic objects
        2) Cache the graphical objects independently
        3) When a request comes, look in the cache and, if possible, assamble the
image from the different graphical objects

>From what I could see in the Batik documentation, I can use the GVT
representation to split the SVG into graphical objects. My question is how
to create an SVG document having a whole bunch of GraphicsNode objects?

Anyway, any documentation about the GVT representation would be wellcomed.

Regards,
Cristian

===========================================================
Dipl. Ing. Cristian OPINCARU
University of Federal Armed Forces, Munich - Faculty of Informatics

Werner-Heisenberg-Weg 39, D-85577, Neubiberg, Germany
Building 41 / Room 0224

Tel   : +49-89-6004.2279
Fax   : +49-89-6004.3898
E-mail: [EMAIL PROTECTED]
Web   : http://web.ss.pub.ro/~oppy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to