Uses of Class
org.n52.shetland.ogc.om.values.QuantityValue
-
Packages that use QuantityValue Package Description org.n52.shetland.ogc.om.features.samplingFeatures org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of QuantityValue in org.n52.shetland.ogc.om.features.samplingFeatures
Methods in org.n52.shetland.ogc.om.features.samplingFeatures that return QuantityValue Modifier and Type Method Description QuantityValueSfSpecimen. getSize()Methods in org.n52.shetland.ogc.om.features.samplingFeatures with parameters of type QuantityValue Modifier and Type Method Description voidSfSpecimen. setSize(QuantityValue size) -
Uses of QuantityValue in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return QuantityValue Modifier and Type Method Description QuantityValueProfileValue. getFromLevel()QuantityValueProfileLevel. getLevelEnd()QuantityValueProfileLevel. getLevelStart()QuantityValueProfileValue. getToLevel()QuantityValueQuantityValue. setUnit(UoM unit)QuantityValueQuantityValue. setValue(BigDecimal value)Methods in org.n52.shetland.ogc.om.values with parameters of type QuantityValue Modifier and Type Method Description intQuantityValue. compareTo(QuantityValue o)ProfileValueProfileValue. setFromLevel(QuantityValue fromLevel)ProfileLevelProfileLevel. setLevelEnd(QuantityValue levelEnd)ProfileLevelProfileLevel. setLevelStart(QuantityValue levelStart)ProfileValueProfileValue. setToLevel(QuantityValue toLevel)Constructors in org.n52.shetland.ogc.om.values with parameters of type QuantityValue Constructor Description ProfileLevel(QuantityValue levelStart, QuantityValue levelEnd, List<Value<?>> value)constructor -
Uses of QuantityValue in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type QuantityValue Modifier and Type Method Description protected abstract voidVoidValueVisitor. _visit(QuantityValue value)TValueVisitor. visit(QuantityValue value)VoidVoidValueVisitor. visit(QuantityValue value)
-