Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Web Feature Service
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Public Interfaces== ===Static Interfaces === The static interface model for the [[Open Geospatial Consortium|OGC]] Web Service model appears in the figure below. <!-- Image with unknown copyright status removed: [[image: Wfs ogc.gif]] --> The Transaction and LockFeature operations are also optional. When writing a WFS, you must implement the following operations: *GetCapabilities - this queries the WFS service to determine available options. *DescribeFeatureType - this retrieves the XML schema to allow the WFS client to parse the resultsets. *GetFeature - this performs the actual query - parameters such as [[bounding box]] and any other filters should be passed in, as appropriate, and the WFS service then returns a GML resultset containing full geometry and feature attributes. ===Dynamic interface updates === The client gets updates by one of two mechanisms: *Notification: Recommended but not mandatory. Depends on the availability of a WNS implementation. *Polling: Use this method if a WNS implementation is not available. '''WFS dynamic interface web notification model''' This model uses the OGC Web Notification Service to send update notifications to registered clients.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)