Class DataUsed
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.DataUsed
public class DataUsed
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description DataUsed(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description int
getComponentCount()
float
getLongestPeriod()
float
getShortestPeriod()
int
getStationCount()
java.lang.String
getWaveType()
-
Field Details
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataUsed
public DataUsed(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Details
-
getWaveType
public java.lang.String getWaveType() -
getStationCount
public int getStationCount() -
getComponentCount
public int getComponentCount() -
getShortestPeriod
public float getShortestPeriod() -
getLongestPeriod
public float getLongestPeriod()
-