Uses of Class
net.opengis.omeo.eop.v_2_0.SensorType
-
Packages that use SensorType Package Description net.opengis.omeo.eop.v_2_0 net.opengis.omeo.lmb.v_2_0 -
-
Uses of SensorType in net.opengis.omeo.eop.v_2_0
Fields in net.opengis.omeo.eop.v_2_0 with type parameters of type SensorType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends SensorType>SensorPropertyType. sensorMethods in net.opengis.omeo.eop.v_2_0 that return SensorType Modifier and Type Method Description SensorTypeObjectFactory. createSensorType()Create an instance ofSensorTypeSensorTypeSensorType. 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.eop.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)jakarta.xml.bind.JAXBElement<? extends SensorType>SensorPropertyType. getSensor()Gets the value of the sensor property.Methods in net.opengis.omeo.eop.v_2_0 with parameters of type SensorType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SensorType>ObjectFactory. createSensor(SensorType value)Method parameters in net.opengis.omeo.eop.v_2_0 with type arguments of type SensorType Modifier and Type Method Description voidSensorPropertyType. setSensor(jakarta.xml.bind.JAXBElement<? extends SensorType> value)Sets the value of the sensor property.SensorPropertyTypeSensorPropertyType. withSensor(jakarta.xml.bind.JAXBElement<? extends SensorType> value)Constructor parameters in net.opengis.omeo.eop.v_2_0 with type arguments of type SensorType Constructor Description SensorPropertyType(jakarta.xml.bind.JAXBElement<? extends SensorType> sensor, Boolean owns)Fully-initialising value constructor -
Uses of SensorType in net.opengis.omeo.lmb.v_2_0
Subclasses of SensorType in net.opengis.omeo.lmb.v_2_0 Modifier and Type Class Description classSensorTypeJava class for SensorType complex type.
-