Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3-M1
-
Fix Version/s: 2.3-M2
-
Component/s: referencing
-
Labels:None
-
Number of attachments :
Description
The CC_Operation type, which was defined in ISO 19111:2003, has been removed in ISO 19111:2007. In GeoAPI, this is mapped by the org.opengis.referencing.operation.Operation interface. This interface should be removed and its two methods (getMethod() and getParameterValues()) should be moved to the parent interface (SingleOperation).
This is an incompatible change for implementor, while probably trivial to fix. It may also affect a few users, but should be trivial to fix for them too.
The CC_Operation removal sound like a good idea since its position in the hierarchy relative to SingleOperation and CoordinateOperation was not obvious.