org.deegree.protocol.wcs
Class WCSConstants

java.lang.Object
  extended by org.deegree.protocol.wcs.WCSConstants

public class WCSConstants
extends Object

Important constants from the WCS specifications.

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

Nested Class Summary
static class WCSConstants.ExeptionCode_1_0_0
          The ExeptionCode_1_0_0 defines the exception codes for the WCS 1.0.0 specification.
static class WCSConstants.InterpolationMethod
          The InterpolationMethod class maps Interpolations to the wcs 1.0.0 protocol name.
static class WCSConstants.WCSRequestType
          Enum type for discriminating between the different types of WebCoverageService (WCS) requests.
 
Field Summary
static String EXCEPTION_FORMAT_100
          WCS 1.0.0 exception xml mime type
static Version VERSION_100
          WCS protocol version 1.0.0
static Version VERSION_110
          WCS protocol version 1.1.0
static String WCS_100_NS
          Namespace for elements from the WCS 1.0.0 specification
static String WCS_100_PRE
          Common namespace prefix for elements from WCS 1.0.0 specifications
static String WCS_100_SCHEMA
          Location of the schema
static String WCS_110_NS
          Namespace for elements from the WCS 1.1.0 specification
static String WCS_110_PRE
          Common namespace prefix for elements from WCS specifications
 
Constructor Summary
WCSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WCS_100_NS

public static final String WCS_100_NS
Namespace for elements from the WCS 1.0.0 specification

See Also:
Constant Field Values

WCS_100_SCHEMA

public static final String WCS_100_SCHEMA
Location of the schema

See Also:
Constant Field Values

WCS_110_NS

public static final String WCS_110_NS
Namespace for elements from the WCS 1.1.0 specification

See Also:
Constant Field Values

WCS_100_PRE

public static final String WCS_100_PRE
Common namespace prefix for elements from WCS 1.0.0 specifications

See Also:
Constant Field Values

WCS_110_PRE

public static final String WCS_110_PRE
Common namespace prefix for elements from WCS specifications

See Also:
Constant Field Values

VERSION_100

public static final Version VERSION_100
WCS protocol version 1.0.0


VERSION_110

public static final Version VERSION_110
WCS protocol version 1.1.0


EXCEPTION_FORMAT_100

public static final String EXCEPTION_FORMAT_100
WCS 1.0.0 exception xml mime type

See Also:
Constant Field Values
Constructor Detail

WCSConstants

public WCSConstants()


Copyright © 2011. All Rights Reserved.