Package gov.usgs.earthquake.nshmp.calc
Class Site.Key
- java.lang.Object
-
- gov.usgs.earthquake.nshmp.calc.Site.Key
-
-
Field Summary
Fields Modifier and Type Field Description static String
LAT
The site latitude key.static String
LON
The site longitude key.static String
NAME
The site name key.static String
VS30
The site Vs30 key.static String
Z1P0
The site z1.0 key.static String
Z2P5
The site z2.5 key.static String
ZSED
The site zSed key.
-
-
-
Field Detail
-
NAME
public static final String NAME
The site name key.- See Also:
- Constant Field Values
-
LAT
public static final String LAT
The site latitude key.- See Also:
- Constant Field Values
-
LON
public static final String LON
The site longitude key.- See Also:
- Constant Field Values
-
VS30
public static final String VS30
The site Vs30 key.- See Also:
- Constant Field Values
-
Z1P0
public static final String Z1P0
The site z1.0 key.- See Also:
- Constant Field Values
-
Z2P5
public static final String Z2P5
The site z2.5 key.- See Also:
- Constant Field Values
-
ZSED
public static final String ZSED
The site zSed key.- See Also:
- Constant Field Values
-
-