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