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.


Constructor Index

 o TauModelLoader()

Method Index

 o load(String, String)
Reads the velocity model, slowness model, and tau model from a file saved using Java's Serializable interface.

Constructors

 o TauModelLoader
 public TauModelLoader()

Methods

 o 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