Enum MetadataEnum

java.lang.Object
java.lang.Enum<MetadataEnum>
cn.mapway.geo.client.raster.MetadataEnum
All Implemented Interfaces:
Serializable, Comparable<MetadataEnum>, java.lang.constant.Constable

public enum MetadataEnum extends Enum<MetadataEnum>
  • Enum Constant Details

    • META_KEY_WAVELENGTH

      public static final MetadataEnum META_KEY_WAVELENGTH
    • META_KEY_WAVELENGTH_UNITS

      public static final MetadataEnum META_KEY_WAVELENGTH_UNITS
  • Method Details

    • values

      public static MetadataEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MetadataEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getKey

      public String getKey()
    • getName

      public String getName()
    • getValues

      public MetadataValue[] getValues()
    • getMetadataKeys

      public static List<MetadataResult> getMetadataKeys(Map<String,String> map)
    • getMetadataValue

      public static MetadataResult getMetadataValue(String key, String value)
    • getMetadataEnum

      public static MetadataEnum getMetadataEnum(String key)