Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-users] visualize a DefaultFeatureCollection in UDig

Hi everybody,
using Geotools I can visualize a DefaultFeatureCollection in this way:

 DefaultFeatureCollection deffc = new DefaultFeatureCollection(collection);
       
     map.addLayer(deffc, null);  
    JMapFrame.showMap(map);

But how can I create a Udig layer starting from a DefaultFeatureCollection (and then visualize the data on a IMap) ?

Thanks.
Alberto



Back to the top