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
-
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
Fields inherited from class edu.sc.seis.sod.source.AbstractSource
name, NAME_ELEMENT, RETRIES_ELEMENT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionedu.sc.seis.seisFile.waveserver.WaveServer
protected void
initChannels
(Element config) Methods inherited from class edu.sc.seis.sod.source.network.CSVNetworkSource
getChannels, getChannelsFromReader, getDescription, getFields, getInstrumentation, getName, getNetwork, getNetworkByName, getNetworks, getNetworksFromStations, getRefreshInterval, getSensitivity, 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, getFissuresNamingService, 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
Methods inherited from interface edu.sc.seis.sod.source.Source
appendToName
-
Constructor Details
-
WinstonNetworkSource
- Throws:
ConfigurationException
-
-
Method Details
-
initChannels
- Overrides:
initChannels
in classCSVNetworkSource
- Throws:
ConfigurationException
-
getWaveServer
public edu.sc.seis.seisFile.waveserver.WaveServer getWaveServer()
-