Hi Robert

MultiLineString mls = ...

int N = mls.getNumGeometries();

LineString lines[] = new LineString[ N ];
for ( int i = 0; i < N; i++ ) {
    lines[ i ] = mls.getGeometryN( i );
}

Hope this helps,
Michael

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to