|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.commons.data.siteData.AbstractSiteData<Double>
org.opensha.commons.data.siteData.impl.MeanTopoSlope
public class MeanTopoSlope
| Field Summary | |
|---|---|
static Double |
PARAM_RADIUS_DEFAULT
|
static String |
PARAM_RADIUS_INFO
|
static Double |
PARAM_RADIUS_MAX
|
static Double |
PARAM_RADIUS_MIN
|
static String |
PARAM_RADIUS_NAME
|
static Double |
PARAM_SPACING_DEFAULT
|
static String |
PARAM_SPACING_INFO
|
static Double |
PARAM_SPACING_MAX
|
static Double |
PARAM_SPACING_MIN
|
static String |
PARAM_SPACING_NAME
|
| Fields inherited from interface org.opensha.commons.data.siteData.SiteData |
|---|
TYPE_DEPTH_TO_1_0, TYPE_DEPTH_TO_2_5, TYPE_ELEVATION, TYPE_FLAG_INFERRED, TYPE_FLAG_MEASURED, TYPE_TOPOGRAPHIC_SLOPE, TYPE_VS30, TYPE_WILLS_CLASS, XML_METADATA_NAME |
| Constructor Summary | |
|---|---|
MeanTopoSlope()
|
|
MeanTopoSlope(SiteData<Double> topoSlopeProvider)
|
|
| Method Summary | |
|---|---|
Region |
getApplicableRegion()
This gives the applicable region for this data set. |
Location |
getClosestDataLocation(Location loc)
Get the location of the closest data point |
String |
getDataMeasurementType()
Get the measurement type for this data, such as "Measured" or "Inferred" |
String |
getDataType()
Get the data type of this dataset |
String |
getMetadata()
Returns the metadata for this dataset. |
String |
getName()
Get the name of this dataset |
double |
getResolution()
This gives the resolution of the dataset in degrees, or 0 for infinite resolution. |
String |
getShortName()
Get the short name of this dataset |
Double |
getValue(GriddedRegion region)
|
Double |
getValue(Location loc)
Get the value at the closest location |
boolean |
isValueValid(Double el)
Returns true if the value is valid, and not NaN, N/A, or equivelant for the data type |
| Methods inherited from class org.opensha.commons.data.siteData.AbstractSiteData |
|---|
addXMLParameters, certifyMinMaxBasinDepth, certifyMinMaxVs30, fromXMLMetadata, getAdjustableParameterList, getAnnotatedValue, getAnnotatedValues, getParameterListEditor, getValues, hasDataForLocation, initDefaultBasinParams, initDefaultVS30Params, initParamListEditor, toXMLMetadata, toXMLMetadata |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAM_RADIUS_NAME
public static final Double PARAM_RADIUS_MIN
public static final Double PARAM_RADIUS_MAX
public static final Double PARAM_RADIUS_DEFAULT
public static final String PARAM_RADIUS_INFO
public static final String PARAM_SPACING_NAME
public static final Double PARAM_SPACING_MIN
public static final Double PARAM_SPACING_MAX
public static final Double PARAM_SPACING_DEFAULT
public static final String PARAM_SPACING_INFO
| Constructor Detail |
|---|
public MeanTopoSlope()
throws IOException
IOExceptionpublic MeanTopoSlope(SiteData<Double> topoSlopeProvider)
| Method Detail |
|---|
public Region getApplicableRegion()
SiteData
public Location getClosestDataLocation(Location loc)
throws IOException
SiteData
IOExceptionpublic String getDataMeasurementType()
SiteData
public String getDataType()
SiteData
public String getMetadata()
SiteData
public String getName()
SiteData
public double getResolution()
SiteData
public String getShortName()
SiteData
public Double getValue(Location loc)
throws IOException
SiteData
IOException
public Double getValue(GriddedRegion region)
throws IOException
IOExceptionpublic boolean isValueValid(Double el)
SiteData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||