Enum Class ColorizeOption

java.lang.Object
java.lang.Enum<ColorizeOption>
org.apache.sedona.viz.utils.ColorizeOption
All Implemented Interfaces:
Serializable, Comparable<ColorizeOption>, java.lang.constant.Constable

public enum ColorizeOption extends Enum<ColorizeOption> implements Serializable
The Enum ColorizeOption.
  • Enum Constant Details

    • EARTHOBSERVATION

      public static final ColorizeOption EARTHOBSERVATION
      The earthobservation.
    • SPATIALAGGREGATION

      public static final ColorizeOption SPATIALAGGREGATION
      The spatialaggregation.
    • NORMAL

      public static final ColorizeOption NORMAL
      The normal.
  • Method Details

    • values

      public static ColorizeOption[] 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 ColorizeOption 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
    • getColorizeOption

      public static ColorizeOption getColorizeOption(String str)
      Gets the colorize option.
      Parameters:
      str - the str
      Returns:
      the colorize option
    • getTypeName

      public String getTypeName()
      Gets the type name.
      Returns:
      the type name
    • setTypeName

      public void setTypeName(String typeName)
      Sets the type name.
      Parameters:
      typeName - the new type name