Uses of Class
org.n52.shetland.ogc.ows.OwsRange.BoundType
-
Packages that use OwsRange.BoundType Package Description org.n52.shetland.ogc.ows -
-
Uses of OwsRange.BoundType in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return OwsRange.BoundType Modifier and Type Method Description OwsRange.BoundTypeOwsRange. getLowerBoundType()OwsRange.BoundTypeOwsRange. getUpperBoundType()static OwsRange.BoundTypeOwsRange.BoundType. valueOf(String name)Returns the enum constant of this type with the specified name.static OwsRange.BoundType[]OwsRange.BoundType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.n52.shetland.ogc.ows with parameters of type OwsRange.BoundType Constructor Description OwsRange(OwsValue lowerBound, OwsRange.BoundType lowerBoundType, OwsValue upperBound, OwsRange.BoundType upperBoundType)OwsRange(OwsValue lowerBound, OwsRange.BoundType lowerBoundType, OwsValue upperBound, OwsRange.BoundType upperBoundType, OwsValue spacing)
-