public enum TimelinessType extends Enum<TimelinessType>
Java class for TimelinessType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TimelinessType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NRT_10M"/>
<enumeration value="NRT_1H"/>
<enumeration value="NRT_3H"/>
<enumeration value="FAST_24H"/>
<enumeration value="ARCH_6H"/>
<enumeration value="ARCH_RUSH"/>
<enumeration value="ARCH_NORMAL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ARCH_6_H
Archived products shall be available at pickup points within 6h from data request (acknowledgement of)
|
ARCH_NORMAL
Products are retrieved directly from Level-1/Level-2 Sentinel-1 S1 PDGS mission archive (if available) or are processed from archived Level-0 data.
|
ARCH_RUSH
Products shall be available at pickup points within 1.5 hours after data request directly from Sentinel-1 S1 PDGS mission archives, if possible, or as result of further re-processing from the archived Level-0 data
|
FAST_24_H
Products available at pickup points within 24 hours after sensing
|
NRT_1_H
Products available at pickup points within 1 hour after sensing (for Pass-Through acquisitions only)
|
NRT_10_M
available within 10 min after sensing (for Pass-Through acquisitions only)
|
NRT_3_H
Products available at pickup points within 3 hours after sensing
|
| Modifier and Type | Method and Description |
|---|---|
static TimelinessType |
fromValue(String v) |
String |
value() |
static TimelinessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelinessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimelinessType NRT_10_M
public static final TimelinessType NRT_1_H
public static final TimelinessType NRT_3_H
public static final TimelinessType FAST_24_H
public static final TimelinessType ARCH_6_H
public static final TimelinessType ARCH_RUSH
public static final TimelinessType ARCH_NORMAL
public static TimelinessType[] values()
for (TimelinessType c : TimelinessType.values()) System.out.println(c);
public static TimelinessType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static TimelinessType fromValue(String v)
Copyright © 2008–2023. All rights reserved.