Enum Class GMLObjectType

java.lang.Object
java.lang.Enum<GMLObjectType>
org.opengis.cite.iso19136.general.GMLObjectType
All Implemented Interfaces:
Serializable, Comparable<GMLObjectType>, Constable

public enum GMLObjectType extends Enum<GMLObjectType>
Denotes the (abstract) type of GML object that may be defined in an application schema. Clauses 21.3 through 21.11 describe the content-specific conformance classes listed below.
  • 21.3: Features and Feature Collections
  • 21.4: Spatial Geometries
  • 21.5: Spatial Topologies
  • 21.6: Time
  • 21.7: Coordinate Reference Systems
  • 21.8: Coverages
  • 21.9: Observations
  • 21.10: Dictionaries and Definitions
  • 21.11: Values
See Also:
  • "ISO 19136:2007, cl. 21.2.1"
  • Enum Constant Details

  • Method Details

    • values

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