Difference between revisions of "ISO 19142:2010 Geographic information - Web Feature Service"

From ICA Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{| class="wikitable"
 
{| class="wikitable"
 
| Full name
 
| Full name
| [http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=42136 ISO 19142:2010, Geographic information Web Feature Service (also published as OpenGIS Web Feature Service Implementation Specification)]
+
| [http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=42136 ISO 19142:2010, Geographic information - Web Feature Service (also published as OpenGIS Web Feature Service Implementation Specification)]
 
|-
 
|-
 
| Version
 
| Version
| ISO: Edition 2 <br/>OGC: V2.0.0
+
| ISO: Edition 2 <br/>OGC: V 2.0.0
 
|-
 
|-
 
| Amendments
 
| Amendments
Line 24: Line 24:
 
| Type of standard
 
| Type of standard
 
| ISO International Standard and OpenGIS Implementation Specification<br/>Application level
 
| ISO International Standard and OpenGIS Implementation Specification<br/>Application level
|-
 
| Related standard(s)
 
| [http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=59221 ISO 19119:2016, Geographic information – Services] <br/>[http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=32546 ISO 19128:2005, Geographic information – Web Map Server interface] <br/>[http://www.opengeospatial.org/standards/wmts OpenGIS Web Map Tile Service Implementation Standard], [http://www.opengeospatial.org/standards/cat OpenGIS Catalogue Services Specification]
 
 
|-
 
|-
 
| Application
 
| Application
Line 38: Line 35:
 
|-
 
|-
 
| Products
 
| Products
| deegree 3.3 is an example of an OGC compliant open source implementation of the WFS interface.
+
| [http://www.deegree.org deegree] 3.3 is an example of an OGC compliant open source implementation of the WFS interface.
 
|}
 
|}
 +
 +
==See also==
 +
* [[ISO 19119:2005 Geographic information - Services]]
 +
* [[ISO 19128:2005 Geographic information - Web Map Server interface]]
 +
* [[OpenGIS Web Map Tile Service Implementation Standard]]
 +
* [[OpenGIS Catalogue Service Implementation Specification]]

Latest revision as of 15:01, 2 July 2017

Overview

Full name ISO 19142:2010, Geographic information - Web Feature Service (also published as OpenGIS Web Feature Service Implementation Specification)
Version ISO: Edition 2
OGC: V 2.0.0
Amendments None
Corrigenda None
Published by ISO/TC 211 and OGC
Languages English, French
Online overview http://www.opengeospatial.org/standards/wfs
Type of standard ISO International Standard and OpenGIS Implementation Specification
Application level
Application ISO 19142 describes the interface for a Web Feature Service (WFS). WFS allow a client to access and perform transactions on geographic features independent of the underlying data store. These WFS implementations allow clients to edit geographic features online and store the changes to the underlying data store.
Conformance classes Simple WFS
Basic WFS
Transactional WFS
Locking WFS
Implementation benefits WFS allow a client to retrieve features or values of features (attribute data) from an underlying data store, and also to access the features to modify or delete features. With WFS the data can be stored in any database or as a shapefile on a server, for example, and the same operations can be performed on the data. This allows the user to query and edit data without having to consider the format of the data.
Products deegree 3.3 is an example of an OGC compliant open source implementation of the WFS interface.

See also