|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.builder.BasicExportBuilder.ChannelInfo
protected static class BasicExportBuilder.ChannelInfo
Store channel info for export.
Field Summary | |
---|---|
protected java.lang.Number |
azimuth
|
protected java.lang.String |
channelName
|
protected java.lang.Number |
depth
|
protected java.lang.Number |
dip
|
protected java.lang.Number |
elevation
|
protected Btime |
endEffTime
|
protected java.lang.Number |
frequency
|
protected java.lang.String |
instrumentCode
|
protected java.lang.Number |
latitude
|
protected java.lang.String |
locationId
|
protected java.lang.Number |
longitude
|
protected java.util.List |
responses
|
protected java.lang.Number |
sampleRate
|
protected java.lang.Number |
sensitivity
|
protected java.lang.String |
signalUnitsCode
|
protected Btime |
startEffTime
|
protected BasicExportBuilder.StationInfo |
station
|
Constructor Summary | |
---|---|
BasicExportBuilder.ChannelInfo(BasicExportBuilder.StationInfo station,
Blockette blk)
Creates the channel information from the blockette. |
Method Summary | |
---|---|
void |
addResponse(BasicExportBuilder.ResponseInfo responseInfo)
Adds the response information. |
int |
getNumResponses()
Gets the number of responses. |
BasicExportBuilder.ResponseInfo |
getResponse(int index)
Gets the response information. |
java.util.List |
getResponseList()
Gets the response list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final BasicExportBuilder.StationInfo station
protected final java.lang.String channelName
protected final java.lang.String locationId
protected final java.lang.String instrumentCode
protected final java.lang.String signalUnitsCode
protected final java.lang.Number latitude
protected final java.lang.Number longitude
protected final java.lang.Number elevation
protected final java.lang.Number depth
protected final java.lang.Number azimuth
protected final java.lang.Number dip
protected final java.lang.Number sampleRate
protected final Btime startEffTime
protected final Btime endEffTime
protected final java.util.List responses
protected java.lang.Number sensitivity
protected java.lang.Number frequency
Constructor Detail |
---|
public BasicExportBuilder.ChannelInfo(BasicExportBuilder.StationInfo station, Blockette blk) throws java.lang.Exception
station
- the station information.blk
- the Blockette.
java.lang.Exception
- if error.Method Detail |
---|
public void addResponse(BasicExportBuilder.ResponseInfo responseInfo)
responseInfo
- the ResponseInfo.public int getNumResponses()
public BasicExportBuilder.ResponseInfo getResponse(int index)
index
- the index.
public java.util.List getResponseList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |