Uses of Class
org.n52.shetland.ogc.om.values.ProfileValue
-
Packages that use ProfileValue Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of ProfileValue in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return ProfileValue Modifier and Type Method Description ProfileValueProfileValue. addValue(ProfileLevel value)ProfileValueProfileValue. addValues(List<ProfileLevel> value)ProfileValueProfileValue. setFromLevel(QuantityValue fromLevel)ProfileValueProfileValue. setToLevel(QuantityValue toLevel)ProfileValueProfileValue. setUnit(UoM unit)ProfileValueProfileValue. setValue(List<ProfileLevel> value) -
Uses of ProfileValue in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type ProfileValue Modifier and Type Method Description TValueVisitor. visit(ProfileValue value)
-