Uses of Class
org.opengis.test.referencing.TransformFailure

Packages that use TransformFailure
Package
Description
Validators and test suites for the org.opengis.referencing package.
  • Uses of TransformFailure in org.opengis.test.referencing

    Modifier and Type
    Method
    Description
    protected final void
    TransformTestCase.assertCoordinateEquals(String message, double[] expected, double[] actual, int index, CalculationType mode)
    Asserts that a single coordinate is equal to the expected one within a positive delta.
    protected final void
    TransformTestCase.assertCoordinateEquals(String message, double[] expected, float[] actual, int index, CalculationType mode)
    Asserts that a single coordinate is equal to the expected one within a positive delta.
    protected final void
    TransformTestCase.assertCoordinateEquals(String message, float[] expected, double[] actual, int index, CalculationType mode)
    Asserts that a single coordinate is equal to the expected one within a positive delta.
    protected final void
    TransformTestCase.assertCoordinateEquals(String message, float[] expected, float[] actual, int index, CalculationType mode)
    Asserts that a single coordinate is equal to the expected one within a positive delta.
    protected final void
    TransformTestCase.assertCoordinatesEqual(String message, int dimension, double[] expectedPts, int expectedOffset, double[] actualPts, int actualOffset, int numPoints, CalculationType mode)
    Asserts that coordinate values are equal to the expected ones within a positive delta.
    protected final void
    TransformTestCase.assertCoordinatesEqual(String message, int dimension, double[] expectedPts, int expectedOffset, float[] actualPts, int actualOffset, int numPoints, CalculationType mode)
    Asserts that coordinate values are equal to the expected ones within a positive delta.
    protected final void
    TransformTestCase.assertCoordinatesEqual(String message, int dimension, float[] expectedPts, int expectedOffset, double[] actualPts, int actualOffset, int numPoints, CalculationType mode)
    Asserts that coordinate values are equal to the expected ones within a positive delta.
    protected final void
    TransformTestCase.assertCoordinatesEqual(String message, int dimension, float[] expectedPts, int expectedOffset, float[] actualPts, int actualOffset, int numPoints, CalculationType mode)
    Asserts that coordinate values are equal to the expected ones within a positive delta.