All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.TauModelLoader
edu.sc.seis.TauP.TauModelLoader
- public class TauModelLoader
static class that loads a tau model, after searching for it. It can
be extended to change the search mechanism.
-
TauModelLoader()
-
-
load(String, String)
- Reads the velocity model, slowness model, and tau model from
a file saved using Java's Serializable interface.
TauModelLoader
public TauModelLoader()
load
public static TauModel load(String modelName,
String searchPath) throws FileNotFoundException, ClassNotFoundException, InvalidClassException, IOException, StreamCorruptedException, OptionalDataException
- Reads the velocity model, slowness model, and tau model from
a file saved using Java's Serializable interface.
All Packages Class Hierarchy This Package Previous Next Index