Wfs Layer Info
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
The layer's description (abstract). The description property contains the content from the Abstract field in the WFS GetCapabilities response.
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.
The supported spatial references.
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.