Skip navigation links
LuciadFusion
2023.1.07

Package com.luciad.ogc.wfs.common.model

Model of an OGC Web Feature Service (WFS), used by the WFS client API in com.luciad.ogc.wfs.client.

See: Description

Package com.luciad.ogc.wfs.common.model Description

Model of an OGC Web Feature Service (WFS), used by the WFS client API in com.luciad.ogc.wfs.client. The main class in this package is TLcdWFSCapabilities, which is the entry point to a complete model of a WFS Capabilities document. The class com.luciad.ogc.wfs.client.TLcdWFSCapabilitiesDecoder can be used to retrieve and decode a Capabilities document and return a corresponding TLcdWFSCapabilities object. This object can then be used with TLcdWFSProxyModel.Builder to create a WFS proxy model.

Since:
6.2
Skip navigation links
LuciadFusion
2023.1.07