Uses of Class
org.geotools.stac.client.HttpMethod
- 
Packages that use HttpMethod Package Description org.geotools.stac.client 
- 
- 
Uses of HttpMethod in org.geotools.stac.clientMethods in org.geotools.stac.client that return HttpMethod Modifier and Type Method Description HttpMethodLink. getMethod()static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.stac.client with parameters of type HttpMethod Modifier and Type Method Description StringSTACLandingPage. getSearchLink(HttpMethod method)voidLink. setMethod(HttpMethod method)
 
-