Skip navigation links
LuciadLightspeed
2023.1.07

Package com.luciad.ogc.wfs

Implementation of the OGC Web Feature Service (WFS) specification.

See: Description

Package com.luciad.ogc.wfs Description

Implementation of the OGC Web Feature Service (WFS) specification. The LuciadLightspeed WFS API provides a framework for setting up a WFS. The main class of the WFS package is TLcdWFSServlet, which provides all required request handling facilities out of the box. To populate the WFS with data, users must implement the abstract class ALcdOGCWFSCommandDispatcherFactory. This class is also the main access point for further customization of the WFS.

The package com.luciad.ogc.wfs contains the WFS server implementation. The subpackage com.luciad.ogc.wfs.client contains the LuciadLightspeed WFS client API. The subpackage com.luciad.ogc.wfs.common contains classes that may be shared between client and server.

The supported WFS versions are 1.0.0, 1.1.0 and 2.0.0. For version 1.1.0, the optional GetGMLObject request is currently not supported.

Since:
4.3
Skip navigation links
LuciadLightspeed
2023.1.07