Frequently Asked Questions - Web Feature Server (WFS)

What is a Web Feature Server?
A basic Web Feature Server can handle 3 types of request:

  • GetCapabilities. Describes using an XML-encoding the capabilities of the service, e.g. the features that are available and the supported transactional operations.
  • DescribeFeatureType. Provides a description of the structure of a given feature type (i.e. the schema).
  • GetFeature. Provides access to features based on a filter that constrains the request using spatial and non-spatial parameters.

[Top of page]

What is CubeSERV® WFS?
CubeSERV WFS builds on the CubeSTOR® Spatial Data Warehouse by providing a web-based service for querying and performing transactional operations including database locking.

[Top of page]

Is CubeSERV® WFS OGC-compliant?
CubeSERV WFS has been implemented using the latest OpenGIS® Consortium specifications for Web Feature Server. It also complies to the Geographic Mark-up Language (GML) specification, version 2.0.

[Top of page]

Does CubeSERV® WFS support transactional operations?
CubeSERV WFS supports 'insert', 'update', 'delete' and 'query' operations using standard Web server technology such as Apache and IIs servers. It also support database 'locking' for transactions.

[Top of page]

Does CubeSERV WFS run in stand-alone mode, i.e. without the Spatial Data Warehouse
At the current moment, CubeSERV WFS can only serve GeoData that is stored in the CubeSTOR® Spatial Data Warehouse.

[Top of page]