Class PSNPolesAndZeros

java.lang.Object
edu.sc.seis.seisFile.psn.PSNPolesAndZeros

public class PSNPolesAndZeros
extends java.lang.Object
PSNPolesAndZeros.java
  • Constructor Summary

    Constructors 
    Constructor Description
    PSNPolesAndZeros​(java.io.DataInputStream data)  
  • Method Summary

    Modifier and Type Method Description
    short getNumPoles()  
    short getNumZeros()  
    double[][] getPoles()  
    double[][] getZeros()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PSNPolesAndZeros

      public PSNPolesAndZeros​(java.io.DataInputStream data) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details