public class VelocityChannelGroup
extends java.lang.Object
Constructor and Description |
---|
VelocityChannelGroup(ChannelGroup wrapped) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Channel c) |
VelocityChannel |
getChannel(ChannelId chanId,
EventAccessOperations event)
Gets the channel that corresponds to this channelId from the
ChannelGroup.
|
VelocityChannel |
getChannel1() |
VelocityChannel |
getChannel2() |
VelocityChannel |
getChannel3() |
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(EventAccessOperations event) |
VelocityChannel |
getRadial(Location eventLoc) |
VelocityStation |
getStation() |
VelocityChannel |
getTransverse(EventAccessOperations event) |
VelocityChannel |
getTransverse(Location eventLoc) |
VelocityChannel |
getVertical()
Finds the vertical channel.
|
void |
insertIntoContext(org.apache.velocity.VelocityContext ctx) |
public VelocityChannelGroup(ChannelGroup wrapped)
public java.util.List<VelocityChannel> getChannels()
public boolean contains(Channel c)
public VelocityChannel getVertical()
public java.util.List<VelocityChannel> getHorizontal()
public java.util.List<VelocityChannel> getHorizontalXY()
public VelocityChannel getChannel(ChannelId chanId, EventAccessOperations event)
public VelocityChannel getRadial(EventAccessOperations event)
public VelocityChannel getRadial(Location eventLoc)
public VelocityChannel getTransverse(EventAccessOperations event)
public VelocityChannel getTransverse(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 ChannelGroup getChannelGroup()