Class PrintlineNetworkProcess
java.lang.Object
edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
edu.sc.seis.sod.subsetter.network.PrintlineNetworkProcess
- All Implemented Interfaces:
SodElement
,NetworkSubsetter
,Subsetter
public class PrintlineNetworkProcess extends AbstractPrintlineProcess implements NetworkSubsetter
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_TEMPLATE
Fields inherited from class edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
filename, template, velocitizer
-
Constructor Summary
Constructors Constructor Description PrintlineNetworkProcess(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description StringTree
accept(edu.sc.seis.seisFile.fdsnws.stationxml.Network attr)
java.lang.String
getDefaultTemplate()
-
Field Details
-
DEFAULT_TEMPLATE
public static final java.lang.String DEFAULT_TEMPLATE- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getDefaultTemplate
public java.lang.String getDefaultTemplate()- Specified by:
getDefaultTemplate
in classAbstractPrintlineProcess
-
accept
public StringTree accept(edu.sc.seis.seisFile.fdsnws.stationxml.Network attr) throws java.lang.Exception- Specified by:
accept
in interfaceNetworkSubsetter
- Throws:
java.lang.Exception
-