Uses of Class
net.opengis.omeo.eop.v_2_0.ProcessingModeValueType
-
Packages that use ProcessingModeValueType Package Description net.opengis.omeo.alt.v_2_0 net.opengis.omeo.eop.v_2_0 -
-
Uses of ProcessingModeValueType in net.opengis.omeo.alt.v_2_0
Methods in net.opengis.omeo.alt.v_2_0 with parameters of type ProcessingModeValueType Modifier and Type Method Description ProcessingInformationTypeProcessingInformationType. withProcessingMode(ProcessingModeValueType value)Constructors in net.opengis.omeo.alt.v_2_0 with parameters of type ProcessingModeValueType Constructor Description ProcessingInformationType(CodeListType processingCenter, Duration processingDate, Duration compositeType, String method, String methodVersion, String processorName, String processorVersion, String processingLevel, String nativeProductFormat, List<String> auxiliaryDataSetFileName, ProcessingModeValueType processingMode, MeasureType groundTrackUncertainty, List<String> productContentsType, List<MeasureType> samplingRate)Fully-initialising value constructor -
Uses of ProcessingModeValueType in net.opengis.omeo.eop.v_2_0
Fields in net.opengis.omeo.eop.v_2_0 declared as ProcessingModeValueType Modifier and Type Field Description protected ProcessingModeValueTypeProcessingInformationType. processingModeMethods in net.opengis.omeo.eop.v_2_0 that return ProcessingModeValueType Modifier and Type Method Description static ProcessingModeValueTypeProcessingModeValueType. fromValue(String v)ProcessingModeValueTypeProcessingInformationType. getProcessingMode()Gets the value of the processingMode property.static ProcessingModeValueTypeProcessingModeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingModeValueType[]ProcessingModeValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.omeo.eop.v_2_0 with parameters of type ProcessingModeValueType Modifier and Type Method Description voidProcessingInformationType. setProcessingMode(ProcessingModeValueType value)Sets the value of the processingMode property.ProcessingInformationTypeProcessingInformationType. withProcessingMode(ProcessingModeValueType value)Constructors in net.opengis.omeo.eop.v_2_0 with parameters of type ProcessingModeValueType Constructor Description ProcessingInformationType(CodeListType processingCenter, Duration processingDate, Duration compositeType, String method, String methodVersion, String processorName, String processorVersion, String processingLevel, String nativeProductFormat, List<String> auxiliaryDataSetFileName, ProcessingModeValueType processingMode)Fully-initialising value constructor
-