public class FdsnStation extends AbstractNetworkSource
Modifier and Type | Field and Description |
---|---|
static TimeInterval |
ONE_SECOND |
constraints, REFRESH_ELEMENT, refreshInterval
name, NAME_ELEMENT, RETRIES_ELEMENT
Constructor and Description |
---|
FdsnStation() |
FdsnStation(org.w3c.dom.Element config) |
FdsnStation(java.lang.String name,
int retries,
edu.sc.seis.seisFile.fdsnws.FDSNStationQueryParams queryParams) |
Modifier and Type | Method and Description |
---|---|
CoarseAvailableData |
getAvailableData() |
java.util.List<? extends ChannelImpl> |
getChannels(StationImpl station) |
edu.sc.seis.seisFile.fdsnws.FDSNStationQueryParams |
getDefaultQueryParams() |
Instrumentation |
getInstrumentation(ChannelImpl chan) |
CacheNetworkAccess |
getNetwork(NetworkAttrImpl attr) |
java.util.List<? extends CacheNetworkAccess> |
getNetworkByName(java.lang.String name) |
java.util.List<? extends NetworkAttrImpl> |
getNetworks() |
QuantityImpl |
getSensitivity(ChannelImpl chan) |
java.util.List<? extends StationImpl> |
getStations(NetworkAttrImpl net) |
void |
includeRestricted(boolean val) |
getRefreshInterval, setConstraints
appendToName, getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRetries, getRetryStrategy
appendToName, getName
public static final TimeInterval ONE_SECOND
public FdsnStation()
public FdsnStation(java.lang.String name, int retries, edu.sc.seis.seisFile.fdsnws.FDSNStationQueryParams queryParams)
public FdsnStation(org.w3c.dom.Element config) throws java.lang.Exception
java.lang.Exception
public void includeRestricted(boolean val)
public CacheNetworkAccess getNetwork(NetworkAttrImpl attr)
public java.util.List<? extends CacheNetworkAccess> getNetworkByName(java.lang.String name) throws NetworkNotFound
NetworkNotFound
public java.util.List<? extends NetworkAttrImpl> getNetworks() throws SodSourceException
SodSourceException
public java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net) throws SodSourceException
SodSourceException
public java.util.List<? extends ChannelImpl> getChannels(StationImpl station) throws SodSourceException
SodSourceException
public QuantityImpl getSensitivity(ChannelImpl chan) throws ChannelNotFound, InvalidResponse, SodSourceException
public Instrumentation getInstrumentation(ChannelImpl chan) throws SodSourceException, ChannelNotFound, InvalidResponse
public CoarseAvailableData getAvailableData()
public edu.sc.seis.seisFile.fdsnws.FDSNStationQueryParams getDefaultQueryParams()