index.rst 691 B

12345678910111213141516171819202122
  1. .. _services:
  2. Services
  3. ========
  4. GeoServer serves data using standard protocols established by the `Open Geospatial Consortium <http://www.opengeospatial.org>`_:
  5. - The **Web Map Service** (WMS) supports requests for map images (and other formats) generated from geographical data.
  6. - The **Web Feature Service** (WFS) supports requests for geographical feature data (with vector geometry and attributes).
  7. - The **Web Coverage Service** (WCS) supports requests for coverage data (rasters).
  8. These services are the primary way that GeoServer supplies geospatial information.
  9. .. toctree::
  10. :maxdepth: 1
  11. wms/index
  12. wfs/index
  13. wcs/index
  14. wps/index
  15. csw/index
  16. wmts/index