Package org.n52.shetland.ogc.sos
Interface Sos1Constants
-
- All Superinterfaces:
SosConstants
public interface Sos1Constants extends SosConstants
SosConstants holds all important and often used constants (e.g. name of the getCapabilities operation) that are specific to OGC OGC SOS 1.0.0.0- Since:
- 1.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSos1Constants.CapabilitiesSectionsenum with names of OGC SOS 1.0.0 Capabilities sections not supported by all versionsstatic classSos1Constants.DescribeSensorParamsenum with parameter names for OGC SOS 1.0.0 getObservation request not supported by all versionsstatic classSos1Constants.GetFeatureOfInterestParamsenum with parameter names for OGC SOS 1.0.0 getFeatureOfInterest request not supported by all versionsstatic classSos1Constants.GetFeatureOfInterestTimeParamsenum with parameter names for getFeatureOfInterestTime requeststatic classSos1Constants.GetObservationByIdParamsenum with parameter names for OGC SOS 1.0.0 getObservationById request not supported by all versionsstatic classSos1Constants.GetObservationParamsenum with parameter names for OGC SOS 1.0.0 getObservation request not supported by all versionsstatic classSos1Constants.InsertObservationParamsenum with parameter names for OGC SOS 1.0.0 insertObservation request not supported by all versionsstatic classSos1Constants.Operationsthe names of the OGC SOS 1.0.0 operations that are not supported by all versionsstatic classSos1Constants.RegisterSensorParamsenum with parameter names for registerSensor request-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.sos.SosConstants
SosConstants.Filter
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaLocationGET_CAPABILITIES_SOS1_SCHEMA_LOCATIONstatic StringNS_SOSstatic Set<String>RESPONSE_FORMATSConstant for the content types of the response formatsstatic StringSCHEMA_LOCATION_SOSConstant for the schema repository of the SOSstatic StringSCHEMA_LOCATION_URL_SOS1_GET_CAPBABILITIESstatic StringSERVICEVERSIONConstant for actual implementing versionstatic SchemaLocationSOS1_SCHEMA_LOCATION-
Fields inherited from interface org.n52.shetland.ogc.sos.SosConstants
ACCEPT_FORMATS, ALL_RELATED_FEATURES, GENERATED_IDENTIFIER_PREFIX, MAX_VALUE, MIN_VALUE, NOT_DEFINED, NS_SOS_PREFIX, OBS_COL_ID_PREFIX, OBS_GENERIC_ID_PREFIX, OBS_ID_PREFIX, OBS_TEMP_ID_PREFIX, PARAMETER_ANY, PARAMETER_NO_VALUES, PHENOMENON_TIME_VALUE_REFERENCE, PROCEDURE_STANDARD_DESC_URL, RESPONSE_MODE_ATTACHED, RESPONSE_MODE_INLINE, RESPONSE_MODE_OUT_OF_BANDS, RESPONSE_MODES, RESPONSE_RESULT_TEMPLATE, RESULT_TIME_VALUE_REFERENCE, SEPARATOR_4_OFFERINGS, SEPARATOR_4_REL_FEAT, SOAP_REASON_INVALID_PROPERTY_OFFERING_COMBINATION, SOAP_REASON_RESPONSE_EXCEEDS_SIZE_LIMIT, SOS, UPDATE_TIMEOUT, VALID_DESCRIBE_SENSOR_TIME_VALUE_REFERENCE, VALID_TIME_VALUE_REFERENCE
-
-
-
-
Field Detail
-
NS_SOS
static final String NS_SOS
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_SOS
static final String SCHEMA_LOCATION_SOS
Constant for the schema repository of the SOS- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL_SOS1_GET_CAPBABILITIES
static final String SCHEMA_LOCATION_URL_SOS1_GET_CAPBABILITIES
- See Also:
- Constant Field Values
-
SOS1_SCHEMA_LOCATION
static final SchemaLocation SOS1_SCHEMA_LOCATION
-
GET_CAPABILITIES_SOS1_SCHEMA_LOCATION
static final SchemaLocation GET_CAPABILITIES_SOS1_SCHEMA_LOCATION
-
RESPONSE_FORMATS
static final Set<String> RESPONSE_FORMATS
Constant for the content types of the response formats
-
SERVICEVERSION
static final String SERVICEVERSION
Constant for actual implementing version- See Also:
- Constant Field Values
-
-