Uses of Class
org.n52.shetland.ogc.swe.simpleType.SweAbstractUomType
-
Packages that use SweAbstractUomType Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.swe.simpleType -
-
Uses of SweAbstractUomType in org.n52.shetland.ogc.om.values
Subclasses of SweAbstractUomType in org.n52.shetland.ogc.om.values Modifier and Type Class Description classCategoryValueCategory measurement representation for observationclassQuantityRangeValueclassQuantityValueQuantity measurement representation for observationclassTimeRangeValueTODO JavaDocclassTimeValue -
Uses of SweAbstractUomType in org.n52.shetland.ogc.swe.simpleType
Subclasses of SweAbstractUomType in org.n52.shetland.ogc.swe.simpleType Modifier and Type Class Description classSweCategoryclassSweCategoryRangeclassSweQuantitySOS internal representation of SWE simpleType quantityclassSweQuantityRangeSOS internal representation of SWE simpleType quantityclassSweTimeSOS internal representation of SWE simpleType timeclassSweTimeRangeMethods in org.n52.shetland.ogc.swe.simpleType that return SweAbstractUomType Modifier and Type Method Description SweAbstractUomType<T>SweAbstractUomType. setUom(String uom)Set unit of measurementSweAbstractUomType<T>SweAbstractUomType. setUom(UoM uom)Set unit of measurement
-