类 MetaCRSTestFileReader
- java.lang.Object
-
- org.meteoinfo.projection.proj4j.io.MetaCRSTestFileReader
-
public class MetaCRSTestFileReader extends java.lang.ObjectReads a file in MetaCRS Test format into a list ofMetaCRSTestCase. 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 intCOL_COUNT
-
构造器概要
构造器 构造器 说明 MetaCRSTestFileReader(java.io.File file)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.util.List<MetaCRSTestCase>readTests()
-
-
-
字段详细资料
-
COL_COUNT
public static final int COL_COUNT
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
readTests
public java.util.List<MetaCRSTestCase> readTests() throws java.io.IOException
- 抛出:
java.io.IOException
-
-