Home - GarimaNatani/WebWorldWind GitHub Wiki

Support for WFS Format

OGC Web Feature Service allows a client to retrieve and update geospatial data encoded in Geography Markup Language (GML) from multiple Web Feature Services. WFS Server supports various operations like Get Feature, Describe Feature Type, Lock feature and Transaction Operations.

Transaction operation is optional operation which allows the feature instances and their properties to be updated or deleted and it can also be used to insert new features. Each transaction will consist of zero or more Insert, Update, and Delete elements, with each transaction element performed in order. The Transaction operation request will be contain transformation operations like create, Update and Delete and web accessible feature instances on which operations needs to be applied. When the transaction will complete, a web feature service will generate an XML response document indicating the completion status of the transaction.

In this project, OGC format Web Feature Service [WFS] client will be created which will support Transaction Operation on features by using WFS standard request and response. Goal is to parse Get capability request and to identify capability of server. And proposed client will support Creation, Updation and deletion of the features instance using the shapes drawn on the Globe.