Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4-M3
-
Fix Version/s: 2.4-M4
-
Component/s: referencing
-
Labels:None
Description
This one name has caused lots of confusion, almost every newbie trips on this one at least once. The actual class is the "GeoTools" implementation the following:
- CSFactory
- DatumFactory
- CRSFactory
Each of these interface is responsible for producing some components of the GeoAPI referencing model. They are real factories and do create objects with no logic. Strictly speaking no definition, they do have some logic in the form of CanconicalSet used to intern objects so the factory does not let duplicates out into the wild.
The class is also marked with the BufferedFactory marker interface (not sure why, maybe for for the reporting tool).
Issue Links
- relates to
-
GEOT-1300
Isolate CanonicalSet as a subclass of WeakHashSet
-
Activity
Jody Garnett
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Martin Desruisseaux
made changes -
Jody Garnett
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Fix Version/s | 2.4-M4 [ 13525 ] | |
| Resolution | Fixed [ 1 ] |
Going to ask around and see if IdentifiedObjectFactory would be more appropriate.