Package edu.sc.seis.TauP
Class WavefrontPathSegment
- java.lang.Object
-
- edu.sc.seis.TauP.AbstractPathSegment
-
- edu.sc.seis.TauP.WavefrontPathSegment
-
public class WavefrontPathSegment extends AbstractPathSegment
-
-
Constructor Summary
Constructors Constructor Description WavefrontPathSegment(java.util.List<TimeDist> path, boolean isPWave, java.lang.String segmentName, TimeDist prevEnd, int segmentIndex, int totalNumSegments, SeismicPhase phase, double timeVal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WavefrontPathSegment
asNegativeDistance()
java.lang.String
description()
java.lang.String
getCssClasses()
-
Methods inherited from class edu.sc.seis.TauP.AbstractPathSegment
asJSONObject, getPath, getPathEnd, getPathPoint, getPathStart, getPhase, linearInterpPath, negativeDistance, trimDuplicates, writeGMTText, writeJSON, writeSVGCartesian
-
-
-
-
Constructor Detail
-
WavefrontPathSegment
public WavefrontPathSegment(java.util.List<TimeDist> path, boolean isPWave, java.lang.String segmentName, TimeDist prevEnd, int segmentIndex, int totalNumSegments, SeismicPhase phase, double timeVal)
-
-
Method Detail
-
description
public java.lang.String description()
- Specified by:
description
in classAbstractPathSegment
-
getCssClasses
public java.lang.String getCssClasses()
- Overrides:
getCssClasses
in classAbstractPathSegment
-
asNegativeDistance
public WavefrontPathSegment asNegativeDistance()
-
-