AbstractMathTransform changes for revisions 24484:24485

This method has been removed.

Command line:

svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r24484:24485 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/operation/transform/AbstractMathTransform.java
Revision 24484Revision 24485
}

/**
 * Constructs an error message for the {@link MismatchedDimensionException}.
 *
 * @param argument  The argument name with the wrong number of dimensions.
}

/**
 * Tests whether this transform does not move any points, by using
 * the provided <code>tolerance</code> value.
 * The default implementation always returns {@code false}.
 */
public boolean isIdentity(double tolerance) {
    return false;
}

/**
 * Constructs an error message for the {@link MismatchedDimensionException}.
 *
 * @param argument  The argument name with the wrong number of dimensions.