In org.opengis.cite.iso19136.data.spatial.CurveTests, gml:LineString elements are ignored--they are not detected by the findCurves() method, which looks only for gml:Curve elements. Perhaps it can be enhanced to also seek LineString geometries.
Note: These tests were originally implemented to support the AIXM-GML profile (see OGC 12-028), which uses gml:Curve with gml:LineStringSegment instead.
In
org.opengis.cite.iso19136.data.spatial.CurveTests
, gml:LineString elements are ignored--they are not detected by the findCurves() method, which looks only for gml:Curve elements. Perhaps it can be enhanced to also seek LineString geometries.Note: These tests were originally implemented to support the AIXM-GML profile (see OGC 12-028), which uses gml:Curve with gml:LineStringSegment instead.