Uses of Class
org.n52.shetland.ogc.ows.OwsValue
-
Packages that use OwsValue Package Description org.n52.shetland.ogc.ows org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of OwsValue in org.n52.shetland.ogc.ows
Fields in org.n52.shetland.ogc.ows with type parameters of type OwsValue Modifier and Type Field Description static Comparator<OwsValue>OwsValue. COMPARATORMethods in org.n52.shetland.ogc.ows that return OwsValue Modifier and Type Method Description OwsValueOwsValue. asValue()default OwsValueOwsValueRestriction. asValue()static OwsValueOwsValue. of(String value)Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsValue Modifier and Type Method Description Optional<OwsValue>OwsUnNamedDomain. getDefaultValue()Optional<OwsValue>OwsRange. getLowerBound()Optional<OwsValue>OwsRange. getSpacing()Optional<OwsValue>OwsRange. getUpperBound()Methods in org.n52.shetland.ogc.ows with parameters of type OwsValue Modifier and Type Method Description voidOwsUnNamedDomain. setDefaultValue(OwsValue defaultValue) -
Uses of OwsValue in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return types with arguments of type OwsValue Modifier and Type Method Description Optional<OwsValue>LiteralDataDomain. getDefaultValue()Methods in org.n52.shetland.ogc.wps.description with parameters of type OwsValue Modifier and Type Method Description BLiteralDataDomain.Builder. withDefaultValue(OwsValue value) -
Uses of OwsValue in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return OwsValue Modifier and Type Method Description (package private) OwsValueLiteralDataDomainImpl.AbstractBuilder. getDefaultValue()Methods in org.n52.shetland.ogc.wps.description.impl that return types with arguments of type OwsValue Modifier and Type Method Description Optional<OwsValue>LiteralDataDomainImpl. getDefaultValue()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type OwsValue Modifier and Type Method Description BLiteralDataDomainImpl.AbstractBuilder. withDefaultValue(OwsValue value)
-