public class RT130Report
extends java.lang.Object
Constructor and Description |
---|
RT130Report()
Creates a report that shows from the start of the data to its end.
|
RT130Report(java.util.Date start,
java.util.Date end,
java.util.Set stationCodesToDisplay)
Creates a report that shows from start to end.
|
Modifier and Type | Method and Description |
---|---|
void |
addFileFormatException(java.lang.String fileLoc,
java.lang.String problemDescription) |
void |
addMalformedFileNameException(java.lang.String fileLoc,
java.lang.String problemDescription) |
void |
addMSeedSeismogram() |
void |
addMSeedSeismogram(ChannelId channelid,
MicroSecondDate beginTime,
MicroSecondDate endTime) |
void |
addRefTekSeismogram(Channel channel,
MicroSecondDate beginTime,
MicroSecondDate endTime) |
void |
addSacSeismogram() |
void |
addSacSeismogram(Channel channel,
MicroSecondDate beginTime,
MicroSecondDate endTime) |
void |
addUnsupportedFileException(java.lang.String fileLoc,
java.lang.String problemDescription) |
int |
getNumChannels() |
int |
getNumIncontiguousChannels() |
int |
getNumMSeedFiles() |
int |
getNumRefTekEntries() |
int |
getNumSacFiles() |
int |
getNumStations() |
void |
outputReport(java.lang.String reportName) |
public RT130Report()
public RT130Report(java.util.Date start, java.util.Date end, java.util.Set stationCodesToDisplay)
public void addRefTekSeismogram(Channel channel, MicroSecondDate beginTime, MicroSecondDate endTime)
public void addSacSeismogram(Channel channel, MicroSecondDate beginTime, MicroSecondDate endTime)
public void addMSeedSeismogram(ChannelId channelid, MicroSecondDate beginTime, MicroSecondDate endTime)
public void addMSeedSeismogram()
public void addSacSeismogram()
public void outputReport(java.lang.String reportName)
public void addFileFormatException(java.lang.String fileLoc, java.lang.String problemDescription)
public void addMalformedFileNameException(java.lang.String fileLoc, java.lang.String problemDescription)
public void addUnsupportedFileException(java.lang.String fileLoc, java.lang.String problemDescription)
public int getNumStations()
public int getNumChannels()
public int getNumIncontiguousChannels()
public int getNumSacFiles()
public int getNumMSeedFiles()
public int getNumRefTekEntries()