Uses of Class
org.n52.shetland.ogc.UoM
-
Packages that use UoM Package Description org.n52.shetland.ogc org.n52.shetland.ogc.om.values org.n52.shetland.ogc.sensorML org.n52.shetland.ogc.swe.simpleType -
-
Uses of UoM in org.n52.shetland.ogc
Methods in org.n52.shetland.ogc that return UoM Modifier and Type Method Description UoMPhenomenonNameDescriptionProvider. getObservablePropertyUnit(String observableProperty)UoMUoM. setLink(String link)UoMUoM. setName(String name)UoMUoM. setUom(String uom) -
Uses of UoM in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return UoM Modifier and Type Method Description UoMBooleanValue. getUnitObject()UoMCategoryValue. getUnitObject()UoMComplexValue. getUnitObject()UoMCountValue. getUnitObject()UoMCvDiscretePointCoverage. getUnitObject()UoMGeometryValue. getUnitObject()UoMHrefAttributeValue. getUnitObject()UoMMultiPointCoverage. getUnitObject()UoMNilTemplateValue. getUnitObject()UoMProfileValue. getUnitObject()UoMQuantityRangeValue. getUnitObject()UoMQuantityValue. getUnitObject()UoMRectifiedGridCoverage. getUnitObject()UoMReferenceValue. getUnitObject()UoMSweDataArrayValue. getUnitObject()UoMTextValue. getUnitObject()UoMTimeRangeValue. getUnitObject()UoMTimeValue. getUnitObject()UoMTLVTValue. getUnitObject()UoMTrajectoryValue. getUnitObject()UoMTVPValue. getUnitObject()UoMUnknownValue. getUnitObject()UoMValue. getUnitObject()Get the unit of measure objectMethods in org.n52.shetland.ogc.om.values with parameters of type UoM Modifier and Type Method Description BooleanValueBooleanValue. setUnit(UoM unit)CategoryValueCategoryValue. setUnit(UoM unit)ComplexValueComplexValue. setUnit(UoM unit)CountValueCountValue. setUnit(UoM unit)CvDiscretePointCoverageCvDiscretePointCoverage. setUnit(UoM unit)GeometryValueGeometryValue. setUnit(UoM unit)HrefAttributeValueHrefAttributeValue. setUnit(UoM unit)MultiPointCoverageMultiPointCoverage. setUnit(UoM unit)NilTemplateValueNilTemplateValue. setUnit(UoM unit)ProfileValueProfileValue. setUnit(UoM unit)QuantityRangeValueQuantityRangeValue. setUnit(UoM unit)QuantityValueQuantityValue. setUnit(UoM unit)RectifiedGridCoverageRectifiedGridCoverage. setUnit(UoM unit)ReferenceValueReferenceValue. setUnit(UoM unit)SweDataArrayValueSweDataArrayValue. setUnit(UoM unit)TextValueTextValue. setUnit(UoM unit)TimeRangeValueTimeRangeValue. setUnit(UoM unit)TimeValueTimeValue. setUnit(UoM unit)TLVTValueTLVTValue. setUnit(UoM unit)Value<List<TrajectoryElement>>TrajectoryValue. setUnit(UoM unit)TVPValueTVPValue. setUnit(UoM unit)UnknownValueUnknownValue. setUnit(UoM unit)Value<T>Value. setUnit(UoM unit)Set the unit of measure objectConstructors in org.n52.shetland.ogc.om.values with parameters of type UoM Constructor Description CategoryValue(String value, UoM unit)* constructorQuantityValue(Double value, UoM unit)constructorQuantityValue(BigDecimal value, UoM unit)constructorTimeRangeValue(RangeValue<org.joda.time.DateTime> value, UoM unit)* constructorTimeValue(org.joda.time.DateTime value, UoM unit)* constructor -
Uses of UoM in org.n52.shetland.ogc.sensorML
Methods in org.n52.shetland.ogc.sensorML that return UoM Modifier and Type Method Description UoMAbstractProcess. getObservablePropertyUnit(String observableProperty)UoMSensorML. getObservablePropertyUnit(String observableProperty) -
Uses of UoM in org.n52.shetland.ogc.swe.simpleType
Methods in org.n52.shetland.ogc.swe.simpleType that return UoM Modifier and Type Method Description UoMSweAbstractUomType. getUomObject()Get unit of measurement objectMethods in org.n52.shetland.ogc.swe.simpleType with parameters of type UoM Modifier and Type Method Description SweAbstractUomType<T>SweAbstractUomType. setUom(UoM uom)Set unit of measurementConstructors in org.n52.shetland.ogc.swe.simpleType with parameters of type UoM Constructor Description SweCategory(String value, UoM uom)SweQuantity(Double value, UoM uom)constructorSweQuantity(BigDecimal value, UoM uom)constructorSweTimeRange(RangeValue<org.joda.time.DateTime> value, UoM uom)
-