Interface VectorRequestGenerator
-
- All Superinterfaces:
SodElement
,Subsetter
- All Known Implementing Classes:
RequestGeneratorWrapper
,VectorRequestGeneratorScript
public interface VectorRequestGenerator extends Subsetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description edu.iris.Fissures.IfSeismogramDC.RequestFilter[][]
generateRequest(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, CookieJar cookieJar)
Generates the request for each of the channels.
-
-
-
Method Detail
-
generateRequest
edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] generateRequest(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, CookieJar cookieJar) throws java.lang.Exception
Generates the request for each of the channels. The return value is a 2 dimensional array where the first index corresponds to the channel in the channel group.- Throws:
java.lang.Exception
-
-