edu.iris.dmc.seed.control.timespan.B074 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-4-seed Show documentation
Show all versions of java-4-seed Show documentation
Java API to work with seismic dataless seed
The newest version!
package edu.iris.dmc.seed.control.timespan;
import edu.iris.dmc.seed.AbstractBlockette;
public class B074 extends AbstractBlockette implements TimeSpanHeader{
public B074() {
super(74, "Time Series Index Blockette");
// TODO Auto-generated constructor stub
}
@Override
public String toSeedString() {
// TODO Auto-generated method stub
return null;
}
//3 Time span flag A 1 [U]
//Indicates whether the data are for a station network volume’s accounting period or for an event network volume.
//E — Data are event oriented
//P — Data are for a given period
//4 Beginning time of data span V 1—22 TIME
//5 End time of data span V 1—22 TIME
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy