Class Arrival
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.Arrival
-
public class Arrival extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Arrival(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAzimuth()
java.lang.Float
getBackazimuthResidual()
java.lang.Float
getBackazimuthWeight()
java.util.List<Comment>
getCommentList()
CreationInfo
getCreationInfo()
float
getDistance()
java.lang.String
getEarthModelID()
java.lang.Float
getHorizontalSlownessResidual()
java.lang.Float
getHorizontalSlownessWeight()
java.lang.String
getPhase()
java.lang.String
getPickID()
java.lang.String
getPublicId()
RealQuantity
getTakeoffAngle()
float
getTimeCorrection()
float
getTimeResidual()
java.lang.Float
getTimeWeight()
-
-
-
Constructor Detail
-
Arrival
public Arrival(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
getPublicId
public java.lang.String getPublicId()
-
getPhase
public java.lang.String getPhase()
-
getAzimuth
public float getAzimuth()
-
getDistance
public float getDistance()
-
getTimeResidual
public float getTimeResidual()
-
getTimeCorrection
public float getTimeCorrection()
-
getPickID
public java.lang.String getPickID()
-
getCreationInfo
public CreationInfo getCreationInfo()
-
getCommentList
public java.util.List<Comment> getCommentList()
-
getTakeoffAngle
public RealQuantity getTakeoffAngle()
-
getHorizontalSlownessWeight
public java.lang.Float getHorizontalSlownessWeight()
-
getBackazimuthWeight
public java.lang.Float getBackazimuthWeight()
-
getHorizontalSlownessResidual
public java.lang.Float getHorizontalSlownessResidual()
-
getBackazimuthResidual
public java.lang.Float getBackazimuthResidual()
-
getTimeWeight
public java.lang.Float getTimeWeight()
-
getEarthModelID
public java.lang.String getEarthModelID()
-
-