meface/docs/article/gis/geoserver/geoserverxmind.md

112 lines
2.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: GeoServer与OGC小记
date: 2020-03-25
author: ac
tags:
- GeoServer
- OGC
categories:
- GIS
---
![image-20210429152319367](./images/geoserver2023.png)
GeoServer是用Java编写的开放源代码的地图服务器允许用户共享和编辑地理空间数据。
GeoServer是参考OGC的 WFS、WCS、WMS、CSW、WPS标准的实现是`Geospatial Web`的核心组件。
<!-- more -->
## 目录导航
1. [OGC简述](./ogc.md)
1.1 [SFS(Simple Features Interface Standard)](./sfs.md)
1.2 [GML地理标记语言](./gml.md)
1.3 [SLD图层样式描述](./sld.md)
1.4 [OWS-OGC Web 服务通用标准 ](./ows.md)
1.5 [服务类型](./servicetype.md)
2. 基本使用
2.1 [安装部署](./install.md)
2.2 [数据目录](./datadir.md)
2.3 [发布shapefile](./publicshapefile.md)
2.4 [发布PostGIS表](./postgis_table.md)
2.5 [发布tiff文件](./publictiff.md)
2.6 [生成瓦片数据](./createtitlecaching.md)
2.7 [图层与图层组](./layersgroup.md)
3. 服务标准
3.1 [WMS](./wms.md)
3.2 [WFS](./wfs.md)
3.3 [WCS](./wcs.md)
3.4 [WMTS](./wmts.md)
4. 图层加载
4.1 ArcGIS for JS 3.x
4.1.1 [WMSLayer](./wmslayer.md)
4.1.2 [WFSLayer](./wfslayer.md)
4.1.3 WMTSLayer
4.2 openlayers
4.2.1 [WMTS服务](./olwmts.md)
4.2.2 [WMS服务](./olwms.md)
4.2.3 [WFS服务](./olwfs.md)
4.2.4 矢量瓦片服务
4.3 Cesium
4.3.1 WMTS
4.3.2 WMS
4.3.3 WFS矢量数据
4.4 [GeoServer跨域配置](./corsconfig.md)
5. 服务端开发
5.1 [环境配置](./devEnvironment.md)
5.2 服务注册
5.2.1 [OWS服务自定义模块](./geoserverdev.md)
5.2.2 [WPS服务](./geoserverwps.md)
5.3 GeoServer-Manager
5.3.1 自动发布shp数据
5.3.2 发布PostGIS中的要素表
5.3.3 发布样式
5.4 [jms集群配置](./jms.md)
5.5 安全策略