java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
edu.sc.seis.seisFile.fdsnws.stationxml.Network

public class Network extends BaseNodeType
  • Constructor Details

  • Method Details

    • getNetworkId

      public String getNetworkId()
      Same as getNetworkCode() for permanent networks, but the start year is appended for temporary networks to make the code unique. For example for the CO network this returns CO, but for the XC network that started in 1991 it returns XC1991.
      Returns:
    • getNetworkCode

      public String getNetworkCode()
    • setNetworkCode

      public void setNetworkCode(String code)
    • getStations

      public StationIterator getStations()
    • getTotalNumStations

      public int getTotalNumStations()
    • getSelectedNumStations

      public int getSelectedNumStations()
    • setTotalNumStations

      public void setTotalNumStations(int totalNumStations)
    • setSelectedNumStations

      public void setSelectedNumStations(int selectedNumStations)
    • setStations

      public void setStations(StationIterator stations)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • asIdString

      public String asIdString()
    • getStartYear

      public int getStartYear()
    • getStartYearString

      public String getStartYearString()
    • isTemporary

      public boolean isTemporary()
    • associateInDb

      public void associateInDb(Network net)