Using an OGC Web Feature Service (WFS) service, you can serve vector data to WFS clients, such as LuciadLightspeed and LuciadRIA.
The supported WFS versions are 1.0.0, 1.1.0 and 2.0.0. These requests are supported:
GetCapabilities
, to discover the service metadata and offered feature types.
GetFeature
, to request data for a feature type.
DescribeFeatureType
, to request the XML Schema for a feature type.
ListStoredQueries
and DescribeStoredQueries
, to respectively
get a list and a description of the available stored queries. You can optionally use those stored queries in GetFeature
requests.
These Transactional WFS (WFS-T) requests are supported:
LockFeature
, to lock data for a feature type.
GetFeatureWithLock
, to request data for a feature type and lock the data.
Transaction
, to insert, update or delete data for a feature type.