Enum-Klasse ProcessingLevel

java.lang.Object
java.lang.Enum<ProcessingLevel>
de.dlr.proseo.model.enums.ProcessingLevel
Alle implementierten Schnittstellen:
Serializable, Comparable<ProcessingLevel>, java.lang.constant.Constable

public enum ProcessingLevel extends Enum<ProcessingLevel>
Processing level, usually indicating the number of processing steps required to create a product of this class from unprocessed ("level 0") data. The enumeration values have been derived from a number of sources (listed below).
Autor:
Dr. Thomas Bassler
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum-Konstanten - Übersicht

    Enum-Konstanten
    Enum-Konstante
    Beschreibung
    Reconstructed, unprocessed instrument and payload data
    Data derived from level 0 at the instrument’s full time/space resolution
    Reconstructed, unprocessed instrument data at full resolution, time-referenced, and annotated with ancillary information
    Level 1A data that have been processed to sensor units
    Further processed data at sensor units
    Data derived from Level 1 data that have been processed to geophysical quantities of interest
    Level 2 data in a first or intermediate pro- cessing stage
    Further processed level 2(A) data
    Sometimes referred to as “level 2 cumula- tive”, i. e. aggregation of level 2 data over a larger time frame
    Variables mapped on uniform space-time grid scales (resampling)
    Further derived products
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
    Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.

    Von Klasse geerbte Methoden java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum-Konstanten - Details

    • L0

      public static final ProcessingLevel L0
      Reconstructed, unprocessed instrument and payload data
    • L1

      public static final ProcessingLevel L1
      Data derived from level 0 at the instrument’s full time/space resolution
    • L1A

      public static final ProcessingLevel L1A
      Reconstructed, unprocessed instrument data at full resolution, time-referenced, and annotated with ancillary information
    • L1B

      public static final ProcessingLevel L1B
      Level 1A data that have been processed to sensor units
    • L1C

      public static final ProcessingLevel L1C
      Further processed data at sensor units
    • L2

      public static final ProcessingLevel L2
      Data derived from Level 1 data that have been processed to geophysical quantities of interest
    • L2A

      public static final ProcessingLevel L2A
      Level 2 data in a first or intermediate pro- cessing stage
    • L2B

      public static final ProcessingLevel L2B
      Further processed level 2(A) data
    • L2C

      public static final ProcessingLevel L2C
      Sometimes referred to as “level 2 cumula- tive”, i. e. aggregation of level 2 data over a larger time frame
    • L3

      public static final ProcessingLevel L3
      Variables mapped on uniform space-time grid scales (resampling)
    • L4

      public static final ProcessingLevel L4
      Further derived products
  • Methodendetails

    • values

      public static ProcessingLevel[] values()
      Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
    • valueOf

      public static ProcessingLevel valueOf(String name)
      Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird