Package org.n52.shetland.ogc
Interface OGCConstants
-
public interface OGCConstantsConstants interface for OGC SWES- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringABOVE_DETECTION_RANGEstatic StringBELOW_DETECTION_RANGEstatic StringNS_OGCstatic StringNS_OGC_PREFIXstatic SchemaLocationOGC_SCHEMA_LOCATIONstatic StringQUERY_LANGUAGE_PREFIXstatic StringSCHEMA_LOCATION_OGCstatic StringUNIQUE_IDstatic StringUNKNOWNstatic StringURL_DEF_CRS_EPSGstatic StringURN_DEF_CRS_EPSGstatic StringURN_FOI_PREFIXConstant for prefixes of FOIsstatic StringURN_IDENTIFIER_IDENTIFICATIONstatic StringURN_OBSERVED_BBOXstatic StringURN_OFFERING_IDstatic StringURN_PHENOMENON_PREFIXConstant for prefixes of proceduresstatic StringURN_PROPERTY_NAME_LOCATIONstatic StringURN_PROPERTY_NAME_SAMPLING_GEOMETRYstatic StringURN_PROPERTY_NAME_SPATIAL_VALUEstatic StringURN_UNIQUE_IDENTIFIERstatic StringURN_UNIQUE_IDENTIFIER_ENDstatic StringURN_UNIQUE_IDENTIFIER_START
-
-
-
Field Detail
-
NS_OGC
static final String NS_OGC
- See Also:
- Constant Field Values
-
NS_OGC_PREFIX
static final String NS_OGC_PREFIX
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_OGC
static final String SCHEMA_LOCATION_OGC
- See Also:
- Constant Field Values
-
OGC_SCHEMA_LOCATION
static final SchemaLocation OGC_SCHEMA_LOCATION
-
UNKNOWN
static final String UNKNOWN
- See Also:
- Constant Field Values
-
URN_FOI_PREFIX
static final String URN_FOI_PREFIX
Constant for prefixes of FOIs- See Also:
- Constant Field Values
-
URN_IDENTIFIER_IDENTIFICATION
static final String URN_IDENTIFIER_IDENTIFICATION
- See Also:
- Constant Field Values
-
URN_OFFERING_ID
static final String URN_OFFERING_ID
- See Also:
- Constant Field Values
-
URN_PHENOMENON_PREFIX
static final String URN_PHENOMENON_PREFIX
Constant for prefixes of procedures- See Also:
- Constant Field Values
-
URN_PROPERTY_NAME_LOCATION
static final String URN_PROPERTY_NAME_LOCATION
- See Also:
- Constant Field Values
-
URN_PROPERTY_NAME_SAMPLING_GEOMETRY
static final String URN_PROPERTY_NAME_SAMPLING_GEOMETRY
- See Also:
- Constant Field Values
-
URN_PROPERTY_NAME_SPATIAL_VALUE
static final String URN_PROPERTY_NAME_SPATIAL_VALUE
- See Also:
- Constant Field Values
-
URN_UNIQUE_IDENTIFIER
static final String URN_UNIQUE_IDENTIFIER
- See Also:
- Constant Field Values
-
UNIQUE_ID
static final String UNIQUE_ID
- See Also:
- Constant Field Values
-
URN_UNIQUE_IDENTIFIER_END
static final String URN_UNIQUE_IDENTIFIER_END
- See Also:
- Constant Field Values
-
URN_UNIQUE_IDENTIFIER_START
static final String URN_UNIQUE_IDENTIFIER_START
- See Also:
- Constant Field Values
-
URN_OBSERVED_BBOX
static final String URN_OBSERVED_BBOX
- See Also:
- Constant Field Values
-
QUERY_LANGUAGE_PREFIX
static final String QUERY_LANGUAGE_PREFIX
- See Also:
- Constant Field Values
-
URN_DEF_CRS_EPSG
static final String URN_DEF_CRS_EPSG
- See Also:
- Constant Field Values
-
URL_DEF_CRS_EPSG
static final String URL_DEF_CRS_EPSG
- See Also:
- Constant Field Values
-
BELOW_DETECTION_RANGE
static final String BELOW_DETECTION_RANGE
- See Also:
- Constant Field Values
-
ABOVE_DETECTION_RANGE
static final String ABOVE_DETECTION_RANGE
- See Also:
- Constant Field Values
-
-