Package nz.org.riskscape.oq
Enum Class OpenQuakeResolver.DatasetMode
- All Implemented Interfaces:
Serializable
,Comparable<OpenQuakeResolver.DatasetMode>
,Constable
- Enclosing class:
- OpenQuakeResolver
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionTurn the sitecol dataset into a coverage that we can index with geometry and find the corresponding siteFor a given event-ID, get the rupture metadata associated with it (occurrence rate, etc)For a given site, get all the event-IDs and GMV data associated with itReturn the sitecol dataset site information in relation form -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Returns the enum constant of this class with the specified name.static OpenQuakeResolver.DatasetMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COVERAGE_SITE_IDS
Turn the sitecol dataset into a coverage that we can index with geometry and find the corresponding site
-
RELATION_SITE_IDS
Return the sitecol dataset site information in relation form -
LOOKUP_GMV_BY_SITE
For a given site, get all the event-IDs and GMV data associated with it -
LOOKUP_EVENT_METADATA
For a given event-ID, get the rupture metadata associated with it (occurrence rate, etc)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getDataType
-