Package org.jzy3d.io
Class FileDataset
java.lang.Object
org.jzy3d.io.FileDataset
-
Method Summary
Modifier and TypeMethodDescriptionstatic Coord3d[]
protected static int
readNLines
(String filename) Deprecated.static Coord3d[]
-
Method Details
-
loadArray
- Throws:
IOException
-
loadList
- Throws:
IOException
-
loadList
public static List<Coord3d> loadList(String filename, int xColumn, int yColumn, int zColumn) throws IOException - Throws:
IOException
-
readNLines
Deprecated.- Throws:
IOException
-
toArray
-