Package org.n52.shetland.ogc.sos
Interface ResultFilterConstants
-
public interface ResultFilterConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFORMANCE_CLASS_KVPstatic StringCONFORMANCE_CLASS_KVP_20static StringCONFORMANCE_CLASS_RFstatic StringCONFORMANCE_CLASS_RF_20static StringCONFORMANCE_CLASS_XMLstatic StringCONFORMANCE_CLASS_XML_20static StringMETADATA_RESULT_FILTERstatic StringNS_RFstatic StringNS_RF_20static StringRESULT_FILTER
-
-
-
Field Detail
-
NS_RF
static final String NS_RF
- See Also:
- Constant Field Values
-
NS_RF_20
static final String NS_RF_20
- See Also:
- Constant Field Values
-
RESULT_FILTER
static final String RESULT_FILTER
- See Also:
- Constant Field Values
-
METADATA_RESULT_FILTER
static final String METADATA_RESULT_FILTER
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_RF
static final String CONFORMANCE_CLASS_RF
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_KVP
static final String CONFORMANCE_CLASS_KVP
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_XML
static final String CONFORMANCE_CLASS_XML
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_RF_20
static final String CONFORMANCE_CLASS_RF_20
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_KVP_20
static final String CONFORMANCE_CLASS_KVP_20
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_XML_20
static final String CONFORMANCE_CLASS_XML_20
- See Also:
- Constant Field Values
-
-