Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws-static
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-ws-static
Commits
635de77e
Commit
635de77e
authored
3 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
Add site class
parent
42c22a7c
No related branches found
No related tags found
2 merge requests
!109
Production Release
,
!107
AASHTO Updates
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/src/main/java/gov/usgs/earthquake/nshmp/netcdf/www/NetcdfService.java
+3
-0
3 additions, 0 deletions
...a/gov/usgs/earthquake/nshmp/netcdf/www/NetcdfService.java
with
3 additions
and
0 deletions
src/lib/src/main/java/gov/usgs/earthquake/nshmp/netcdf/www/NetcdfService.java
+
3
−
0
View file @
635de77e
...
@@ -198,12 +198,15 @@ public abstract class NetcdfService<T extends Query> {
...
@@ -198,12 +198,15 @@ public abstract class NetcdfService<T extends Query> {
}
}
static
class
ResponseMetadata
{
static
class
ResponseMetadata
{
public
NehrpSiteClass
siteClass
;
public
String
xLabel
;
public
String
xLabel
;
public
String
yLabel
;
public
String
yLabel
;
ResponseMetadata
(
ResponseMetadata
(
NehrpSiteClass
siteClass
,
String
xLabel
,
String
xLabel
,
String
yLabel
)
{
String
yLabel
)
{
this
.
siteClass
=
siteClass
;
this
.
xLabel
=
xLabel
;
this
.
xLabel
=
xLabel
;
this
.
yLabel
=
yLabel
;
this
.
yLabel
=
yLabel
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment