WfsServiceInfo class final

An object that represents the metadata of a WFS service.

Provides metadata (e.g name, title, description, and more) about a WFS service, and lists the contained WFS layers (feature types).

Implemented types

Properties

description String
The service's description (abstract).
no setter
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>
The keywords describing the WFS service.
no setter
layerInfos List<WfsLayerInfo>
Information about the layers (feature types) provided by the service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The service's human-readable title.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited