Uses of Class
org.n52.shetland.ogc.om.values.ComplexValue
-
Packages that use ComplexValue Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of ComplexValue in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return ComplexValue Modifier and Type Method Description ComplexValueComplexValue. setUnit(UoM unit)ComplexValueComplexValue. setValue(SweAbstractDataRecord value) -
Uses of ComplexValue in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type ComplexValue Modifier and Type Method Description protected abstract voidVoidValueVisitor. _visit(ComplexValue value)TValueVisitor. visit(ComplexValue value)VoidVoidValueVisitor. visit(ComplexValue value)
-