Enum Class ELcdGML2Null

java.lang.Object
java.lang.Enum<ELcdGML2Null>
com.luciad.format.gml2.model.ELcdGML2Null
All Implemented Interfaces:
Serializable, Comparable<ELcdGML2Null>, Constable

public enum ELcdGML2Null extends Enum<ELcdGML2Null>
If a bounding shape is not provided for a feature collection, explain why. Allowable values are: innapplicable - the features do not have geometry unknown - the boundingBox cannot be computed unavailable - there may be a boundingBox but it is not divulged missing - there are no features
Since:
10.0
  • Enum Constant Details

  • Method Details

    • values

      public static ELcdGML2Null[] 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 ELcdGML2Null 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
    • value

      public String value()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ELcdGML2Null>
    • fromValue

      public static ELcdGML2Null fromValue(String aValue)
    • toValue

      public static String toValue(ELcdGML2Null aValue)