Implementing a simple OWS service
作者:互联网
实现一个简单的OWS服务
This section explains How to Create a Simple GeoServer OWS service for GeoServer using the following scenario. The service should supply a capabilities document which advertises a single operation called “sayHello”. The result of a sayHello operation is the simple string “Hello World”.
本节介绍了如何在以下场景中创建一个简单的GeoServer OWS服务。该服务应该提供一个功能文档,为名叫“sayHello”的操作做介绍。sayHello操作的结果是一个简单的字符串“Hello World”。
目录
-
Implementing a simple OWS service(实现简单的OWS服务)
-
Setup(安装)
-
Creating the Plug-in(创建插件)
-
Trying it Out(尝试)
-
Bundling with Web Module(与Web模块绑定)
-
Running from Source(从源码运行)
-
1. Setup
https://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/implementing.html
标签:Web,service,simple,Implementing,sayHello,GeoServer,OWS 来源: https://blog.csdn.net/nmj2008/article/details/116975372