- 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:

- Testing with JUnit
- 編程的修煉
- JavaScript高效圖形編程
- SoapUI Cookbook
- Getting Started with ResearchKit
- 劍指JVM:虛擬機實踐與性能調優
- 營銷數據科學:用R和Python進行預測分析的建模技術
- 64位匯編語言的編程藝術
- 網店設計看這本就夠了
- BeagleBone Black Cookbook
- Yii Project Blueprints
- Visual Studio 2015高級編程(第6版)
- HoloLens與混合現實開發
- SQL Server實例教程(2008版)
- Beginning C# 7 Hands-On:The Core Language