Uses of Class
org.n52.shetland.ogc.ows.OWSConstants.GetCapabilitiesParams
-
Packages that use OWSConstants.GetCapabilitiesParams Package Description org.n52.shetland.ogc.ows -
-
Uses of OWSConstants.GetCapabilitiesParams in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return OWSConstants.GetCapabilitiesParams Modifier and Type Method Description static OWSConstants.GetCapabilitiesParamsOWSConstants.GetCapabilitiesParams. valueOf(String name)Returns the enum constant of this type with the specified name.static OWSConstants.GetCapabilitiesParams[]OWSConstants.GetCapabilitiesParams. 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.GetCapabilitiesParams Modifier and Type Method Description static Optional<OWSConstants.GetCapabilitiesParams>OWSConstants.GetCapabilitiesParams. from(String string)Get the corresponding enum constant for the supplied string representation.
-