- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 183字
- 2021-07-08 09:21:16
WFS
Web Feature Server (WFS) is an OGC open standard to provide raw vector data. Feature information that is encoded and transported using WFS includes both feature geometry and feature attribute values. GeoServer allows you to share your geospatial data in this standard and lets the client choose among several formats. Output formats include GML2, GML3, ShapeFile, JSON, and CSV.
In this section, you can change, as usual, the service metadata. You can limit the Maximum number of features returned by GeoServer for each request. The default value is very high; you may consider reducing it. Consider the following screenshot:

GeoServer is compliant with the full Transactional Web Feature Server (WFS-T) level of service, as defined by the OGC. Using WFS-T, clients may create transactions to edit data. You can select which level should be exposed by your server. By default the complete level is configured, that is, support for LockFeature is supported by the suite of transactional level operations. If you don't need or want your clients editing the data, set the option to Basic. This is shown in the following screenshot:

- Oracle WebLogic Server 12c:First Look
- JavaScript語言精髓與編程實踐(第3版)
- Rake Task Management Essentials
- 算法精粹:經典計算機科學問題的Python實現
- Instant QlikView 11 Application Development
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Python數據可視化之Matplotlib與Pyecharts實戰
- Microsoft Dynamics AX 2012 R3 Financial Management
- Struts 2.x權威指南
- Building Business Websites with Squarespace 7(Second Edition)
- HTML5移動前端開發基礎與實戰(微課版)
- Python AI游戲編程入門:基于Pygame和PyTorch
- Python數據分析與挖掘實戰(第2版)
- Visual C++網絡編程教程(Visual Studio 2010平臺)
- Java從入門到精通(第7版)