org.deegree.protocol.wpvs
Class WPVSConstants

java.lang.Object
  extended by org.deegree.protocol.wpvs.WPVSConstants

public class WPVSConstants
extends Object

Important constants from the WPVS specifications.

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

Nested Class Summary
static class WPVSConstants.WPVSRequestType
          Enum type for discriminating between the different types of WebPerspectiveView (WPVS) requests.
 
Field Summary
static Version VERSION_040
          WPVS protocol version 0.4.0
static Version VERSION_100
          WPVS protocol version 1.0.0
static String WMS_PREFIX
          Common namespace prefix for elements from the WMS specification
static String WPVS_NS
          Namespace for elements from the WPVS specification
 
Constructor Summary
WPVSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WPVS_NS

public static final String WPVS_NS
Namespace for elements from the WPVS specification

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_040

public static final Version VERSION_040
WPVS protocol version 0.4.0


VERSION_100

public static final Version VERSION_100
WPVS protocol version 1.0.0

Constructor Detail

WPVSConstants

public WPVSConstants()


Copyright © 2011. All Rights Reserved.