Package org.jzy3d.io
Class FileDataset
- java.lang.Object
-
- org.jzy3d.io.FileDataset
-
public class FileDataset extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Coord3d[]loadArray(String filename)static List<Coord3d>loadList(String filename)static List<Coord3d>loadList(String filename, int xColumn, int yColumn, int zColumn)protected static intreadNLines(String filename)Deprecated.static Coord3d[]toArray(List<Coord3d> list)
-
-
-
Method Detail
-
loadArray
public static Coord3d[] loadArray(String filename) throws IOException
- Throws:
IOException
-
loadList
public static List<Coord3d> loadList(String filename) throws IOException
- Throws:
IOException
-
loadList
public static List<Coord3d> loadList(String filename, int xColumn, int yColumn, int zColumn) throws IOException
- Throws:
IOException
-
readNLines
@Deprecated protected static int readNLines(String filename) throws IOException
Deprecated.- Throws:
IOException
-
-