Class MetaCRSTestFileReader



  • public class MetaCRSTestFileReader
    extends java.lang.Object
    Reads a file in MetaCRS Test format into a list of MetaCRSTestCase. This format is a CSV file with a standard set of columns. Each record defines a transformation from one coordinate system to another. For full details on the file format, see http://trac.osgeo.org/metacrs/
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COL_COUNT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<MetaCRSTestCase> readTests​()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaCRSTestFileReader

        public MetaCRSTestFileReader​(java.io.File file)
    • Method Detail

      • readTests

        public java.util.List<MetaCRSTestCase> readTests​()
                                                  throws java.io.IOException
        Throws:
        java.io.IOException