Package edu.sc.seis.TauP
Class Isochron
- java.lang.Object
-
- edu.sc.seis.TauP.Isochron
-
public class Isochron extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Isochron(double time, java.util.List<WavefrontPathSegment> wavefront)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getTime()
java.util.List<WavefrontPathSegment>
getWavefront()
-
-
-
Constructor Detail
-
Isochron
public Isochron(double time, java.util.List<WavefrontPathSegment> wavefront)
-
-
Method Detail
-
getTime
public double getTime()
-
getWavefront
public java.util.List<WavefrontPathSegment> getWavefront()
-
-