Package org.n52.shetland.ogc.sos
Interface SosSpatialFilterConstants
-
public interface SosSpatialFilterConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFORMANCE_CLASS_KVPstatic StringCONFORMANCE_CLASS_SFstatic StringCONFORMANCE_CLASS_XMLstatic StringNS_SFstatic StringSPATIAL_FILTER
-
-
-
Field Detail
-
NS_SF
static final String NS_SF
- See Also:
- Constant Field Values
-
SPATIAL_FILTER
static final String SPATIAL_FILTER
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_SF
static final String CONFORMANCE_CLASS_SF
- 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
-
-