Uses of Class
org.n52.shetland.ogc.sensorML.elements.SmlCharacteristics
-
Packages that use SmlCharacteristics Package Description org.n52.shetland.ogc.sensorML -
-
Uses of SmlCharacteristics in org.n52.shetland.ogc.sensorML
Methods in org.n52.shetland.ogc.sensorML that return types with arguments of type SmlCharacteristics Modifier and Type Method Description Optional<SmlCharacteristics>AbstractSensorML. findCharacteristics(Predicate<SmlCharacteristics> predicate)List<SmlCharacteristics>AbstractSensorML. getCharacteristics()Methods in org.n52.shetland.ogc.sensorML with parameters of type SmlCharacteristics Modifier and Type Method Description AbstractSensorMLAbstractSensorML. addCharacteristic(SmlCharacteristics characteristic)Method parameters in org.n52.shetland.ogc.sensorML with type arguments of type SmlCharacteristics Modifier and Type Method Description Optional<SmlCharacteristics>AbstractSensorML. findCharacteristics(Predicate<SmlCharacteristics> predicate)AbstractSensorMLAbstractSensorML. setCharacteristics(List<SmlCharacteristics> characteristics)
-