public interface OGCConstants
| Modifier and Type | Field and Description | 
|---|---|
| static String | GET_CAPABILITIESThe name of the OGC Web Service  GetCapabilitiesoperation. | 
| static String | GML_NAMESPACE_URI | 
| static String | OGS_NAMESPACE_URI | 
| static String | OWS_1_1_0_NAMESPACE_URI | 
| static String | REQUESTThe name of the OGC Web Service  requestparameter. | 
| static String | SERVICEThe name of the OGC Web Service  serviceparameter. | 
| static String | VERSIONThe name of the OGC Web Service  versionparameter. | 
| static String | WCS_1_0_0_NAMESPACE_URI | 
| static String | WCS_1_1_1_NAMESPACE_URI | 
| static String | WCS_SERVICE_NAME | 
| static String | WMS_NAMESPACE_URI | 
| static String | WMS_SERVICE_NAME | 
static final 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 String GML_NAMESPACE_URI
static final String OGS_NAMESPACE_URI
static final String OWS_1_1_0_NAMESPACE_URI
static final 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 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 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 String WCS_1_0_0_NAMESPACE_URI
static final String WCS_1_1_1_NAMESPACE_URI
static final String WCS_SERVICE_NAME
static final String WMS_NAMESPACE_URI
static final String WMS_SERVICE_NAME