Enum Class HazardousMaterialType

java.lang.Object
java.lang.Enum<HazardousMaterialType>
com.here.sdk.mapdata.HazardousMaterialType
All Implemented Interfaces:
Serializable, Comparable<HazardousMaterialType>, Constable

public enum HazardousMaterialType extends Enum<HazardousMaterialType>

Hazardous material type as defined in the enum applicable for those that carry these

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Enum Constant Details

    • UNKNOWN

      public static final HazardousMaterialType UNKNOWN

      Unknown hazardous material classification.

    • EXPLOSIVES

      public static final HazardousMaterialType EXPLOSIVES

      Explosive material.

    • GAS

      public static final HazardousMaterialType GAS

      Gas.

    • FLAMMABLE

      public static final HazardousMaterialType FLAMMABLE

      Flammable material.

    • FLAMMABLE_SOLID_COMBUSTIBLE

      public static final HazardousMaterialType FLAMMABLE_SOLID_COMBUSTIBLE

      Flammable solids and combustible materials.

    • COMBUSTIBLE

      public static final HazardousMaterialType COMBUSTIBLE

      Combustible material.

    • ORGANIC

      public static final HazardousMaterialType ORGANIC

      Organic material.

    • POISON

      public static final HazardousMaterialType POISON

      Poisonous material.

    • RADIOACTIVE

      public static final HazardousMaterialType RADIOACTIVE

      Radioactive material.

    • CORROSIVE

      public static final HazardousMaterialType CORROSIVE

      Corrosive material.

    • OTHER

      public static final HazardousMaterialType OTHER

      Any other hazardous material.

    • ANY_HAZARDOUS_MATERIAL

      public static final HazardousMaterialType ANY_HAZARDOUS_MATERIAL

      Any type of hazardous material (composite restriction).

    • POISONOUS_INHALATION

      public static final HazardousMaterialType POISONOUS_INHALATION

      Materials that are poisonous upon inhalation.

    • HARMFUL_TO_WATER

      public static final HazardousMaterialType HARMFUL_TO_WATER

      Materials that are harmful to water.

    • EXPLOSIVE_AND_FLAMMABLE

      public static final HazardousMaterialType EXPLOSIVE_AND_FLAMMABLE

      Explosive and flammable materials combined (composite restriction).

    • B

      public static final HazardousMaterialType B

      Category B. Prohibited for the transport of hazardous substances which could cause a very large explosion.

    • B1000C

      public static final HazardousMaterialType B1000C

      Tunnel restriction category B/1000C

    • B_D

      public static final HazardousMaterialType B_D

      Tunnel restriction category B/D

    • B_E

      public static final HazardousMaterialType B_E

      Tunnel restriction category B/E

    • C

      public static final HazardousMaterialType C

      Category C. The same restriction as for B, plus hazardous goods which could cause a large explosion or the extensive release of toxic substances.

    • C5000D

      public static final HazardousMaterialType C5000D

      Tunnel restriction category C/5000D

    • C_D

      public static final HazardousMaterialType C_D

      Tunnel restriction category C/D

    • C_E

      public static final HazardousMaterialType C_E

      Tunnel restriction category C/E

    • D

      public static final HazardousMaterialType D

      Category D. The same restrictions as for C plus hazardous goods which could cause a large fire.

    • D_E

      public static final HazardousMaterialType D_E

      Tunnel restriction category D/E

    • E

      public static final HazardousMaterialType E

      Category E. Prohibited for the transport of all hazardous substances. There are some exceptions for certain radioactive substances, clinical waste and samples.

  • Method Details

    • values

      public static HazardousMaterialType[] 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 HazardousMaterialType 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