The same information has been fetched independently from the EPSG database.
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/NADCONTransform.java
Revision 9130 | Revision 9131 |
---|---|
*/ static final ParameterDescriptorGroup PARAMETERS = createDescriptorGroup(new Identifier[] { new Identifier(Citation.OPEN_GIS, "NADCON"), new Identifier(Citation.EPSG, "9613"), new Identifier(Citation.GEOTOOLS, Resources.formatInternational( ResourceKeys.NADCON_TRANSFORM)) |
*/
static final ParameterDescriptorGroup PARAMETERS = createDescriptorGroup(new Identifier[] {
new Identifier(Citation.OPEN_GIS, "NADCON"),
new Identifier(Citation.EPSG, "NADCON"),
new Identifier(Citation.EPSG, "9613"),
new Identifier(Citation.GEOTOOLS, Resources.formatInternational(
ResourceKeys.NADCON_TRANSFORM)) |