Package gov.nasa.worldwind.ogc
Interface OGCConstants
-
public interface OGCConstantsDefines constants used in the OGC package and sub-packages.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGET_CAPABILITIESThe name of the OGC Web ServiceGetCapabilitiesoperation.static java.lang.StringGML_NAMESPACE_URIstatic java.lang.StringOGS_NAMESPACE_URIstatic java.lang.StringOWS_1_1_0_NAMESPACE_URIstatic java.lang.StringREQUESTThe name of the OGC Web Servicerequestparameter.static java.lang.StringSERVICEThe name of the OGC Web Serviceserviceparameter.static java.lang.StringVERSIONThe name of the OGC Web Serviceversionparameter.static java.lang.StringWCS_1_0_0_NAMESPACE_URIstatic java.lang.StringWCS_1_1_1_NAMESPACE_URIstatic java.lang.StringWCS_SERVICE_NAMEstatic java.lang.StringWMS_NAMESPACE_URIstatic java.lang.StringWMS_SERVICE_NAME
-
-
-
Field Detail
-
GET_CAPABILITIES
static final java.lang.String GET_CAPABILITIES
The name of the OGC Web ServiceGetCapabilitiesoperation. TheGetCapabilitiesoperation returns metadata about the operations and data provided by an OGC Web Service.GetCapabilitiesis valid value for therequestparameter. Used by all versions of all OGC web services.- See Also:
- Constant Field Values
-
REQUEST
static final java.lang.String REQUEST
The name of the OGC Web Servicerequestparameter. The associated value must be the name of an operation to execute (for example,GetCapabilities). Used by all versions of all OGC web services.- See Also:
- Constant Field Values
-
SERVICE
static final java.lang.String SERVICE
The name of the OGC Web Serviceserviceparameter. The associated value must be the abbreviated OGC Web Service name (for example,WMS). Used by all versions of all OGC web services.- See Also:
- Constant Field Values
-
VERSION
static final java.lang.String VERSION
The name of the OGC Web Serviceversionparameter. The associated value must be the version of the OGC Web Service protocol to use. The version must be formatted asx.y.z, wherex, yandzare integers in the range 0-99. Used by all versions of all OGC web services.- See Also:
- Constant Field Values
-
WMS_SERVICE_NAME
static final java.lang.String WMS_SERVICE_NAME
- See Also:
- Constant Field Values
-
WCS_SERVICE_NAME
static final java.lang.String WCS_SERVICE_NAME
- See Also:
- Constant Field Values
-
GML_NAMESPACE_URI
static final java.lang.String GML_NAMESPACE_URI
- See Also:
- Constant Field Values
-
OGS_NAMESPACE_URI
static final java.lang.String OGS_NAMESPACE_URI
- See Also:
- Constant Field Values
-
OWS_1_1_0_NAMESPACE_URI
static final java.lang.String OWS_1_1_0_NAMESPACE_URI
- See Also:
- Constant Field Values
-
WMS_NAMESPACE_URI
static final java.lang.String WMS_NAMESPACE_URI
- See Also:
- Constant Field Values
-
WCS_1_0_0_NAMESPACE_URI
static final java.lang.String WCS_1_0_0_NAMESPACE_URI
- See Also:
- Constant Field Values
-
WCS_1_1_1_NAMESPACE_URI
static final java.lang.String WCS_1_1_1_NAMESPACE_URI
- See Also:
- Constant Field Values
-
-