Enum Geospatial.Type

java.lang.Object
java.lang.Enum<Geospatial.Type>
org.apache.olingo.commons.api.edm.geo.Geospatial.Type
All Implemented Interfaces:
Serializable, Comparable<Geospatial.Type>, java.lang.constant.Constable
Enclosing class:
Geospatial

public static enum Geospatial.Type extends Enum<Geospatial.Type>
Type of the geospatial type
  • Enum Constant Details

    • POINT

      public static final Geospatial.Type POINT
      The OGIS geometry type number for points.
    • LINESTRING

      public static final Geospatial.Type LINESTRING
      The OGIS geometry type number for lines.
    • POLYGON

      public static final Geospatial.Type POLYGON
      The OGIS geometry type number for polygons.
    • MULTIPOINT

      public static final Geospatial.Type MULTIPOINT
      The OGIS geometry type number for aggregate points.
    • MULTILINESTRING

      public static final Geospatial.Type MULTILINESTRING
      The OGIS geometry type number for aggregate lines.
    • MULTIPOLYGON

      public static final Geospatial.Type MULTIPOLYGON
      The OGIS geometry type number for aggregate polygons.
    • GEOSPATIALCOLLECTION

      public static final Geospatial.Type GEOSPATIALCOLLECTION
      The OGIS geometry type number for feature collections.
  • Method Details

    • values

      public static Geospatial.Type[] 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 Geospatial.Type 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