Uses of Class
net.opengis.omeo.eop.v_2_0.WavelengthInformationPropertyType
-
Packages that use WavelengthInformationPropertyType Package Description net.opengis.omeo.eop.v_2_0 net.opengis.omeo.lmb.v_2_0 -
-
Uses of WavelengthInformationPropertyType in net.opengis.omeo.eop.v_2_0
Fields in net.opengis.omeo.eop.v_2_0 with type parameters of type WavelengthInformationPropertyType Modifier and Type Field Description protected List<WavelengthInformationPropertyType>SensorType. wavelengthInformationMethods in net.opengis.omeo.eop.v_2_0 that return WavelengthInformationPropertyType Modifier and Type Method Description WavelengthInformationPropertyTypeObjectFactory. createWavelengthInformationPropertyType()Create an instance ofWavelengthInformationPropertyTypeWavelengthInformationPropertyTypeWavelengthInformationPropertyType. withOwns(boolean value)WavelengthInformationPropertyTypeWavelengthInformationPropertyType. withWavelengthInformation(WavelengthInformationType value)Methods in net.opengis.omeo.eop.v_2_0 that return types with arguments of type WavelengthInformationPropertyType Modifier and Type Method Description List<WavelengthInformationPropertyType>SensorType. getWavelengthInformation()Gets the value of the wavelengthInformation property.Methods in net.opengis.omeo.eop.v_2_0 with parameters of type WavelengthInformationPropertyType Modifier and Type Method Description SensorTypeSensorType. withWavelengthInformation(WavelengthInformationPropertyType... values)Method parameters in net.opengis.omeo.eop.v_2_0 with type arguments of type WavelengthInformationPropertyType Modifier and Type Method Description voidSensorType. setWavelengthInformation(List<WavelengthInformationPropertyType> value)SensorTypeSensorType. withWavelengthInformation(Collection<WavelengthInformationPropertyType> values)SensorTypeSensorType. withWavelengthInformation(List<WavelengthInformationPropertyType> value)Constructor parameters in net.opengis.omeo.eop.v_2_0 with type arguments of type WavelengthInformationPropertyType Constructor Description SensorType(String sensorType, CodeListType operationalMode, MeasureType resolution, CodeListType swathIdentifier, List<WavelengthInformationPropertyType> wavelengthInformation)Fully-initialising value constructor -
Uses of WavelengthInformationPropertyType in net.opengis.omeo.lmb.v_2_0
Methods in net.opengis.omeo.lmb.v_2_0 with parameters of type WavelengthInformationPropertyType Modifier and Type Method Description SensorTypeSensorType. withWavelengthInformation(WavelengthInformationPropertyType... values)Method parameters in net.opengis.omeo.lmb.v_2_0 with type arguments of type WavelengthInformationPropertyType Modifier and Type Method Description SensorTypeSensorType. withWavelengthInformation(Collection<WavelengthInformationPropertyType> values)SensorTypeSensorType. withWavelengthInformation(List<WavelengthInformationPropertyType> value)Constructor parameters in net.opengis.omeo.lmb.v_2_0 with type arguments of type WavelengthInformationPropertyType Constructor Description SensorType(String sensorType, CodeListType operationalMode, MeasureType resolution, CodeListType swathIdentifier, List<WavelengthInformationPropertyType> wavelengthInformation, MeasurementTypeValueType measurementType)Fully-initialising value constructor
-