MolodenskyTransform changes for revisions 9130:9131

The information contained in this commit come from the EPSG registry. The identifier (not the comment) has been applied independently in SIS with fixed spelling (EPSG spells "Molodensky" instead of "Molodenski").

Command line:

svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r9130:9131 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/operation/transform/MolodenskiTransform.java
Revision 9130Revision 9131
* {@linkplain org.geotools.referencing.crs.GeographicCRS geographic} coordinate reference
* systems.
*
* @version $Id$
* @author Rueben Schulz
*/
* {@linkplain org.geotools.referencing.crs.GeographicCRS geographic} coordinate reference
* systems.
*
* The EPSG does not use src_semi_major, etc. parameters and instead uses
* "Semi-major axis length difference" and "Flattening difference".
*
* @version $Id$
* @author Rueben Schulz
*/
 */
static final ParameterDescriptorGroup PARAMETERS = createDescriptorGroup(new Identifier[] {
        new Identifier(Citation.OPEN_GIS, "Molodenski"),
        new Identifier(Citation.EPSG,     "9604"),
        new Identifier(Citation.GEOTOOLS, Resources.formatInternational(
                                          ResourceKeys.MOLODENSKI_TRANSFORM))
 */
static final ParameterDescriptorGroup PARAMETERS = createDescriptorGroup(new Identifier[] {
        new Identifier(Citation.OPEN_GIS, "Molodenski"),
        new Identifier(Citation.EPSG,     "Molodenski"),
        new Identifier(Citation.EPSG,     "9604"),
        new Identifier(Citation.GEOTOOLS, Resources.formatInternational(
                                          ResourceKeys.MOLODENSKI_TRANSFORM))