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
Methods in org.opengis.test.referencing that throw TransformFailureModifier and TypeMethodDescriptionprotected final voidTransformTestCase.assertCoordinateEquals(double[] expected, double[] actual, int index, CalculationType mode, String message) Asserts that a single coordinate is equal to the expected one within a positive delta.protected final voidTransformTestCase.assertCoordinateEquals(double[] expected, float[] actual, int index, CalculationType mode, String message) Asserts that a single coordinate is equal to the expected one within a positive delta.protected final voidTransformTestCase.assertCoordinateEquals(float[] expected, double[] actual, int index, CalculationType mode, String message) Asserts that a single coordinate is equal to the expected one within a positive delta.protected final voidTransformTestCase.assertCoordinateEquals(float[] expected, float[] actual, int index, CalculationType mode, String message) Asserts that a single coordinate is equal to the expected one within a positive delta.protected final voidTransformTestCase.assertCoordinatesEqual(int dimension, double[] expectedPts, int expectedOffset, double[] actualPts, int actualOffset, int numPoints, CalculationType mode, String message) Asserts that coordinate values are equal to the expected ones within a positive delta.protected final voidTransformTestCase.assertCoordinatesEqual(int dimension, double[] expectedPts, int expectedOffset, float[] actualPts, int actualOffset, int numPoints, CalculationType mode, String message) Asserts that coordinate values are equal to the expected ones within a positive delta.protected final voidTransformTestCase.assertCoordinatesEqual(int dimension, float[] expectedPts, int expectedOffset, double[] actualPts, int actualOffset, int numPoints, CalculationType mode, String message) Asserts that coordinate values are equal to the expected ones within a positive delta.protected final voidTransformTestCase.assertCoordinatesEqual(int dimension, float[] expectedPts, int expectedOffset, float[] actualPts, int actualOffset, int numPoints, CalculationType mode, String message) Asserts that coordinate values are equal to the expected ones within a positive delta.