|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TimelinessType>
net.opengis.omeo.sen1.v_2_0.TimelinessType
public 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 Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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. |
| 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 |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String value()
public static TimelinessType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||