Uses of Class
net.opengis.omeo.sen1.v_2_0.TimelinessType
-
Packages that use TimelinessType Package Description net.opengis.omeo.sen1.v_2_0 -
-
Uses of TimelinessType in net.opengis.omeo.sen1.v_2_0
Fields in net.opengis.omeo.sen1.v_2_0 declared as TimelinessType Modifier and Type Field Description protected TimelinessTypeEarthObservationResultType. timelinessMethods in net.opengis.omeo.sen1.v_2_0 that return TimelinessType Modifier and Type Method Description static TimelinessTypeTimelinessType. fromValue(String v)TimelinessTypeEarthObservationResultType. getTimeliness()Gets the value of the timeliness property.static TimelinessTypeTimelinessType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimelinessType[]TimelinessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.omeo.sen1.v_2_0 with parameters of type TimelinessType Modifier and Type Method Description voidEarthObservationResultType. setTimeliness(TimelinessType value)Sets the value of the timeliness property.EarthObservationResultTypeEarthObservationResultType. withTimeliness(TimelinessType value)Constructors in net.opengis.omeo.sen1.v_2_0 with parameters of type TimelinessType Constructor Description EarthObservationResultType(List<BrowseInformationPropertyType> browse, List<ProductInformationPropertyType> product, List<MaskInformationPropertyType> mask, ParameterInformationPropertyType parameter, List<ReferenceType> coverage, TimelinessType timeliness)Fully-initialising value constructor
-