Package net.opengis.swe.v20
Interface HasUom
- All Known Subinterfaces:
Quantity,QuantityOrRange,QuantityRange,Time,TimeOrRange,TimeRange
- All Known Implementing Classes:
QuantityImpl,QuantityRangeImpl,TimeImpl,TimeRangeImpl
public interface HasUom
Tagging interface for data components that have a unit of measure
- Since:
- Nov 7, 2014
-
Method Summary
Modifier and TypeMethodDescriptiongetUom()Gets the uom propertyvoidsetUom(UnitReference uom) Sets the uom property
-
Method Details
-
getUom
UnitReference getUom()Gets the uom property -
setUom
Sets the uom property
-