Uses of Class
net.opengis.omeo.lmb.v_2_0.MeasurementTypeValueType
-
Packages that use MeasurementTypeValueType Package Description net.opengis.omeo.lmb.v_2_0 -
-
Uses of MeasurementTypeValueType in net.opengis.omeo.lmb.v_2_0
Fields in net.opengis.omeo.lmb.v_2_0 declared as MeasurementTypeValueType Modifier and Type Field Description protected MeasurementTypeValueTypeSensorType. measurementTypeMethods in net.opengis.omeo.lmb.v_2_0 that return MeasurementTypeValueType Modifier and Type Method Description static MeasurementTypeValueTypeMeasurementTypeValueType. fromValue(String v)MeasurementTypeValueTypeSensorType. getMeasurementType()Gets the value of the measurementType property.static MeasurementTypeValueTypeMeasurementTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasurementTypeValueType[]MeasurementTypeValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.omeo.lmb.v_2_0 with parameters of type MeasurementTypeValueType Modifier and Type Method Description voidSensorType. setMeasurementType(MeasurementTypeValueType value)Sets the value of the measurementType property.SensorTypeSensorType. withMeasurementType(MeasurementTypeValueType value)Constructors in net.opengis.omeo.lmb.v_2_0 with parameters of type MeasurementTypeValueType Constructor Description SensorType(String sensorType, CodeListType operationalMode, MeasureType resolution, CodeListType swathIdentifier, List<WavelengthInformationPropertyType> wavelengthInformation, MeasurementTypeValueType measurementType)Fully-initialising value constructor
-