Class CSVEventPrinter

java.lang.Object
edu.sc.seis.sod.subsetter.origin.CSVEventPrinter
All Implemented Interfaces:
SodElement, OriginSubsetter, Subsetter

public class CSVEventPrinter
extends java.lang.Object
implements OriginSubsetter
  • Constructor Summary

    Constructors 
    Constructor Description
    CSVEventPrinter​(java.lang.String filename)  
    CSVEventPrinter​(org.w3c.dom.Element config)  
  • Method Summary

    Modifier and Type Method Description
    StringTree accept​(edu.sc.seis.sod.model.event.CacheEvent eventAccess, edu.sc.seis.sod.model.event.EventAttrImpl eventAttr, edu.sc.seis.sod.model.event.OriginImpl preferred_origin)  

    Methods inherited from class java.lang.Object

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

    • CSVEventPrinter

      public CSVEventPrinter​(org.w3c.dom.Element config) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • CSVEventPrinter

      public CSVEventPrinter​(java.lang.String filename) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • accept

      public StringTree accept​(edu.sc.seis.sod.model.event.CacheEvent eventAccess, edu.sc.seis.sod.model.event.EventAttrImpl eventAttr, edu.sc.seis.sod.model.event.OriginImpl preferred_origin) throws java.lang.Exception
      Specified by:
      accept in interface OriginSubsetter
      Throws:
      java.lang.Exception