There is a GML reader inside Geotool (an opensource GIS toolkit that
geoserver and udig are based on).  You could use that to read your GML
data and then convert the resulting Geotools features to JUMP
features.

You can get more info at the Geotools site and ask on their mailing lists.

They have just changed their feature model and changed the parser, so
I'm not sure what state its in.  Apparently its working well, but I
haven't used it (except for reading WFS responses).

I believe you'll need your actual GML file AND the .xsd for it.  Your
GML (i.e. from a WFS GetFeature request) and .xsd (i.e. from a WFS
GetFeatureInfo request) will have to be 100% correct (i.e. all your
namespaces) and correctly linked.

It will take a while to put this together (mostly because you'll have
to learn the Geotools API), but the nice result is that you could make
a generic JUMP-Geotools bridge and use their readers/writers as well
as the JUMP ones.  Once you've used the Geotools library for a while,
I'm sure you will find there are a lot of little things that you would
be able to integrate into JUMP (and visa-versa).

This could possibly open the door for sharing between jump and udig...


dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to