Uses of Interface
org.n52.shetland.ogc.swe.simpleType.SweQuality
-
Packages that use SweQuality Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.swe.simpleType -
-
Uses of SweQuality in org.n52.shetland.ogc.om.values
Classes in org.n52.shetland.ogc.om.values that implement SweQuality Modifier and Type Class Description classCategoryValueCategory measurement representation for observationclassQuantityRangeValueclassQuantityValueQuantity measurement representation for observationclassTextValueText measurement representation for observation -
Uses of SweQuality in org.n52.shetland.ogc.swe.simpleType
Classes in org.n52.shetland.ogc.swe.simpleType that implement SweQuality Modifier and Type Class Description classSweCategoryclassSweCategoryRangeclassSweQuantitySOS internal representation of SWE simpleType quantityclassSweQuantityRangeSOS internal representation of SWE simpleType quantityclassSweTextSOS internal representation of SWE simpleType textMethods in org.n52.shetland.ogc.swe.simpleType that return types with arguments of type SweQuality Modifier and Type Method Description List<SweQuality>SweQualityHolder. getQuality()Methods in org.n52.shetland.ogc.swe.simpleType with parameters of type SweQuality Modifier and Type Method Description SweQualityHolderSweQualityHolder. addQuality(SweQuality quality)Method parameters in org.n52.shetland.ogc.swe.simpleType with type arguments of type SweQuality Modifier and Type Method Description SweQualityHolderSweQualityHolder. setQuality(Collection<SweQuality> quality)
-