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