Package org.n52.shetland.ogc.gwml
Interface GWMLConstants
-
public interface GWMLConstants
-
-
Field Summary
Fields Modifier and Type Field Description static MediaTypeCONTENT_TYPE_GWML_22static SchemaLocationGWML_22_SCHEMA_LOCATIONstatic SchemaLocationGWML_WELL_22_SCHEMA_LOCATIONstatic StringNS_GWML_2_PREFIXstatic StringNS_GWML_22static StringNS_GWML_WELL_2_PREFIXstatic StringNS_GWML_WELL_22static StringOBS_TYPE_GEOLOGY_LOGstatic StringOBS_TYPE_GEOLOGY_LOG_COVERAGEstatic StringPARAM_FROM_DEPTHstatic StringPARAM_TO_DEPTHstatic StringSCHEMA_LOCATION_URL_GWML_22static StringSCHEMA_LOCATION_URL_GWML_WELL_22
-
-
-
Field Detail
-
NS_GWML_22
static final String NS_GWML_22
- See Also:
- Constant Field Values
-
NS_GWML_WELL_22
static final String NS_GWML_WELL_22
- See Also:
- Constant Field Values
-
NS_GWML_2_PREFIX
static final String NS_GWML_2_PREFIX
- See Also:
- Constant Field Values
-
NS_GWML_WELL_2_PREFIX
static final String NS_GWML_WELL_2_PREFIX
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL_GWML_22
static final String SCHEMA_LOCATION_URL_GWML_22
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL_GWML_WELL_22
static final String SCHEMA_LOCATION_URL_GWML_WELL_22
- See Also:
- Constant Field Values
-
GWML_22_SCHEMA_LOCATION
static final SchemaLocation GWML_22_SCHEMA_LOCATION
-
GWML_WELL_22_SCHEMA_LOCATION
static final SchemaLocation GWML_WELL_22_SCHEMA_LOCATION
-
OBS_TYPE_GEOLOGY_LOG
static final String OBS_TYPE_GEOLOGY_LOG
- See Also:
- Constant Field Values
-
OBS_TYPE_GEOLOGY_LOG_COVERAGE
static final String OBS_TYPE_GEOLOGY_LOG_COVERAGE
- See Also:
- Constant Field Values
-
CONTENT_TYPE_GWML_22
static final MediaType CONTENT_TYPE_GWML_22
-
PARAM_FROM_DEPTH
static final String PARAM_FROM_DEPTH
- See Also:
- Constant Field Values
-
PARAM_TO_DEPTH
static final String PARAM_TO_DEPTH
- See Also:
- Constant Field Values
-
-