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


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. 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
  • Classes
    Class
    Description
    This class represents the Web Feature Service metadata about a specific service instance.
    This class holds the information about a given feature type that is served by a WFS.
    A list of feature types available from this server.
    This class holds the information about a given GML Object type that is served by a WFS.
    A list of GML object types available from this server.
    This class holds Metadata URL information to offer detailed, standardized metadata about the data underneath a particular feature type.
    This enumeration class represents the possible types of operations that a WFS may support.
    This is a container class for the operations supported by a given instance of WFS.
    This is a container class for the output formats supported by a given instance of WFS.