edu.sc.seis.sod.source.network
Class WinstonNetworkSource

java.lang.Object
  extended by edu.sc.seis.sod.source.AbstractCSVSource
      extended by edu.sc.seis.sod.source.network.CSVNetworkSource
          extended by edu.sc.seis.sod.source.network.WinstonNetworkSource
All Implemented Interfaces:
NetworkSource, Source

public class WinstonNetworkSource
extends CSVNetworkSource


Field Summary
 
Fields inherited from class edu.sc.seis.sod.source.network.CSVNetworkSource
AZIMUTH, channels, CODE, COMMENT, DESCRIPTION, DIP, END, NET_CODE, NET_END, NET_START, networks, OPERATOR, SAMPLE_FREQUENCY, SAMPLE_PERIOD, SITE_CODE, START, STATION_CODE, stations
 
Fields inherited from class edu.sc.seis.sod.source.AbstractCSVSource
csvFilename, DEFAULT_END, DEFAULT_TIME, DEPTH, DEPTH_UNITS, ELEVATION, ELEVATION_UNITS, FE_GEO_REGION, FE_REGION, FE_REGION_TYPE, FE_SEIS_REGION, LATITUDE, LONGITUDE, NAME, UNKNOWN
 
Constructor Summary
WinstonNetworkSource(org.w3c.dom.Element config)
           
 
Method Summary
 gov.usgs.winston.server.WWSClient getWaveServer()
           
protected  void initChannels(org.w3c.dom.Element config)
           
 
Methods inherited from class edu.sc.seis.sod.source.network.CSVNetworkSource
getChannels, getChannelsFromReader, getDescription, getDNS, getFields, getInstrumentation, getName, getNetwork, getNetworkByName, getNetworks, getNetworksFromStations, getRefreshInterval, getSensitivity, getStationForChannel, getStations, getStationsFromReader, initStations, toString
 
Methods inherited from class edu.sc.seis.sod.source.AbstractCSVSource
concatenateValidFields, isValidField, loadDouble, loadFloat, loadString, loadTime, loadUnit, validateHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WinstonNetworkSource

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

initChannels

protected void initChannels(org.w3c.dom.Element config)
                     throws ConfigurationException
Overrides:
initChannels in class CSVNetworkSource
Throws:
ConfigurationException

getWaveServer

public gov.usgs.winston.server.WWSClient getWaveServer()