|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.commons.data.siteData.AbstractSiteData<Boolean>
org.opensha.commons.data.siteData.impl.ShakeMapStableTectonicPolygons
public class ShakeMapStableTectonicPolygons
| Field Summary | |
|---|---|
static String |
CRATON_FILENAME
|
static String |
NAME
|
static String |
SHORT_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 | |
|---|---|
ShakeMapStableTectonicPolygons()
|
|
| 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 |
Boolean |
getValue(Location loc)
Get the value at the closest location |
boolean |
isValueValid(Boolean el)
Returns true if the value is valid, and not NaN, N/A, or equivelant for the data type |
static ArrayList<Region> |
loadPolygons(String fileName)
|
static void |
main(String[] args)
|
| 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 NAME
public static final String SHORT_NAME
public static final String CRATON_FILENAME
| Constructor Detail |
|---|
public ShakeMapStableTectonicPolygons()
throws IOException
IOException| Method Detail |
|---|
public static ArrayList<Region> loadPolygons(String fileName)
throws FileNotFoundException,
IOException
FileNotFoundException
IOExceptionpublic 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 Boolean getValue(Location loc)
throws IOException
SiteData
IOExceptionpublic boolean isValueValid(Boolean el)
SiteData
public static void main(String[] args)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||