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
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
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
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'