edu.sc.seis.sod.subsetter.channel
Class SacPoleZeroWriter

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.channel.SacPoleZeroWriter
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter

public class SacPoleZeroWriter
extends java.lang.Object
implements ChannelSubsetter


Field Summary
static java.lang.String DEFAULT_DIRECTORY
           
static java.lang.String DEFAULT_TEMPLATE
           
 
Constructor Summary
SacPoleZeroWriter(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(ChannelImpl chan, NetworkSource network)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DIRECTORY

public static final java.lang.String DEFAULT_DIRECTORY
See Also:
Constant Field Values

DEFAULT_TEMPLATE

public static final java.lang.String DEFAULT_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

SacPoleZeroWriter

public SacPoleZeroWriter(org.w3c.dom.Element config)
                  throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(ChannelImpl chan,
                         NetworkSource network)
                  throws java.lang.Exception
Specified by:
accept in interface ChannelSubsetter
Throws:
java.lang.Exception