Uses of Class
org.n52.shetland.ogc.ows.OwsRequestMethod
-
Packages that use OwsRequestMethod Package Description org.n52.shetland.ogc.ows -
-
Uses of OwsRequestMethod in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsRequestMethod Modifier and Type Method Description SortedSet<OwsRequestMethod>OwsHttp. getRequestMethods()Methods in org.n52.shetland.ogc.ows with parameters of type OwsRequestMethod Modifier and Type Method Description intOwsRequestMethod. compareTo(OwsRequestMethod o)Method parameters in org.n52.shetland.ogc.ows with type arguments of type OwsRequestMethod Modifier and Type Method Description voidOwsHttp. removeRequestMethodIf(Predicate<? super OwsRequestMethod> condition)Constructor parameters in org.n52.shetland.ogc.ows with type arguments of type OwsRequestMethod Constructor Description OwsHttp(Collection<OwsRequestMethod> requestMethods)
-