Uses of Class
org.n52.shetland.ogc.ows.OWSConstants.RequestParams
-
Packages that use OWSConstants.RequestParams Package Description org.n52.shetland.ogc.ows -
-
Uses of OWSConstants.RequestParams in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return OWSConstants.RequestParams Modifier and Type Method Description static OWSConstants.RequestParamsOWSConstants.RequestParams. valueOf(String name)Returns the enum constant of this type with the specified name.static OWSConstants.RequestParams[]OWSConstants.RequestParams. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.ows that return types with arguments of type OWSConstants.RequestParams Modifier and Type Method Description static Optional<OWSConstants.RequestParams>OWSConstants.RequestParams. from(String string)Get the corresponding enum constant for the supplied string representation.
-