|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.observedEarthquake.CubeToObsEqkRupture
public class CubeToObsEqkRupture
Title: CubeToObsEqkRupture
Description: This class will create the ObsEqkRupture object from the data string that it receives from the network catalog.
Note : Mag read from the QDM cube format file is not always assumed to be moment mag.
| Constructor Summary | |
|---|---|
CubeToObsEqkRupture(String eventFile)
|
|
| Method Summary | |
|---|---|
ObsEqkRupList |
getAllObsEqkRupEvents()
Returns the list of ObsEqkRuptures as read from the QDM CUBE format file. |
ObsEqkRupture |
getObsEqkRupture(int index)
Returns the ObsEqkRupture from the list of observed EqkRup list at a given index. |
static void |
main(String[] args)
Method to test and see if we are reading the network catalog file correctly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CubeToObsEqkRupture(String eventFile)
throws FileNotFoundException,
IOException
FileNotFoundException
IOException| Method Detail |
|---|
public ObsEqkRupList getAllObsEqkRupEvents()
public ObsEqkRupture getObsEqkRupture(int index)
index - int index in the ObsEqkRupList at which ObsEqkEvent is to be retrieved.
public static void main(String[] args)
args - String[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||