container.registerComponentImplementation(GMLGeometryCollectionTypeBinding.class);
container.registerComponentImplementation(GMLMultiLineStringTypeBinding.class);
}
public void test() throws Exception {
Node node = createNode(ml, new ElementInstance[] { line1, line2 },
new Object[] {
new GeometryFactory().createLineString(
new Coordinate[] { new Coordinate(0, 0), new Coordinate(1, 1) }),
new GeometryFactory().createLineString(
new Coordinate[] { new Coordinate(2, 2), new Coordinate(3, 3) })