| org.geotools.referencing.operation.TestTransform org.geotools.referencing.operation.transform.PassthroughTransformTest
PassthroughTransformTest | final public class PassthroughTransformTest extends TestTransform (Code) | | Test the following transforms:
-
MathTransformFactory.createPassthroughTransform
-
MathTransformFactory.createSubTransform
-
MathTransformFactory.createFilterTransform
version: $Id: PassthroughTransformTest.java 24576 2007-02-24 00:07:40Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String args) Runs the tests with the textual test runner. | public static Test | suite() Returns the test suite. | public void | testLinear() Test the pass through transform using an affine transform. | public void | testPassthrough() Test the general passthrough transform. |
PassthroughTransformTest | public PassthroughTransformTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String args)(Code) | | Runs the tests with the textual test runner.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testLinear | public void testLinear() throws FactoryException, TransformException(Code) | | Test the pass through transform using an affine transform. The "passthrough" of
such transform are optimized in a special way.
|
testPassthrough | public void testPassthrough() throws FactoryException, TransformException(Code) | | Test the general passthrough transform.
|
Methods inherited from org.geotools.referencing.operation.TestTransform | public static void assertInterfaced(MathTransform transform)(Code)(Java Doc) public static void assertPointsEqual(String name, double[] expected, double[] actual, double[] delta)(Code)(Java Doc) public static void assertTransformEquals2_2(MathTransform transform, double x, double y, double ex, double ey) throws TransformException(Code)(Java Doc) public static void assertTransformEquals2_3(MathTransform transform, double x, double y, double ex, double ey, double ez) throws TransformException(Code)(Java Doc) public static void assertTransformEquals3_1(MathTransform transform, double x, double y, double z, double ez) throws TransformException(Code)(Java Doc) public static void assertTransformEquals3_2(MathTransform transform, double x, double y, double z, double ex, double ey) throws TransformException(Code)(Java Doc) public static void assertTransformEquals3_3(MathTransform transform, double x, double y, double z, double ex, double ey, double ez) throws TransformException(Code)(Java Doc) protected Hints getHintsForTesting()(Code)(Java Doc) public static boolean isReal(double value)(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc)
|
|
|