Interface SosConstants

  • All Known Subinterfaces:
    Sos1Constants, Sos2Constants

    public interface SosConstants
    SosConstants 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
    • Field Detail

      • ACCEPT_FORMATS

        static final Set<String> ACCEPT_FORMATS
        Constant for the content types of the accept formats
      • 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
      • 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
      • RESPONSE_MODES

        static final Set<String> RESPONSE_MODES
        Array of constants for response mode.
      • SOAP_REASON_INVALID_PROPERTY_OFFERING_COMBINATION

        static final String SOAP_REASON_INVALID_PROPERTY_OFFERING_COMBINATION
        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