org.deegree.protocol.wms
Enum WMSConstants.WMSRequestType

java.lang.Object
  extended by java.lang.Enum<WMSConstants.WMSRequestType>
      extended by org.deegree.protocol.wms.WMSConstants.WMSRequestType
All Implemented Interfaces:
Serializable, Comparable<WMSConstants.WMSRequestType>
Enclosing class:
WMSConstants

public static enum WMSConstants.WMSRequestType
extends Enum<WMSConstants.WMSRequestType>

Enum type for discriminating between the different types of WebMapService (WMS) requests.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

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

DescribeLayer

public static final WMSConstants.WMSRequestType DescribeLayer
Retrieve the description for one more layers.


GetCapabilities

public static final WMSConstants.WMSRequestType GetCapabilities
Retrieve the capabilities of the service.


capabilities

public static final WMSConstants.WMSRequestType capabilities
Retrieve the capabilities of the service 1.0.0.


GetFeatureInfo

public static final WMSConstants.WMSRequestType GetFeatureInfo
Retrieve the feature information for a certain position.


GetMap

public static final WMSConstants.WMSRequestType GetMap
Retrieve a map that consists of one or more layers.


map

public static final WMSConstants.WMSRequestType map
Retrieve a map that consists of one or more layers. 1.0.0


GetFeatureInfoSchema

public static final WMSConstants.WMSRequestType GetFeatureInfoSchema
Retrieve a XSD application schema for given layers. deegree specific request.


GetLegendGraphic

public static final WMSConstants.WMSRequestType GetLegendGraphic

DTD

public static final WMSConstants.WMSRequestType DTD
Invented request to output the WMS 1.1.1 DTD.

Method Detail

values

public static WMSConstants.WMSRequestType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WMSConstants.WMSRequestType c : WMSConstants.WMSRequestType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WMSConstants.WMSRequestType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2011. All Rights Reserved.