Interface OGCConstants


  • public interface OGCConstants
    Defines constants used in the OGC package and sub-packages.
    • Field Detail

      • GET_CAPABILITIES

        static final java.lang.String GET_CAPABILITIES
        The name of the OGC Web Service 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.
        See Also:
        Constant Field Values
      • REQUEST

        static final java.lang.String REQUEST
        The name of the OGC Web Service 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.
        See Also:
        Constant Field Values
      • SERVICE

        static final java.lang.String SERVICE
        The name of the OGC Web 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.
        See Also:
        Constant Field Values
      • VERSION

        static final java.lang.String VERSION
        The name of the OGC Web Service 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.
        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
      • 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