public interface OGCConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GET_CAPABILITIES
The name of the OGC Web Service
GetCapabilities operation. |
static java.lang.String |
GML_NAMESPACE_URI |
static java.lang.String |
OGS_NAMESPACE_URI |
static java.lang.String |
OWS_1_1_0_NAMESPACE_URI |
static java.lang.String |
REQUEST
The name of the OGC Web Service
request parameter. |
static java.lang.String |
SERVICE
The name of the OGC Web Service
service parameter. |
static java.lang.String |
VERSION
The name of the OGC Web Service
version parameter. |
static java.lang.String |
WCS_1_0_0_NAMESPACE_URI |
static java.lang.String |
WCS_1_1_1_NAMESPACE_URI |
static java.lang.String |
WCS_SERVICE_NAME |
static java.lang.String |
WMS_NAMESPACE_URI |
static java.lang.String |
WMS_SERVICE_NAME |
static final java.lang.String GET_CAPABILITIES
GetCapabilities
operation. The GetCapabilities
operation returns metadata about the operations and data provided by an OGC Web Service.
GetCapabilities
is valid value for the request
parameter. Used by all versions of all
OGC web services.static final java.lang.String GML_NAMESPACE_URI
static final java.lang.String OGS_NAMESPACE_URI
static final java.lang.String OWS_1_1_0_NAMESPACE_URI
static final java.lang.String REQUEST
request
parameter. The associated value must be the name of an
operation to execute (for example, GetCapabilities
). Used by all versions of all OGC web services.static final java.lang.String SERVICE
service
parameter. The associated value must be the abbreviated OGC
Web Service name (for example, WMS
). Used by all versions of all OGC web services.static final java.lang.String VERSION
version
parameter. The associated value must be the version of the
OGC Web Service protocol to use. The version must be formatted as x.y.z
, where x, y
and
z
are integers in the range 0-99. Used by all versions of all OGC web services.static final java.lang.String WCS_1_0_0_NAMESPACE_URI
static final java.lang.String WCS_1_1_1_NAMESPACE_URI
static final java.lang.String WCS_SERVICE_NAME
static final java.lang.String WMS_NAMESPACE_URI
static final java.lang.String WMS_SERVICE_NAME