Package de.dlr.proseo.api.prip.odata
Enum-Klasse CscAttributeName
- Alle implementierten Schnittstellen:
Serializable
,Comparable<CscAttributeName>
,java.lang.constant.Constable
Allowed attribute names for a product (from the ESA S1 Product Attributes Mapping, issue 1.6, Apr 2021, and S5P Product
Attributes Mapping, issue 1.2, Jan 2021)
- 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-KonstantenEnum-KonstanteBeschreibungAcquisition type (L1 only)Copernicus collection (baseline collection; L1 and above only)Product validity start timeGeographic coordinates (String with blank-separated list of coordinate values)Cycle numberDatatake IDProduct validity end timeInstrument configurationInstrument short nameOperational mode ("IW", "EW" etc.)Orbit direction (e. g.Orbit numberParent product identifier (L1 and above only)Platform serial identifier ('A', 'B' etc.)Platform short name (fixed value 'SENTINEL-5P')Polarisation channels ("HH", "VV", "HV", "VH")Processing centerProcessing date (L1 and above only)Processing levelProcessing mode (L1 and above only)Processor nameProcessor versionProduct (file) classProduct composition (e. g.Product consolidation ("SLICE", "FULL" etc.)DOI (L2 only)Product identifier (L1 only)Product typeQuality status (L2 and above only)Relative orbit numberProduct revision number (L1 and above only)Segment start timeSlice numberSlice product flag ("true", "false")Total number of slices in datatakeStart time from ascending nodeCompletion time from ascending nodeSwath identifier (1 .. 6)Production timeliness -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CscAttributeName
Reverse lookup of enums from their valuegetValue()
Returns the string value associated with this enumstatic CscAttributeName
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static CscAttributeName[]
values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
PLATFORM_SHORT_NAME
Platform short name (fixed value 'SENTINEL-5P') -
PLATFORM_SERIAL
Platform serial identifier ('A', 'B' etc.) -
INSTRUMENT_SHORT_NAME
Instrument short name -
PROCESSING_LEVEL
Processing level -
BEGINNING_DATE_TIME
Product validity start time -
ENDING_DATE_TIME
Product validity end time -
PROCESSING_CENTER
Processing center -
PROCESSING_DATE
Processing date (L1 and above only) -
PROCESSOR_NAME
Processor name -
PROCESSOR_VERSION
Processor version -
ORBIT_NUMBER
Orbit number -
PRODUCT_TYPE
Product type -
COORDINATES
Geographic coordinates (String with blank-separated list of coordinate values) -
PRODUCT_IDENTIFIER
Product identifier (L1 only) -
PRODUCT_DOI
DOI (L2 only) -
PARENT_IDENTIFIER
Parent product identifier (L1 and above only) -
ACQUISITION_TYPE
Acquisition type (L1 only) -
PROCESSING_MODE
Processing mode (L1 and above only) -
QUALITY_STATUS
Quality status (L2 and above only) -
PRODUCT_CLASS
Product (file) class -
START_ASCENDING
Start time from ascending node -
STOP_ASCENDING
Completion time from ascending node -
OPERATIONAL_MODE
Operational mode ("IW", "EW" etc.) -
SWATH_IDENTIFIER
Swath identifier (1 .. 6) -
PRODUCT_CONSOLIDATION
Product consolidation ("SLICE", "FULL" etc.) -
INSTRUMENT_CONFIGURATION
Instrument configuration -
DATATAKE_ID
Datatake ID -
PRODUCT_COMPOSITION
Product composition (e. g. "slice") -
SLICE_PRODUCT_FLAG
Slice product flag ("true", "false") -
SLICE_NUMBER
Slice number -
SLICE_TOTAL
Total number of slices in datatake -
SEGMENT_START
Segment start time -
TIMELINESS
Production timeliness -
POLARISATION_CHANNELS
Polarisation channels ("HH", "VV", "HV", "VH") -
RELATIVE_ORBIT
Relative orbit number -
CYCLE
Cycle number -
ORBIT_DIRECTION
Orbit direction (e. g. "ASCENDING") -
BASELINE_COLLECTION
Copernicus collection (baseline collection; L1 and above only) -
REVISION_NUMBER
Product revision number (L1 and above only)
-
-
Methodendetails
-
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
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ältNullPointerException
- wenn das Argument nicht angegeben wird
-
get
Reverse lookup of enums from their value- Parameter:
value
- the value to look for- Gibt zurück:
- the enum associated with the value or null, if no such enum exists
-
getValue
Returns the string value associated with this enum- Gibt zurück:
- a string value
-