Skip to content
Snippets Groups Projects
Commit 21f5cd48 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add nshm

parent c75da109
No related branches found
No related tags found
2 merge requests!128Production Release | nshmp-ws-static,!127Resolves - Handle Multiple NetCDF Files for AASHTO Service
......@@ -2,17 +2,21 @@ package gov.usgs.earthquake.nshmp.netcdf.www;
import gov.usgs.earthquake.nshmp.gmm.Imt;
import gov.usgs.earthquake.nshmp.gmm.NehrpSiteClass;
import gov.usgs.earthquake.nshmp.netcdf.Nshm;
public class HazardQuery extends Query {
public final Nshm nshm;
public final Imt imt;
public HazardQuery(
Nshm nshm,
Double longitude,
Double latitude,
NehrpSiteClass siteClass,
Imt imt,
ResponseFormat format) {
super(longitude, latitude, siteClass, format);
this.nshm = nshm;
this.imt = imt;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment