org.deegree.protocol.wms
Class WMSConstants

java.lang.Object
  extended by org.deegree.protocol.wms.WMSConstants

public class WMSConstants
extends Object

Important constants from the WMS specifications.

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

Nested Class Summary
static class WMSConstants.WMSRequestType
          Enum type for discriminating between the different types of WebMapService (WMS) requests.
 
Field Summary
static Version VERSION_100
          WMS protocol version 1.0.0
static Version VERSION_110
          WMS protocol version 1.1.0
static Version VERSION_111
          WMS protocol version 1.1.1
static Version VERSION_130
          WMS protocol version 1.3.0
static String WMS_NS
          Namespace for elements from the WMS specifications (>= 1.3.0)
static String WMS_PREFIX
          Common namespace prefix for elements from the WMS specification
 
Constructor Summary
WMSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WMS_NS

public static final String WMS_NS
Namespace for elements from the WMS specifications (>= 1.3.0)

See Also:
Constant Field Values

WMS_PREFIX

public static final String WMS_PREFIX
Common namespace prefix for elements from the WMS specification

See Also:
Constant Field Values

VERSION_100

public static final Version VERSION_100
WMS protocol version 1.0.0


VERSION_110

public static final Version VERSION_110
WMS protocol version 1.1.0


VERSION_111

public static final Version VERSION_111
WMS protocol version 1.1.1


VERSION_130

public static final Version VERSION_130
WMS protocol version 1.3.0

Constructor Detail

WMSConstants

public WMSConstants()


Copyright © 2011. All Rights Reserved.