This commit has been reverted. CoordinateOperationSet
is not serializable in SIS.
Command line:
svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r25939:25940 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/factory/epsg/CoordinateOperationSet.java
Revision 25939 | Revision 25940 |
---|---|
* @author Martin Desruisseaux */ final class CoordinateOperationSet extends IdentifiedObjectSet { /** * The codes of {@link ProjectedCRS} objects for the specified {@link Conversion} codes, * or {@code null} if none. |
* @author Martin Desruisseaux
*/
final class CoordinateOperationSet extends IdentifiedObjectSet {
private static final long serialVersionUID = -2421669857023064667L;
/**
* The codes of {@link ProjectedCRS} objects for the specified {@link Conversion} codes,
* or {@code null} if none. |