Jody Garnett a écrit :
> Page has been updated with a table / comparison. Every time I write
> these descriptions they get shorter and more to the point.
>>
>> http://docs.codehaus.org/display/GEOTOOLS/Improve+CRSAuthority+Concurrency+Caching+and+Connection+Use


I agree with:

* "Stop calling everything Factory"
* GeotoolsFactory  -->  ReferencingObjectFactory
* DefaultFactory  -->  (anything, I admit we need a better name)



But I don't think that the following ones are improvements...

* AbstractAuthorityFactory  -->  AbstractCRSAuthority
* DirectAuthorityFactory  -->  DirectCRSAuthority
      Replacing "Authority" by "CRS" is not accurate since
      those factories are not just about CRS. They are about
      CS, Datum, Parameters, CoordinateOperation as well.

* WeakHashSet  -->  CanonicalSet
      See http://jira.codehaus.org/browse/GEOT-1300



I'm unsure about

* BufferedAuthorityFactory  -->  ThreadedCRSAuthority

As above, the "CRS" part is innacurate. In addition this factory would be both
buffered and threaded, so "Buffered" may be a name as good as "Threaded"...

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to