Class Network
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
edu.sc.seis.seisFile.fdsnws.stationxml.Network
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
associateInDb
(Network net) Same as getNetworkCode() for permanent networks, but the start year is appended for temporary networks to make the code unique.int
int
int
boolean
void
setNetworkCode
(String code) void
setSelectedNumStations
(int selectedNumStations) void
setStations
(StationIterator stations) void
setTotalNumStations
(int totalNumStations) toString()
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
addComment, addIdentifier, getAlternateCode, getCode, getCommentList, getDataAvailability, getDbid, getDescription, getEndDate, getEndDateTime, getHistoricalCode, getIdentifierList, getRestrictedStatus, getSourceId, getStartDate, getStartDateTime, setAlternateCode, setCode, setCommentList, setDataAvailability, setDescription, setEndDate, setEndDateTime, setHistoricalCode, setRestrictedStatus, setSourceId, setStartDate, setStartDateTime
-
Constructor Details
-
Network
public Network() -
Network
-
Network
-
-
Method Details
-
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
-
setNetworkCode
-
getStations
-
getTotalNumStations
public int getTotalNumStations() -
getSelectedNumStations
public int getSelectedNumStations() -
setTotalNumStations
public void setTotalNumStations(int totalNumStations) -
setSelectedNumStations
public void setSelectedNumStations(int selectedNumStations) -
setStations
-
toString
-
asIdString
-
getStartYear
public int getStartYear() -
getStartYearString
-
isTemporary
public boolean isTemporary() -
associateInDb
-