Enum Class SequenceType

Object
Enum<SequenceType>
SequenceType
All Implemented Interfaces:
Serializable, Comparable<Sequence­Type>, Constable

public enum SequenceType extends Enum<SequenceType>
Specifies the order in which attribute value records are assigned to grid points. Placeholder for org​.opengis​.coverage​.grid​.Sequence­Type.
Upcoming API change: this class may move to GeoAPI in a future version. If that move happens, the org​.apache​.sis​.image package name would become org​.opengis​.coverage.
Since:
1.1
  • Enum Constant Details

    • LINEAR

      public static final SequenceType LINEAR
      Iterate consecutive grid points along complete grid lines.
  • Method Details

    • values

      public static SequenceType[] 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 SequenceType 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:
      Illegal­Argument­Exception - if this enum class has no constant with the specified name
      Null­Pointer­Exception - if the argument is null