edu.sc.seis.seisFile.stationxml
Class Coefficients

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.AbstractResponseType
      extended by edu.sc.seis.seisFile.stationxml.Coefficients

public class Coefficients
extends AbstractResponseType


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.stationxml.AbstractResponseType
inputUnits, outputUnits
 
Constructor Summary
Coefficients(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.util.List<java.lang.Float> getDenominatorList()
           
 java.util.List<java.lang.Float> getNumeratorList()
           
 
Methods inherited from class edu.sc.seis.seisFile.stationxml.AbstractResponseType
getInputUnits, getOutputUnits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coefficients

public Coefficients(javax.xml.stream.XMLEventReader reader)
             throws javax.xml.stream.XMLStreamException,
                    StationXMLException
Throws:
javax.xml.stream.XMLStreamException
StationXMLException
Method Detail

getNumeratorList

public java.util.List<java.lang.Float> getNumeratorList()

getDenominatorList

public java.util.List<java.lang.Float> getDenominatorList()