Package org.n52.shetland.ogc.wps
Interface WPS100Constants
-
- All Superinterfaces:
WPSConstants
public interface WPS100Constants extends WPSConstants
WpsConstants holds all important and often used constants (e.g. name of the getCapabilities operation) that are specific to OGC WPS 1.0.0- Since:
- 1.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.WPSConstants
WPSConstants.Operations
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaLocationGET_CAPABILITIES_WPS1_SCHEMA_LOCATIONstatic StringNS_WPSstatic StringSCHEMA_LOCATION_URL_WPS1_GET_CAPBABILITIESstatic StringSCHEMA_LOCATION_WPSConstant for the schema repository of the WPSstatic StringSERVICEVERSIONConstant for actual implementing versionstatic SchemaLocationWPS1_SCHEMA_LOCATION-
Fields inherited from interface org.n52.shetland.ogc.wps.WPSConstants
ACCEPT_FORMATS, NS_WPS_PREFIX, RESPONSE_MODE_INLINE, RESPONSE_MODE_RAW, RESPONSE_MODES, SERVICE, VERSION_200
-
-
-
-
Field Detail
-
NS_WPS
static final String NS_WPS
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_WPS
static final String SCHEMA_LOCATION_WPS
Constant for the schema repository of the WPS- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL_WPS1_GET_CAPBABILITIES
static final String SCHEMA_LOCATION_URL_WPS1_GET_CAPBABILITIES
- See Also:
- Constant Field Values
-
WPS1_SCHEMA_LOCATION
static final SchemaLocation WPS1_SCHEMA_LOCATION
-
GET_CAPABILITIES_WPS1_SCHEMA_LOCATION
static final SchemaLocation GET_CAPABILITIES_WPS1_SCHEMA_LOCATION
-
SERVICEVERSION
static final String SERVICEVERSION
Constant for actual implementing version- See Also:
- Constant Field Values
-
-