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 StringLATThe site latitude key.static StringLONThe site longitude key.static StringNAMEThe site name key.static StringVS30The site Vs30 key.static StringZ1P0The site z1.0 key.static StringZ2P5The site z2.5 key.static StringZSEDThe 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
-
-