[Geotools-devel] DB2 Plugin

2008-12-25 Thread Shyam Nagarajan
Hi, I want to reuse the code that has been written for the DB2 Plugin for another tool that I am developing. My question is on how to read the blob data that DB2 uses to store geometry data. I looked through the DB2 Plugin, from what I understand ST_AsBinary is used to convert the geometry blob d

Re: [Geotools-devel] Problems integrating Sextante with GeoTools SPI

2008-12-25 Thread Andrea Aime
Martin Desruisseaux ha scritto: > Andrea Aime a écrit : >> The whole thing uses the getServiceProviderByClass(Class) >> method, which returns the one and only factory instance >> registered for a certain factory class... > > > I can confirm that GeoTools FactoryRegistry requires a different class

Re: [Geotools-devel] Problems integrating Sextante with GeoTools SPI

2008-12-25 Thread Martin Desruisseaux
Andrea Aime a écrit : > The whole thing uses the getServiceProviderByClass(Class) > method, which returns the one and only factory instance > registered for a certain factory class... I can confirm that GeoTools FactoryRegistry requires a different class for each factory. Actually this is the wa