Package org.n52.shetland.ogc.wps
Interface WPSConstants
-
- All Known Subinterfaces:
WPS100Constants
public interface WPSConstantsWPSConstantsholds all important and often used constants of OGC WPS (e.g. name of the getCapabilities operation) that are global between all supported versions- Since:
- 1.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWPSConstants.OperationsThe names of the operations supported by all versions of the WPS specification.
-
Field Summary
Fields Modifier and Type Field Description static Set<String>ACCEPT_FORMATSConstant for the content types of the accept formatsstatic StringNS_WPS_PREFIXDeprecated.static StringRESPONSE_MODE_INLINEDeprecated.seeResponseModestatic StringRESPONSE_MODE_RAWDeprecated.seeResponseModestatic Set<String>RESPONSE_MODESDeprecated.seeResponseModestatic StringSERVICEConstant for the service name of the WPS.static StringVERSION_200
-
-
-
Field Detail
-
NS_WPS_PREFIX
@Deprecated static final String NS_WPS_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
ACCEPT_FORMATS
static final Set<String> ACCEPT_FORMATS
Constant for the content types of the accept formats
-
SERVICE
static final String SERVICE
Constant for the service name of the WPS.- See Also:
- Constant Field Values
-
RESPONSE_MODE_INLINE
@Deprecated static final String RESPONSE_MODE_INLINE
Deprecated.seeResponseModeConstant 'inline' for response mode, which means that results are contained inline the ProcessOutputs element of an execute response document.- See Also:
- Constant Field Values
-
RESPONSE_MODE_RAW
@Deprecated static final String RESPONSE_MODE_RAW
Deprecated.seeResponseModeConstant 'raw' for response mode, which means that result values of an execute response are returned directly, i.e. not wrapped in an xml response- See Also:
- Constant Field Values
-
RESPONSE_MODES
@Deprecated static final Set<String> RESPONSE_MODES
Deprecated.seeResponseModeArray of constants for response mode.
-
VERSION_200
static final String VERSION_200
- See Also:
- Constant Field Values
-
-