Class OriginQuality
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.OriginQuality
-
public class OriginQuality extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description OriginQuality(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAssociatedPhaseCount()
java.lang.Integer
getAssociatedStationCount()
java.lang.Float
getAzimuthalGap()
java.lang.Integer
getDepthPhaseCount()
java.lang.String
getGroundTruthLevel()
java.lang.Float
getMaximumDistance()
java.lang.Float
getMedianDistance()
java.lang.Float
getMinimumDistance()
java.lang.Float
getSecondaryAzimuthalGap()
java.lang.Float
getStandardError()
java.lang.Integer
getUsedPhaseCount()
java.lang.Integer
getUsedStationCount()
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OriginQuality
public OriginQuality(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
getAssociatedPhaseCount
public java.lang.Integer getAssociatedPhaseCount()
-
getUsedPhaseCount
public java.lang.Integer getUsedPhaseCount()
-
getAssociatedStationCount
public java.lang.Integer getAssociatedStationCount()
-
getUsedStationCount
public java.lang.Integer getUsedStationCount()
-
getDepthPhaseCount
public java.lang.Integer getDepthPhaseCount()
-
getStandardError
public java.lang.Float getStandardError()
-
getAzimuthalGap
public java.lang.Float getAzimuthalGap()
-
getSecondaryAzimuthalGap
public java.lang.Float getSecondaryAzimuthalGap()
-
getMaximumDistance
public java.lang.Float getMaximumDistance()
-
getMinimumDistance
public java.lang.Float getMinimumDistance()
-
getMedianDistance
public java.lang.Float getMedianDistance()
-
getGroundTruthLevel
public java.lang.String getGroundTruthLevel()
-
-