final FeatureCollection featureCollection = new DefaultFeatureCollection( "roads", ftRoad );
featureCollection.add( theRoad );
exampleMap.addLayer( new DefaultMapLayer( featureCollection, new BasicLineStyle() ) );
System.out.println( "exampleMap = " + exampleMap );
}
catch ( SchemaException e )
{