Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3-M1
-
Fix Version/s: 2.3-M4
-
Component/s: referencing
-
Labels:None
-
Number of attachments :
Description
According latest ISO 19111 revision (2007), the following method defined in OperationMethod:
- InternationalString getFormula()
should be replaced by
- Formula getFormula()
where Formula is the union of:
- InternationalString getFormula()
- Citation getFormulaCitation()
Doing so is an incompatible change. An alternative slightly more compatible is to add the getFormulaCitation() method straight into OperationMethod. However the former approach (adding the new Formula interface) would be more extensible.
Issue Links
| This issue relates to: | ||||
| GEO-182 | OperationMethod.[source|target]Dimensions now optional in latest ISO 19111 |
|
|
|
Commited on trunk as of revision 1479.