org.opensha.sha.cybershake.plot
Class HazardCurves2XYZ
java.lang.Object
org.opensha.sha.cybershake.plot.HazardCurves2XYZ
public class HazardCurves2XYZ
- extends Object
|
Constructor Summary |
HazardCurves2XYZ(DBAccess db,
int erfID,
int rupVarScenarioID,
int sgtVarID,
int velModelID,
int imTypeID)
|
HazardCurves2XYZ(DBAccess db,
int erfID,
int rupVarScenarioID,
int sgtVarID,
int velModelID,
int imTypeID,
ArrayList<Integer> siteTypeIDs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HazardCurves2XYZ
public HazardCurves2XYZ(DBAccess db,
int erfID,
int rupVarScenarioID,
int sgtVarID,
int velModelID,
int imTypeID)
HazardCurves2XYZ
public HazardCurves2XYZ(DBAccess db,
int erfID,
int rupVarScenarioID,
int sgtVarID,
int velModelID,
int imTypeID,
ArrayList<Integer> siteTypeIDs)
writeXYZ
public static void writeXYZ(String fileName,
ArrayList<CybershakeSite> sites,
ArrayList<Double> vals,
ArrayList<Integer> siteTypeIDs)
throws IOException
- Throws:
IOException
writeXYZ
public void writeXYZ(String fileName,
boolean isProbAt_IML,
double level)
throws IOException
- Throws:
IOException
writeLabelsFile
public void writeLabelsFile(String labelsFile)
throws IOException
- Throws:
IOException
writeLabelsFile
public static void writeLabelsFile(String labelsFile,
ArrayList<CybershakeSite> sites)
throws IOException
- Throws:
IOException
main
public static void main(String[] args)