Class StationXML

All Implemented Interfaces:
NetworkSource, Source

@Deprecated public class StationXML extends AbstractNetworkSource implements NetworkSource
Deprecated.
  • Field Details

    • ONE_SECOND

      public static final edu.iris.Fissures.model.TimeInterval ONE_SECOND
      Deprecated.
    • ONE_DAY

      public static final edu.iris.Fissures.model.TimeInterval ONE_DAY
      Deprecated.
    • URL_ELEMENT

      public static final String URL_ELEMENT
      Deprecated.
      See Also:
    • EMPTY_STATIONXML

      public static final byte[] EMPTY_STATIONXML
      Deprecated.
  • Constructor Details

  • Method Details

    • getDNS

      public String getDNS()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Description copied from interface: Source
      returns the name of the server. The name to which the server's servant instance is bound in the CORBA naming service. For non-corba servers, this string can be anything that seems reasonable and is relatively unique
      Specified by:
      getName in interface Source
      Overrides:
      getName in class AbstractSource
      Returns:
      a String value
    • getRefreshInterval

      public edu.iris.Fissures.model.TimeInterval getRefreshInterval()
      Deprecated.
      Specified by:
      getRefreshInterval in interface NetworkSource
      Overrides:
      getRefreshInterval in class AbstractNetworkSource
    • getNetwork

      public edu.sc.seis.fissuresUtil.cache.CacheNetworkAccess getNetwork(edu.iris.Fissures.network.NetworkAttrImpl attr)
      Deprecated.
      Specified by:
      getNetwork in interface NetworkSource
    • getNetworkByName

      public List<? extends edu.sc.seis.fissuresUtil.cache.CacheNetworkAccess> getNetworkByName(String name) throws edu.iris.Fissures.IfNetwork.NetworkNotFound
      Deprecated.
      Specified by:
      getNetworkByName in interface NetworkSource
      Throws:
      edu.iris.Fissures.IfNetwork.NetworkNotFound
    • getNetworks

      public List<? extends edu.iris.Fissures.network.NetworkAttrImpl> getNetworks()
      Deprecated.
      Specified by:
      getNetworks in interface NetworkSource
    • getStations

      public List<? extends edu.iris.Fissures.network.StationImpl> getStations(edu.iris.Fissures.network.NetworkAttrImpl net)
      Deprecated.
      Specified by:
      getStations in interface NetworkSource
    • getChannels

      public List<? extends edu.iris.Fissures.network.ChannelImpl> getChannels(edu.iris.Fissures.network.StationImpl station)
      Deprecated.
      Specified by:
      getChannels in interface NetworkSource
    • getSensitivity

      public edu.iris.Fissures.model.QuantityImpl getSensitivity(edu.iris.Fissures.network.ChannelImpl chan) throws edu.iris.Fissures.IfNetwork.ChannelNotFound, edu.sc.seis.fissuresUtil.sac.InvalidResponse
      Deprecated.
      Specified by:
      getSensitivity in interface NetworkSource
      Throws:
      edu.iris.Fissures.IfNetwork.ChannelNotFound
      edu.sc.seis.fissuresUtil.sac.InvalidResponse
    • getInstrumentation

      public edu.iris.Fissures.IfNetwork.Instrumentation getInstrumentation(edu.iris.Fissures.network.ChannelImpl chan) throws edu.iris.Fissures.IfNetwork.ChannelNotFound, edu.sc.seis.fissuresUtil.sac.InvalidResponse
      Deprecated.
      Specified by:
      getInstrumentation in interface NetworkSource
      Throws:
      edu.iris.Fissures.IfNetwork.ChannelNotFound
      edu.sc.seis.fissuresUtil.sac.InvalidResponse
    • setConstraints

      public void setConstraints(NetworkQueryConstraints constraints)
      Deprecated.
      Specified by:
      setConstraints in interface NetworkSource
      Overrides:
      setConstraints in class AbstractNetworkSource
    • toDateString

      public static String toDateString(edu.iris.Fissures.model.MicroSecondDate msd)
      Deprecated.