* @throws ParserConfigurationException
* @throws SAXException
*/
public void testSingleMultiLineStringManyPointRoundTrip() throws IOException, SAXException, ParserConfigurationException{
LineStringGenerator pgc = new LineStringGenerator();
pgc.setGeometryFactory(geometryFactory);
pgc.setNumberPoints(1000);
pgc.setGenerationAlgorithm(LineStringGenerator.HORZ);
MultiGenerator pg = new MultiGenerator(pgc);
pg.setBoundingBox(new Envelope(0,10,0,10));
pg.setNumberGeometries(3);
pg.setGeometryFactory(geometryFactory);