Package org.n52.shetland.ogc.sos
Interface SosConstants
-
- All Known Subinterfaces:
Sos1Constants,Sos2Constants
public interface SosConstantsSosConstants holds all important and often used constants of OGC SOS (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 classSosConstants.CapabilitiesSectionsenum with names of Capabilities sections supported by all versionsstatic classSosConstants.DescribeSensorParamsenum with parameter names for getObservation request supported by all versionsstatic classSosConstants.Filterstatic classSosConstants.GetObservationParamsenum with parameter names for getObservation request supported by all versionsstatic classSosConstants.Operationsthe names of the operations supported by all versions of the SOS specification
-
Field Summary
Fields Modifier and Type Field Description static Set<String>ACCEPT_FORMATSConstant for the content types of the accept formatsstatic StringALL_RELATED_FEATURESstatic StringGENERATED_IDENTIFIER_PREFIXstatic StringMAX_VALUEstatic StringMIN_VALUEstatic StringNOT_DEFINEDstatic StringNS_SOS_PREFIXstatic StringOBS_COL_ID_PREFIXConstant for actual implementing version OvservationCollectionstatic StringOBS_GENERIC_ID_PREFIXConstant for actual implementing version OvservationCollectionstatic StringOBS_ID_PREFIXConstant for actual implementing version Measurementstatic StringOBS_TEMP_ID_PREFIXConstant for actual implementing version ObservationTemplatestatic StringPARAMETER_ANYString representing parameter value, if parameter is any in an operation requeststatic StringPARAMETER_NO_VALUESString representing parameter value, if parameter is no values in an operation requeststatic StringPHENOMENON_TIME_VALUE_REFERENCEstatic StringPROCEDURE_STANDARD_DESC_URLstatic StringRESPONSE_MODE_ATTACHEDConstant 'attached' for response mode, which means that result values of an observation response are attached as MIME attachmentsstatic StringRESPONSE_MODE_INLINEConstant 'inline' for response mode, which means that results are contained inline the Observation elements of an observation response documentstatic StringRESPONSE_MODE_OUT_OF_BANDSConstant 'out-of-bands' for response mode, which means that the results in an observation response appear external to the observation elementstatic Set<String>RESPONSE_MODESArray of constants for response mode.static StringRESPONSE_RESULT_TEMPLATEConstant 'resultTemplate' for response mode, which means that the result is an ObservationTemplate for subsequent calls to GetResult operationstatic StringRESULT_TIME_VALUE_REFERENCEstatic StringSEPARATOR_4_OFFERINGSstatic StringSEPARATOR_4_REL_FEATstatic StringSOAP_REASON_INVALID_PROPERTY_OFFERING_COMBINATIONstatic StringSOAP_REASON_RESPONSE_EXCEEDS_SIZE_LIMITstatic StringSOSConstant for the service name of the SOSstatic longUPDATE_TIMEOUTrequest timeout in ms for split requests to SOS instancesstatic StringVALID_DESCRIBE_SENSOR_TIME_VALUE_REFERENCEstatic StringVALID_TIME_VALUE_REFERENCE
-
-
-
Field Detail
-
NS_SOS_PREFIX
static final String NS_SOS_PREFIX
- See Also:
- Constant Field Values
-
ACCEPT_FORMATS
static final Set<String> ACCEPT_FORMATS
Constant for the content types of the accept formats
-
PROCEDURE_STANDARD_DESC_URL
static final String PROCEDURE_STANDARD_DESC_URL
- See Also:
- Constant Field Values
-
SOS
static final String SOS
Constant for the service name of the SOS- See Also:
- Constant Field Values
-
PARAMETER_ANY
static final String PARAMETER_ANY
String representing parameter value, if parameter is any in an operation request- See Also:
- Constant Field Values
-
PARAMETER_NO_VALUES
static final String PARAMETER_NO_VALUES
String representing parameter value, if parameter is no values in an operation request- See Also:
- Constant Field Values
-
NOT_DEFINED
static final String NOT_DEFINED
- See Also:
- Constant Field Values
-
UPDATE_TIMEOUT
static final long UPDATE_TIMEOUT
request timeout in ms for split requests to SOS instances- See Also:
- Constant Field Values
-
OBS_ID_PREFIX
static final String OBS_ID_PREFIX
Constant for actual implementing version Measurement- See Also:
- Constant Field Values
-
OBS_GENERIC_ID_PREFIX
static final String OBS_GENERIC_ID_PREFIX
Constant for actual implementing version OvservationCollection- See Also:
- Constant Field Values
-
OBS_COL_ID_PREFIX
static final String OBS_COL_ID_PREFIX
Constant for actual implementing version OvservationCollection- See Also:
- Constant Field Values
-
OBS_TEMP_ID_PREFIX
static final String OBS_TEMP_ID_PREFIX
Constant for actual implementing version ObservationTemplate- See Also:
- Constant Field Values
-
RESPONSE_MODE_OUT_OF_BANDS
static final String RESPONSE_MODE_OUT_OF_BANDS
Constant 'out-of-bands' for response mode, which means that the results in an observation response appear external to the observation element- See Also:
- Constant Field Values
-
RESPONSE_RESULT_TEMPLATE
static final String RESPONSE_RESULT_TEMPLATE
Constant 'resultTemplate' for response mode, which means that the result is an ObservationTemplate for subsequent calls to GetResult operation- See Also:
- Constant Field Values
-
RESPONSE_MODE_INLINE
static final String RESPONSE_MODE_INLINE
Constant 'inline' for response mode, which means that results are contained inline the Observation elements of an observation response document- See Also:
- Constant Field Values
-
RESPONSE_MODE_ATTACHED
static final String RESPONSE_MODE_ATTACHED
Constant 'attached' for response mode, which means that result values of an observation response are attached as MIME attachments- See Also:
- Constant Field Values
-
MIN_VALUE
static final String MIN_VALUE
- See Also:
- Constant Field Values
-
MAX_VALUE
static final String MAX_VALUE
- See Also:
- Constant Field Values
-
ALL_RELATED_FEATURES
static final String ALL_RELATED_FEATURES
- See Also:
- Constant Field Values
-
SEPARATOR_4_REL_FEAT
static final String SEPARATOR_4_REL_FEAT
- See Also:
- Constant Field Values
-
SEPARATOR_4_OFFERINGS
static final String SEPARATOR_4_OFFERINGS
- See Also:
- Constant Field Values
-
SOAP_REASON_RESPONSE_EXCEEDS_SIZE_LIMIT
static final String SOAP_REASON_RESPONSE_EXCEEDS_SIZE_LIMIT
- See Also:
- Constant Field Values
-
SOAP_REASON_INVALID_PROPERTY_OFFERING_COMBINATION
static final String SOAP_REASON_INVALID_PROPERTY_OFFERING_COMBINATION
- See Also:
- Constant Field Values
-
GENERATED_IDENTIFIER_PREFIX
static final String GENERATED_IDENTIFIER_PREFIX
- See Also:
- Constant Field Values
-
PHENOMENON_TIME_VALUE_REFERENCE
static final String PHENOMENON_TIME_VALUE_REFERENCE
- See Also:
- Constant Field Values
-
RESULT_TIME_VALUE_REFERENCE
static final String RESULT_TIME_VALUE_REFERENCE
- See Also:
- Constant Field Values
-
VALID_TIME_VALUE_REFERENCE
static final String VALID_TIME_VALUE_REFERENCE
- See Also:
- Constant Field Values
-
VALID_DESCRIBE_SENSOR_TIME_VALUE_REFERENCE
static final String VALID_DESCRIBE_SENSOR_TIME_VALUE_REFERENCE
- See Also:
- Constant Field Values
-
-