Package edu.sc.seis.sod.source.network
Class WinstonNetworkSource
java.lang.Object
edu.sc.seis.sod.source.AbstractSource
edu.sc.seis.sod.source.AbstractCSVSource
edu.sc.seis.sod.source.network.CSVNetworkSource
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, LOC_CODE, NET_CODE, NET_END, NET_START, networks, OPERATOR, SAMPLE_FREQUENCY, SAMPLE_PERIOD, 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
Fields inherited from class edu.sc.seis.sod.source.AbstractSource
name, NAME_ELEMENT, RETRIES_ELEMENT
-
Constructor Summary
Constructors Constructor Description WinstonNetworkSource(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description edu.sc.seis.seisFile.waveserver.WaveServer
getWaveServer()
protected void
initChannels(org.w3c.dom.Element config)
Methods inherited from class edu.sc.seis.sod.source.network.CSVNetworkSource
getChannels, getChannelsFromReader, getDescription, getFields, getName, getNetworks, getNetworksFromStations, getRefreshInterval, getResponse, getStationForChannel, getStations, getStationsFromReader, initStations, setConstraints, toString
Methods inherited from class edu.sc.seis.sod.source.AbstractCSVSource
concatenateValidFields, isValidField, loadDouble, loadFloat, loadString, loadTime, loadUnit, validateHeaders
Methods inherited from class edu.sc.seis.sod.source.AbstractSource
appendToName, getRetries, getRetryStrategy, setRetryStrategy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface edu.sc.seis.sod.source.network.NetworkSource
getRetries, getRetryStrategy
-
Constructor Details
-
Method Details
-
initChannels
- Overrides:
initChannels
in classCSVNetworkSource
- Throws:
ConfigurationException
-
getWaveServer
public edu.sc.seis.seisFile.waveserver.WaveServer getWaveServer()
-