|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WMSConstants.WMSRequestType> org.deegree.protocol.wms.WMSConstants.WMSRequestType
public static enum WMSConstants.WMSRequestType
Enum type for discriminating between the different types of WebMapService (WMS) requests.
Enum Constant Summary | |
---|---|
capabilities
Retrieve the capabilities of the service 1.0.0. |
|
DescribeLayer
Retrieve the description for one more layers. |
|
DTD
Invented request to output the WMS 1.1.1 DTD. |
|
GetCapabilities
Retrieve the capabilities of the service. |
|
GetFeatureInfo
Retrieve the feature information for a certain position. |
|
GetFeatureInfoSchema
Retrieve a XSD application schema for given layers. deegree specific request. |
|
GetLegendGraphic
|
|
GetMap
Retrieve a map that consists of one or more layers. |
|
map
Retrieve a map that consists of one or more layers. 1.0.0 |
Method Summary | |
---|---|
static WMSConstants.WMSRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WMSConstants.WMSRequestType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WMSConstants.WMSRequestType DescribeLayer
public static final WMSConstants.WMSRequestType GetCapabilities
public static final WMSConstants.WMSRequestType capabilities
public static final WMSConstants.WMSRequestType GetFeatureInfo
public static final WMSConstants.WMSRequestType GetMap
public static final WMSConstants.WMSRequestType map
public static final WMSConstants.WMSRequestType GetFeatureInfoSchema
public static final WMSConstants.WMSRequestType GetLegendGraphic
public static final WMSConstants.WMSRequestType DTD
Method Detail |
---|
public static WMSConstants.WMSRequestType[] values()
for (WMSConstants.WMSRequestType c : WMSConstants.WMSRequestType.values()) System.out.println(c);
public static WMSConstants.WMSRequestType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |