Uses of Class
net.opengis.omeo.lmb.v_2_0.SensorType
-
Packages that use SensorType Package Description net.opengis.omeo.lmb.v_2_0 -
-
Uses of SensorType in net.opengis.omeo.lmb.v_2_0
Fields in net.opengis.omeo.lmb.v_2_0 declared as SensorType Modifier and Type Field Description protected SensorTypeSensorPropertyType. sensorMethods in net.opengis.omeo.lmb.v_2_0 that return SensorType Modifier and Type Method Description SensorTypeObjectFactory. createSensorType()Create an instance ofSensorTypeSensorTypeSensorPropertyType. getSensor()Gets the value of the sensor property.SensorTypeSensorType. withMeasurementType(MeasurementTypeValueType value)SensorTypeSensorType. withOperationalMode(CodeListType value)SensorTypeSensorType. withResolution(MeasureType value)SensorTypeSensorType. withSensorType(String value)SensorTypeSensorType. withSwathIdentifier(CodeListType value)SensorTypeSensorType. withWavelengthInformation(Collection<WavelengthInformationPropertyType> values)SensorTypeSensorType. withWavelengthInformation(List<WavelengthInformationPropertyType> value)SensorTypeSensorType. withWavelengthInformation(WavelengthInformationPropertyType... values)Methods in net.opengis.omeo.lmb.v_2_0 that return types with arguments of type SensorType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SensorType>ObjectFactory. createSensor(SensorType value)Methods in net.opengis.omeo.lmb.v_2_0 with parameters of type SensorType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SensorType>ObjectFactory. createSensor(SensorType value)voidSensorPropertyType. setSensor(SensorType value)Sets the value of the sensor property.SensorPropertyTypeSensorPropertyType. withSensor(SensorType value)Constructors in net.opengis.omeo.lmb.v_2_0 with parameters of type SensorType Constructor Description SensorPropertyType(SensorType sensor, Boolean owns)Fully-initialising value constructor
-