public class VelocityChannelGroup
extends java.lang.Object
Constructor and Description |
---|
VelocityChannelGroup(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup wrapped) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(edu.iris.Fissures.IfNetwork.Channel c) |
VelocityChannel |
getChannel(edu.iris.Fissures.IfNetwork.ChannelId chanId,
edu.iris.Fissures.IfEvent.EventAccessOperations event)
Gets the channel that corresponds to this channelId from the
ChannelGroup.
|
VelocityChannel |
getChannel1() |
VelocityChannel |
getChannel2() |
VelocityChannel |
getChannel3() |
edu.sc.seis.fissuresUtil.hibernate.ChannelGroup |
getChannelGroup() |
java.util.List<VelocityChannel> |
getChannels() |
java.util.List<VelocityChannel> |
getHorizontal()
Finds the 2 horizontal channels.
|
java.util.List<VelocityChannel> |
getHorizontalXY()
Gets the horizontals as X and Y, so that the first channel's azimuth is
the seconds + 90 degrees, ie x == east and y == north.
|
VelocityNetwork |
getNetworkAttr() |
VelocityChannel |
getRadial(edu.iris.Fissures.IfEvent.EventAccessOperations event) |
VelocityChannel |
getRadial(edu.iris.Fissures.Location eventLoc) |
VelocityStation |
getStation() |
VelocityChannel |
getTransverse(edu.iris.Fissures.IfEvent.EventAccessOperations event) |
VelocityChannel |
getTransverse(edu.iris.Fissures.Location eventLoc) |
VelocityChannel |
getVertical()
Finds the vertical channel.
|
void |
insertIntoContext(org.apache.velocity.VelocityContext ctx) |
public VelocityChannelGroup(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup wrapped)
public java.util.List<VelocityChannel> getChannels()
public boolean contains(edu.iris.Fissures.IfNetwork.Channel c)
public VelocityChannel getVertical()
public java.util.List<VelocityChannel> getHorizontal()
public java.util.List<VelocityChannel> getHorizontalXY()
public VelocityChannel getChannel(edu.iris.Fissures.IfNetwork.ChannelId chanId, edu.iris.Fissures.IfEvent.EventAccessOperations event)
public VelocityChannel getRadial(edu.iris.Fissures.IfEvent.EventAccessOperations event)
public VelocityChannel getRadial(edu.iris.Fissures.Location eventLoc)
public VelocityChannel getTransverse(edu.iris.Fissures.IfEvent.EventAccessOperations event)
public VelocityChannel getTransverse(edu.iris.Fissures.Location eventLoc)
public VelocityChannel getChannel1()
public VelocityChannel getChannel2()
public VelocityChannel getChannel3()
public VelocityStation getStation()
public VelocityNetwork getNetworkAttr()
public void insertIntoContext(org.apache.velocity.VelocityContext ctx)
public edu.sc.seis.fissuresUtil.hibernate.ChannelGroup getChannelGroup()