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
> 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
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
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