Re: [udig-devel] Re: Using an CSAuthorityFactory to look up by Unit?

2008-09-07 Thread Jody Garnett
Matthias Basler wrote: I am glad we use JSR-275 now. Well if the set of supported units is indeed the set defined by JSR-275 I am fine with this. In the worst case I can write the same hardcoded list into my widget model. I just need to be on par with GeoTools. Thanks for clarifying. P.P.S. S

[udig-devel] Re: Using an CSAuthorityFactory to look up by Unit?

2008-09-07 Thread Matthias Basler
> From: Jody Garnett <[EMAIL PROTECTED]> > Hi Matthias; the CSAuthorityFactory has changed a bit over time; I > confirm that the functionality you are looking for is not available on > trunk. Martin just wrote me: It is still available, but as a non-type-safe hack only: Set codes = csFactory.ge

[udig-devel] Re: External dependencies in net.refractions.udig.libs

2008-09-07 Thread Jody Garnett
Wellmann, Harald wrote: Here are some intermediate results on using the FactorySPI pattern in an OSGi environment: - I've verified that it works as expected as long as you do not use wrapped JARs in your bundles and configure buddy classloading appropriately. Sweet! - OSGifying all of Geo

[udig-devel] External dependencies in net.refractions.udig.libs

2008-09-07 Thread Wellmann, Harald
Here are some intermediate results on using the FactorySPI pattern in an OSGi environment: - I've verified that it works as expected as long as you do not use wrapped JARs in your bundles and configure buddy classloading appropriately. - OSGifying all of Geotools will be harder than expected du