I'm trying to import a lot of TIFF images (DOF files) into uDig and assembling them to look like one. The only way I managed to do that was by importing each image into it's own layer. But what I want to do is to make them look just like one layer. Can't I add a set of IGeoResources to just one layer?. Isn't there something like layer.add(IGeoResource)? That's how I'm doing it right now:
LayerFactory factory = map.getLayerFactory();
Layer layer = factory.createLayer( IGeoResource );
map.getLayersInternal().add(layer);
The goal is to import a shapefile that contains (in its DBF) the addresses to the TIFF images. Naturally the import of one shapefile should resolve to just one layer in uDig.
If anybody knows the answer I would really appreciate it. Thanks.
Damjan Šavko
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
