Uses of Interface
org.n52.shetland.ogc.ows.OwsValueRestriction
-
Packages that use OwsValueRestriction Package Description org.n52.shetland.ogc.ows -
-
Uses of OwsValueRestriction in org.n52.shetland.ogc.ows
Classes in org.n52.shetland.ogc.ows that implement OwsValueRestriction Modifier and Type Class Description classOwsRangeA range of values of a numeric parameter.classOwsValueA single value, encoded as a string.Fields in org.n52.shetland.ogc.ows with type parameters of type OwsValueRestriction Modifier and Type Field Description static Comparator<OwsValueRestriction>OwsValueRestriction. COMPARATORMethods in org.n52.shetland.ogc.ows that return types with arguments of type OwsValueRestriction Modifier and Type Method Description SortedSet<OwsValueRestriction>OwsAllowedValues. getRestrictions()Iterator<OwsValueRestriction>OwsAllowedValues. iterator()Stream<OwsValueRestriction>OwsAllowedValues. stream()Methods in org.n52.shetland.ogc.ows with parameters of type OwsValueRestriction Modifier and Type Method Description default intOwsValueRestriction. compareTo(OwsValueRestriction other)OwsAllowedValuesOwsAllowedValues. setRestrictions(OwsValueRestriction... restrictions)Method parameters in org.n52.shetland.ogc.ows with type arguments of type OwsValueRestriction Modifier and Type Method Description OwsAllowedValuesOwsAllowedValues. setRestrictions(Iterable<? extends OwsValueRestriction> restrictions)OwsAllowedValuesOwsAllowedValues. setRestrictions(Stream<? extends OwsValueRestriction> restrictions)Constructors in org.n52.shetland.ogc.ows with parameters of type OwsValueRestriction Constructor Description OwsAllowedValues(OwsValueRestriction... restrictions)Constructor parameters in org.n52.shetland.ogc.ows with type arguments of type OwsValueRestriction Constructor Description OwsAllowedValues(Iterable<? extends OwsValueRestriction> restrictions)OwsAllowedValues(Stream<? extends OwsValueRestriction> restrictions)
-