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.client
Methods in org.geotools.stac.client that return HttpMethod Modifier and Type Method Description HttpMethod
Link. getMethod()
static HttpMethod
HttpMethod. 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 String
STACLandingPage. getSearchLink(HttpMethod method)
void
Link. setMethod(HttpMethod method)
-