Enum Class OpenQuakeResolver.DatasetMode

java.lang.Object
java.lang.Enum<OpenQuakeResolver.DatasetMode>
nz.org.riskscape.oq.OpenQuakeResolver.DatasetMode
All Implemented Interfaces:
Serializable, Comparable<OpenQuakeResolver.DatasetMode>, Constable
Enclosing class:
OpenQuakeResolver

public static enum OpenQuakeResolver.DatasetMode extends Enum<OpenQuakeResolver.DatasetMode>
  • Enum Constant Details

    • COVERAGE_SITE_IDS

      public static final OpenQuakeResolver.DatasetMode COVERAGE_SITE_IDS

      Turn the sitecol dataset into a coverage that we can index with geometry and find the corresponding site

    • RELATION_SITE_IDS

      public static final OpenQuakeResolver.DatasetMode RELATION_SITE_IDS
      Return the sitecol dataset site information in relation form
    • LOOKUP_GMV_BY_SITE

      public static final OpenQuakeResolver.DatasetMode LOOKUP_GMV_BY_SITE
      For a given site, get all the event-IDs and GMV data associated with it
    • LOOKUP_EVENT_METADATA

      public static final OpenQuakeResolver.DatasetMode LOOKUP_EVENT_METADATA
      For a given event-ID, get the rupture metadata associated with it (occurrence rate, etc)
  • Method Details

    • values

      public static OpenQuakeResolver.DatasetMode[] 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

      public static OpenQuakeResolver.DatasetMode valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getDataType

      public Class<?> getDataType()