WfsLayerInfo

An object that represents the metadata of a layer (feature type) in a WFS service. Provides metadata (e.g name, title, description, and more) about a WFS feature type.

Since

200.1.0

Properties

Link copied to clipboard

The layer's description (abstract). The description property contains the content from the Abstract field in the WFS GetCapabilities response.

Link copied to clipboard

The WFS layer's extent.

Link copied to clipboard

The keywords describing the layer. The keywords are returned in a ListImpl of String.

Link copied to clipboard

The layer's uniquely-identifying name. Layers from a WfsService, described by WfsLayerInfo objects, represent the "feature types" defined in the WFS standard. The name property is intended for use as a unique identifier for the layer. See WfsLayerInfo.title for a human-readable name.

Link copied to clipboard

The supported spatial references.

Link copied to clipboard

The layer's human-readably title. The title property is intended for use as a human-readable layer identification. See WfsLayerInfo.name for a uniquely-identifying name.