public class Upsample extends java.lang.Object implements WaveformProcess
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANTIALIAS_NAME |
static java.lang.String |
FACTOR_NAME |
static java.lang.String |
TOSPS_NAME |
Constructor and Description |
---|
Upsample(org.w3c.dom.Element config) |
Upsample(int factor) |
Modifier and Type | Method and Description |
---|---|
WaveformResult |
accept(CacheEvent event,
ChannelImpl channel,
RequestFilter[] original,
RequestFilter[] available,
LocalSeismogramImpl[] seismograms,
CookieJar cookieJar)
Processes localSeismograms, possibly modifying them.
|
boolean |
isThreadSafe() |
public static final java.lang.String TOSPS_NAME
public static final java.lang.String FACTOR_NAME
public static final java.lang.String ANTIALIAS_NAME
public Upsample(int factor)
public Upsample(org.w3c.dom.Element config)
public boolean isThreadSafe()
public WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
WaveformProcess
accept
in interface WaveformProcess
java.lang.Exception