Package edu.sc.seis.seisFile.mseed3
Class FDSNSourceId
java.lang.Object
edu.sc.seis.seisFile.mseed3.FDSNSourceId
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FDSNSourceId
If band, source and subsource are all length 1, returns a 3-char channel code like BHZ.static FDSNSourceId
toString()
-
Field Details
-
FDSN_PREFIX
- See Also:
-
SEP
- See Also:
-
sourceIdRegExString
- See Also:
-
sourceIdRegEx
-
networkCode
-
stationCode
-
locationCode
-
bandCode
-
sourceCode
-
subsourceCode
-
-
Constructor Details
-
FDSNSourceId
-
-
Method Details
-
parse
- Throws:
FDSNSourceIdException
-
fromNSLC
public static FDSNSourceId fromNSLC(String networkCode, String stationCode, String locationCode, String channelCode) -
getNetworkCode
-
getStationCode
-
getLocationCode
-
getBandCode
-
getSourceCode
-
getSubsourceCode
-
getChannelCode
If band, source and subsource are all length 1, returns a 3-char channel code like BHZ. Otherwise, return separated by '_' like B_XY_Z.- Returns:
- combination of band, source and subsource code
-
toString
-