public class RecordSectionDisplayGenerator extends RSChannelInfoPopulator
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEFAULT_BASE_DIRNAME |
static java.lang.String |
DEFAULT_TEMPLATE |
protected static java.lang.String |
FILE_EXTENSION |
protected java.lang.String |
filename |
protected java.lang.String |
location |
protected java.lang.String |
workingDirName |
GENS_POPS_XPATH, spacer| Constructor and Description |
|---|
RecordSectionDisplayGenerator(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
WaveformResult |
accept(CacheEvent event,
ChannelImpl chan,
RequestFilter[] original,
RequestFilter[] available,
LocalSeismogramImpl[] seismograms,
CookieJar cookieJar)
Processes localSeismograms, possibly modifying them.
|
java.lang.String |
getBaseDirName() |
java.lang.String |
getFileBaseDir() |
java.lang.String |
getFileLoc(EventAccessOperations event) |
void |
writeImage(java.util.List<MemoryDataSetSeismogram> dataSeis,
EventAccessOperations event,
boolean isPDF) |
void |
writeImage(java.util.List<MemoryDataSetSeismogram> dataSeis,
EventAccessOperations event,
java.io.OutputStream out,
boolean isPDF) |
extractSeismograms, extractSeismogramsFromDB, getChannelIds, getConfiguredRSDisplay, getDSSForRecordSectionItems, getMatchingChanIdByStationCode, getMatchingChanIdIgnoreDates, getOrientationId, getRecordSectionId, getRecSecDimension, getSaveSeisId, getSeismogramWriter, getSeismogramWriter, updateTable, wrapprotected java.lang.String filename
protected java.lang.String workingDirName
protected java.lang.String location
public static final java.lang.String DEFAULT_TEMPLATE
protected static final java.lang.String FILE_EXTENSION
protected static final java.lang.String DEFAULT_BASE_DIRNAME
public RecordSectionDisplayGenerator(org.w3c.dom.Element config)
throws java.lang.Exception
java.lang.Exceptionpublic WaveformResult accept(CacheEvent event, ChannelImpl chan, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
WaveformProcessaccept in interface WaveformProcessaccept in class RSChannelInfoPopulatorjava.lang.Exceptionpublic java.lang.String getFileLoc(EventAccessOperations event) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getFileBaseDir()
public java.lang.String getBaseDirName()
public void writeImage(java.util.List<MemoryDataSetSeismogram> dataSeis, EventAccessOperations event, java.io.OutputStream out, boolean isPDF) throws java.lang.Exception
java.lang.Exceptionpublic void writeImage(java.util.List<MemoryDataSetSeismogram> dataSeis, EventAccessOperations event, boolean isPDF) throws java.lang.Exception
java.lang.Exception