JavaScript is disabled on your browser.
Client API for an OGC Web Feature Service (WFS).
class
An ILcdModelDecoder
and ILcdWFSModelDecoder
implementation that allows to access a WFS
server and retrieve data from it.
Deprecated.
Given a WFS client and the name of a specific feature type, creates a proxy model for that feature type.
Deprecated.
Given a WFS capabilities document, the name of a specific feature type and a WFS model decoder,
creates a proxy model for that feature type.
Specifies the WFS model decoder that will be used to decode the response from the WFS server
Specifies the WFS model decoder that will be used to decode the response from the WFS server when this response
is in the specified output format.
Constructs a new TLcdWFSModelDecoderDecorator
that relies on the given
ILcdWFSModelDecoder
to decode data from the WFS.
Constructs a new TLcdWFSModelDecoderDecorator
that relies on the given
ILcdWFSModelDecoder
to decode data from the WFS data and that uses the given transport
to interact with a WFS server.