Enum UnitType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<UnitType>

    public enum UnitType
    extends java.lang.Enum<UnitType>
    Indicates the subtype of an instance of Unit.
    Since:
    100.0.0
    See Also:
    Unit.getUnitType()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ANGULAR_UNIT
      An AngularUnit, used to define coordinates in geographic coordinate systems such as WGS 1984.
      AREA_UNIT
      An AreaUnit, used when measuring areas of two-dimensional geometries such as Polygons or Envelopes.
      LINEAR_UNIT
      A LinearUnit, used when measuring distances or lengths of one-dimensional geometries such as Polylines.
      UNKNOWN
      Unknown units of measurement.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static UnitType valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static UnitType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait