Commited the following changes on trunk as of revision 24765:

* Added a new class, org.geotools.factory.Factories, which
   contains only static method that apply to all factories.
   The add/removeFactoryIteratorProvider(...) methods are now
   there and have system-wide effect.

* Removed the add/removeFactoryIteratorProvider methods from
   FactoryRegistry and CommonFactoryFinder. We are theorically
   allowed to just drop those methods since they were flagged
   with "@since 2.4". However if it break too much code, please
   let me known and I will reinsert them as deprecated methods.

* At this time, the new Factories.addFactoryIteratorProvider
   method must be invoked before any factory is used for the
   first time. I need more though in order to allow addition
   later in a JVM live.


Not directly related to FactoryRegistry, but in the same commit:

* Added Hints.EPSG_DATA_SOURCE, which expects a name as a String.
   If not specified, the default is "jdbc/EPSG", as in current
   behavior. We may delete the default if it is a risk of
   confusion.

        Martin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to