| org.geotools.referencing.operation.builder.MathTransformBuilderTest
MathTransformBuilderTest | public class MathTransformBuilderTest extends TestCase (Code) | | A test for the MathTransformBuilders.
version: $Id: MathTransformBuilderTest.java 28982 2008-01-28 16:27:33Z acuster $ author: Jan Jezek author: Adrian Custer |
main | public static void main(String[] args)(Code) | | Run the suite from the command line.
Parameters: args - |
suite | public static Test suite()(Code) | | Returns the test suite.
DOCUMENT ME! |
testAffineBuilder | public void testAffineBuilder() throws MismatchedSizeException, MismatchedDimensionException, FactoryException, TransformException(Code) | | Test for
.
throws: MismatchedSizeException - throws: MismatchedDimensionException - throws: FactoryException - throws: TransformException - |
testLSMCalculation | public void testLSMCalculation() throws MismatchedSizeException, MismatchedDimensionException, FactoryException, TransformException(Code) | | Test that all Matrixes are filled properly.
throws: MismatchedSizeException - throws: MismatchedDimensionException - throws: FactoryException - throws: TransformException - |
testMismatchedSizeException | public void testMismatchedSizeException() throws TransformException(Code) | | Test for MismatchedSizeException.
throws: TransformException - |
testMissingInfoException | public void testMissingInfoException() throws FactoryException(Code) | | Test for MissingInfoException.
throws: FactoryException - |
testProjectiveBuilder | public void testProjectiveBuilder() throws MismatchedSizeException, MismatchedDimensionException, FactoryException, TransformException(Code) | | Test for
.
throws: MismatchedSizeException - throws: MismatchedDimensionException - throws: FactoryException - throws: TransformException - |
testRubberBuilder | public void testRubberBuilder() throws MismatchedSizeException, MismatchedDimensionException, FactoryException, TransformException, TriangulationException(Code) | | Test for
.
throws: MismatchedSizeException - throws: MismatchedDimensionException - throws: FactoryException - throws: TransformException - throws: TriangulationException - |
testSimilarBuilder | public void testSimilarBuilder() throws MismatchedSizeException, MismatchedDimensionException, FactoryException, TransformException(Code) | | Test for
.
throws: MismatchedSizeException - throws: MismatchedDimensionException - throws: FactoryException - throws: TransformException - |
|
|