public class Arrival
extends java.lang.Object
| Constructor and Description |
|---|
Arrival(javax.xml.stream.XMLEventReader reader) |
| Modifier and Type | Method and Description |
|---|---|
float |
getAzimuth() |
java.util.List<Comment> |
getCommentList() |
CreationInfo |
getCreationInfo() |
float |
getDistance() |
java.lang.String |
getPhase() |
java.lang.String |
getPickID() |
java.lang.String |
getPublicId() |
float |
getTimeCorrection() |
float |
getTimeResidual() |
public Arrival(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
SeisFileException
javax.xml.stream.XMLStreamExceptionSeisFileExceptionpublic java.lang.String getPublicId()
public java.lang.String getPhase()
public float getAzimuth()
public float getDistance()
public float getTimeResidual()
public float getTimeCorrection()
public java.lang.String getPickID()
public CreationInfo getCreationInfo()
public java.util.List<Comment> getCommentList()