public enum WMTSRequestType extends java.lang.Enum<WMTSRequestType>
限定符和类型 | 方法和说明 |
---|---|
static WMTSRequestType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static WMTSRequestType[] |
values()
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
|
public static final WMTSRequestType RESTFUL
public static final WMTSRequestType KVP
public static final WMTSRequestType SOAP
public static WMTSRequestType[] values()
for (WMTSRequestType c : WMTSRequestType.values()) System.out.println(c);
public static WMTSRequestType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。