externalVectorRequest

This tag allows you to use a VectorRequest external to SOD. SOD attempts to load the class named in classname and, provided it implements the VectorRequest interface, it calls accept() for each event, channel-group, and request.

Example

<externalVectorRequest>
    <classname>edu.somewhere.seis.sodExt.subsetter.waveformVector.request.MyVectorRequest</classname>
</externalVectorRequest>

This consists of

Places this can be found