类 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/
    作者:
    Martin Davis
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static int COL_COUNT  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.util.List<MetaCRSTestCase> readTests()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • COL_COUNT

        public static final int COL_COUNT
        另请参阅:
        常量字段值
    • 构造器详细资料

      • MetaCRSTestFileReader

        public MetaCRSTestFileReader​(java.io.File file)
    • 方法详细资料

      • readTests

        public java.util.List<MetaCRSTestCase> readTests()
                                                  throws java.io.IOException
        抛出:
        java.io.IOException