org.opensha.nshmp.sha.calc
Class UHS_SACalculator
java.lang.Object
org.opensha.nshmp.sha.calc.UHS_SACalculator
public class UHS_SACalculator
- extends Object
Title: UHS_SACalculator
Description: Computes the values for the Ss and S1 for the given location or
territory in USA.
- Version:
- 1.0
- Author:
- Ned Field, Nitin Gupta , E.V.Leyendecker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gridSpacing
protected float gridSpacing
SA_TITLE
protected static final String SA_TITLE
- Some static String for the data printing
- See Also:
- Constant Field Values
latLonFormat
protected DecimalFormat latLonFormat
UHS_SACalculator
public UHS_SACalculator()
getSA
public XY_DataSetList getSA(String selectedRegion,
String selectedEdition,
double latitude,
double longitude,
String spectraType)
- Parameters:
latitude - doublelongitude - double
- Returns:
- ArbitrarilyDiscretizedFunc
getSA
public XY_DataSetList getSA(String selectedRegion,
String selectedEdition,
String zipCode,
String spectraType)
throws ZipCodeErrorException
- Parameters:
zipCode -
- Returns:
-
- Throws:
ZipCodeErrorException