I was trying to indicate that others before you have run into concurrency 
issues. But I agree there does not seem enough clues left in the codebase to 
figure it out ... perhaps look for deprecations.

Using javadocs: 
http://docs.geotools.org/stable/javadocs/org/geotools/referencing/factory/epsg/package-summary.html


1. DefaultFactory is deprecated indicating that ThreadedEpsgFactory should be 
used
2. FactoryUsingAnsiSQL is deprecated indicating that AnsiDialectEpsgFactory 
should be used

I guess the technical debt is to remove the deprecated classes ...

In my experience grid shift files are dropped into place by customers who have 
them provided with their datasets. Admittedly I do not have a lot of experience 
on this one :)


-- 
Jody Garnett

On 2 May 2014 at 6:18:54 pm, Stéphane WASSERHARDT 
(stephane.wasserha...@magellium.fr) wrote:

Hello,

 

Jody told me in Jira (https://jira.codehaus.org/browse/GEOT-4780) to have a 
look at changes in new referencing factories discussed here : 
http://docs.codehaus.org/display/GEOTOOLS/Review+referencing+factories+and+transform+builders

But I don’t really know which are old and which are new…

Most importantly : how could I have my geotools instance to use only the new 
ones ?

 

By the way, I don’t know if it’s the right place to ask but I have trouble 
finding grid shift files used by the hsql epsg factory.

They are not shipped with the gt-epsg-hsql module, are they ?

 

Thanks in advance.

Regards,

Stephane

------------------------------------------------------------------------------  
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE  
Instantly run your Selenium tests across 300+ browser/OS combos. Get  
unparalleled scalability from the best Selenium testing platform available.  
Simple to use. Nothing to install. Get started now for free."  
http://p.sf.net/sfu/SauceLabs_______________________________________________  
GeoTools-GT2-Users mailing list  
GeoTools-GT2-Users@lists.sourceforge.net  
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users  
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to