Class 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/
-
-
Field Summary
Fields Modifier and Type Field Description static intCOL_COUNT
-
Constructor Summary
Constructors Constructor Description MetaCRSTestFileReader(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MetaCRSTestCase>readTests()
-
-
-
Field Detail
-
COL_COUNT
public static final int COL_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
readTests
public java.util.List<MetaCRSTestCase> readTests() throws java.io.IOException
- Throws:
java.io.IOException
-
-