public class FdsnStation extends AbstractNetworkSource
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 |
---|---|
java.util.List<? extends ChannelImpl> |
getChannels(StationImpl station) |
Instrumentation |
getInstrumentation(ChannelImpl chan) |
CacheNetworkAccess |
getNetwork(NetworkAttrImpl attr) |
java.util.List<? extends CacheNetworkAccess> |
getNetworkByName(java.lang.String name) |
java.util.List<? extends NetworkAttrImpl> |
getNetworks() |
java.util.List<? extends NetworkAttrImpl> |
getNetworks(int retryCount) |
QuantityImpl |
getSensitivity(ChannelImpl chan) |
java.util.List<? extends StationImpl> |
getStations(NetworkAttrImpl net) |
getRefreshInterval, setConstraints
getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategy, shouldRetryWithSleep
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 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()
public java.util.List<? extends NetworkAttrImpl> getNetworks(int retryCount) 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