edu.sc.seis.fissuresUtil.bag
Class Decimate

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.bag.Decimate
All Implemented Interfaces:
LocalSeismogramFunction

public class Decimate
extends java.lang.Object
implements LocalSeismogramFunction


Constructor Summary
Decimate(int factor)
           
 
Method Summary
 LocalSeismogramImpl apply(LocalSeismogramImpl seis)
           
 int getFactor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decimate

public Decimate(int factor)
Method Detail

apply

public LocalSeismogramImpl apply(LocalSeismogramImpl seis)
                          throws java.lang.Exception
Specified by:
apply in interface LocalSeismogramFunction
Throws:
java.lang.Exception

getFactor

public int getFactor()