Package gov.usgs.earthquake.nshmp.calc
Class Site.Key
java.lang.Object
gov.usgs.earthquake.nshmp.calc.Site.Key
- Enclosing class:
Site
Strings used to represent site properties in CSV and JSON files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe site latitude key.static final StringThe site longitude key.static final StringThe site name key.static final StringThe site Vs30 key.static final StringThe site z1.0 key.static final StringThe site z2.5 key.static final StringThe site zSed key. -
Method Summary
-
Field Details
-
NAME
The site name key.- See Also:
-
LAT
The site latitude key.- See Also:
-
LON
The site longitude key.- See Also:
-
VS30
The site Vs30 key.- See Also:
-
Z1P0
The site z1.0 key.- See Also:
-
Z2P5
The site z2.5 key.- See Also:
-
ZSED
The site zSed key.- See Also:
-