Dear Justin, all, I am playing with the parsing of GML geometries from GML3. What are the correct maven dependencies for GML3 and the associate XML parser? I have troubles to do the imports suggested by Justin:
import org.geotools.gml3.GMLConfiguration; import org.geotools.xml.Parser; using geotools 2.5. snapshot. for the following code: GMLConfiguration gml = new GMLConfiguration(); Parser p = new Parser(gml); Polygon p = (Polygon) p.parse( ... ); Thanks Martin ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
