Re: [Geotools-devel] Re: parsing Geometry not working

2006-03-16 Thread Jonas Johansson
Thanks a lot! The line http://www.opengis.net/gml"; srsName="EPSG:4269"> did the trick! Jonas On Thu, 2006-03-16 at 11:52 -0500, Chris Holmes wrote: > Have you tried including the gml namespace declarations in your > MultiLineString? That GeoTools parser generally likes them. Try > something

Re: [Geotools-devel] Re: parsing Geometry not working

2006-03-16 Thread Chris Holmes
Have you tried including the gml namespace declarations in your MultiLineString? That GeoTools parser generally likes them. Try something like this: >>http://foo.bar/gml_polygon_schema.xsd"; xmlns:gml="http://www.opengis.net/gml";> >> >> >> >> -106,38 -106

Re: [Geotools-devel] Re: parsing Geometry not working

2006-03-16 Thread Jody Garnett
Jonas Johansson wrote: So that you know, the parsing goes through without problems. ExcuteHandler also handles start(), end() and characters() and reads in the document just fine.. But the geometry() method never gets called. I checked that MultiLineString is indeed a type that would be handled b

[Geotools-devel] Re: parsing Geometry not working

2006-03-16 Thread Jonas Johansson
So that you know, the parsing goes through without problems. ExcuteHandler also handles start(), end() and characters() and reads in the document just fine.. But the geometry() method never gets called. I checked that MultiLineString is indeed a type that would be handled by the geotools code. I'