Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: UDIG 1.1.RC1
-
Fix Version/s: UDIG 1.2.0
-
Component/s: framework
-
Labels:None
Description
uDig currently used it's own Catalog that has since been ported to GeoTools. Research is needed into how much work will be required to port uDig over to use the GeoTools catalog.
Geotools catalog is java 1.4 based, so it might quite painful changing uDig code over to this
Several class names and method names have changed, but only slightly.
Some of the abstract classes in uDig have been split into both an interface and an abstract class. The impact from this should be minimum.
Resolve.members class does not mention that the returned List should contain Resolves. Could possibly break some assumptions in uDig.
GeoTools catalog lacks equivalents for ICatalog.createTemporaryResource and ICatalog.getTemproraryDescriptorClasses(), but it does provide a "user data" map.
Looks like a Javadoc review is needed for GeoTools catalog