|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wcs.WCSConstants
public class WCSConstants
Important constants from the WCS specifications.
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 |
---|
public static final String WCS_100_NS
public static final String WCS_100_SCHEMA
public static final String WCS_110_NS
public static final String WCS_100_PRE
public static final String WCS_110_PRE
public static final Version VERSION_100
public static final Version VERSION_110
public static final String EXCEPTION_FORMAT_100
Constructor Detail |
---|
public WCSConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |