Glossary of Termsยถ
Unsure what a workspace, store, or GetCapabilities request means? This glossary explains key GeoServer concepts to help you navigate the platform confidently.
| Term | Description |
|---|---|
| ๐ Workspace | A container in GeoServer used to group related stores and layers, often named for a specific project or data theme. |
| ๐๏ธ Store | Defines how GeoServer connects to your data source (e.g., shapefiles, PostGIS, GeoTIFF). Each store belongs to a workspace. |
| ๐บ๏ธ Layer | A published dataset in GeoServer, made available through OGC services like WMS, WFS, or WCS. |
| ๐ Layer Group | A collection of layers combined into a single map view with a specified drawing order and shared styles. |
| ๐จ Style | An SLD or CSS document that defines how data is visually renderedโcolors, symbols, line thickness, and opacity. |
| ๐ SRS / CRS | Spatial Reference System (or Coordinate Reference System) that defines how coordinates map to real-world locations (e.g., EPSG:4326). |
| ๐ผ๏ธ Web Map Service (WMS) | An OGC service that delivers map images of spatial data on demand. |
| ๐ Web Feature Service (WFS) | An OGC service that returns vector data in formats like GeoJSON, GML, or Shapefile. |
| ๐จ๏ธ Web Coverage Service (WCS) | An OGC service for retrieving raster data as coverages for further analysis. |
| ๐ GetCapabilities | A request returning an XML document describing a serviceโs available layers, operations, and parameters. |
| ๐บ๏ธ GetMap | A WMS request that returns a map image based on specified layers, bounding box, style, and output format. |
| ๐ Reprojection | The process of transforming spatial data from one coordinate reference system to another. |
| โ๏ธ GeoWebCache | A tile caching server integrated with GeoServer that speeds up map delivery by serving pre-rendered tiles. |
| ๐ฆ Feature Type | A schema definition for vector data in GeoServer, describing geometry type and attribute structure. |
| ๐๏ธ Coverage | A term used for raster data in GeoServer, representing continuous data such as satellite imagery or elevation models. |