org.opensha.sha.gui.servlets.siteEffect
Class BasinDepthClass
java.lang.Object
org.opensha.sha.gui.servlets.siteEffect.BasinDepthClass
public final class BasinDepthClass
- extends Object
Title: BasinDepthClass
Description:This class creates a gridded region from the given lat, lons
and gridSpacing. Then for each site in the gridded region gets the Basindepth
values for each site in the region
- Version:
- 1.0
- Author:
- : Nitin Gupta
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasinDepthClass
public BasinDepthClass(double minLon,
double maxLon,
double minLat,
double maxLat,
double gridSpacing,
String fileName)
- Class constructor
- Parameters:
minLon - maxLon - minLat - maxLat - gridSpacing - fileName - : Name of the Basin Depth file
BasinDepthClass
public BasinDepthClass(LocationList locList,
String fileName)
- Parameters:
locList - fileName -
setLoadFromJar
public void setLoadFromJar(boolean jar)
getBasinDepth
public ArrayList getBasinDepth()
- Returns:
- the ArrayList of the Basin Depth values for each site in the
gridded region.