index.rst 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _service_metadata:
  2. Service Metadata
  3. ----------------
  4. Open Web Services (WCS, WFS, WMS, and WPS) use common metadata definitions to describe the service offered and indicate any restrictions on use.
  5. .. figure:: img/service_metadata.png
  6. WMS Service Metadata
  7. These elements are described in the following table. Though these field types are the same regardless of service, their values are not shared. As such, parameter definitions below refer to the respective service. For example, :guilabel:`enable` on the WFS Service page, enables `WFS` service requests and has no effect on `WCS` or `WMS` requests.
  8. .. list-table::
  9. :widths: 30 70
  10. :header-rows: 1
  11. * - Field
  12. - Description
  13. * - Enabled
  14. - Specifies whether the respective services --WCS, WFS or WMS-- should be enabled or disabled. When disabled, the respective service requests will not be processed.
  15. * - Strict CITE compliance
  16. - When selected, enforces strict OGC Compliance and Interoperability Testing Initiative (CITE) conformance. Recommended for use when running conformance tests.
  17. * - Maintainer
  18. - Name of the responsible party (organization, company, or person) that maintains the service instance.
  19. * - Online Resource
  20. - Defines the top-level HTTP URL of the service. Typically the Online Resource is the URL of the service "home page." (Required)
  21. * - Title
  22. - A human-readable title to briefly identify this service in menus to clients. (Required)
  23. * - Abstract
  24. - Provides a descriptive narrative with more information about the service.
  25. * - Fees
  26. - Indicates any fees imposed by the service provider for usage of the service. The keyword NONE is reserved to mean no fees and fits most cases.
  27. * - Access Constraints
  28. - Describes any constraints imposed by the service provider on the service. The keyword NONE is reserved to indicate no access constraints are imposed and fits most cases.
  29. * - Keywords
  30. - List of terms that are associated with the service to aid in cataloging and searching.