|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.hibernate.ChannelGroup
public class ChannelGroup
| Field Summary | |
|---|---|
protected int |
dbid
|
| Constructor Summary | |
|---|---|
protected |
ChannelGroup()
|
|
ChannelGroup(ChannelImpl[] channels)
|
| Method Summary | |
|---|---|
boolean |
areEqual(ChannelGroup other)
|
boolean |
contains(Channel c)
|
ChannelImpl |
getChannel(ChannelId chanId,
EventAccessOperations event)
Gets the channel that corresponds to this channelId from the ChannelGroup. |
ChannelImpl |
getChannel1()
|
ChannelImpl |
getChannel2()
|
ChannelImpl |
getChannel3()
|
ChannelImpl[] |
getChannels()
|
int |
getDbid()
|
ChannelImpl[] |
getHorizontal()
Finds the 2 horizontal channels. |
ChannelImpl[] |
getHorizontalXY()
Gets the horizontals as X and Y, so that the first channel's azimuth is equal to the seconds + 90 degrees, ie x -> east (90) and y -> north (0). |
NetworkAttrImpl |
getNetworkAttr()
|
ChannelImpl |
getRadial(EventAccessOperations event)
|
ChannelImpl |
getRadial(Location eventLoc)
|
StationImpl |
getStation()
|
ChannelImpl |
getTransverse(EventAccessOperations event)
|
ChannelImpl |
getTransverse(Location eventLoc)
|
ChannelImpl |
getVertical()
Finds the vertical channel. |
void |
makeTransverseAndRadial(int transverseIndex,
int radialIndex,
EventAccessOperations event)
replaces the horizontal components with their radial and transverse versions in the ChannelGroup This should only be called if the seismograms that are accompanying this ChannelGroup through the vector process sequence have been rotated. |
protected void |
setChannel1(ChannelImpl chan)
|
protected void |
setChannel2(ChannelImpl chan)
|
protected void |
setChannel3(ChannelImpl chan)
|
protected void |
setDbid(int i)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int dbid
| Constructor Detail |
|---|
public ChannelGroup(ChannelImpl[] channels)
protected ChannelGroup()
| Method Detail |
|---|
protected void setDbid(int i)
public int getDbid()
public ChannelImpl[] getChannels()
public boolean contains(Channel c)
public ChannelImpl getVertical()
public ChannelImpl[] getHorizontal()
public ChannelImpl[] getHorizontalXY()
public ChannelImpl getChannel(ChannelId chanId,
EventAccessOperations event)
public void makeTransverseAndRadial(int transverseIndex,
int radialIndex,
EventAccessOperations event)
public ChannelImpl getRadial(EventAccessOperations event)
public ChannelImpl getRadial(Location eventLoc)
public ChannelImpl getTransverse(EventAccessOperations event)
public ChannelImpl getTransverse(Location eventLoc)
public ChannelImpl getChannel1()
public ChannelImpl getChannel2()
public ChannelImpl getChannel3()
public StationImpl getStation()
public NetworkAttrImpl getNetworkAttr()
public boolean areEqual(ChannelGroup other)
protected void setChannel1(ChannelImpl chan)
protected void setChannel2(ChannelImpl chan)
protected void setChannel3(ChannelImpl chan)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||