WfsLayerInfo class final

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.

Implemented types

Properties

description String
The layer's description (abstract).
no setter
extent Envelope?
The WFS layer's extent.
no setter
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>
The keywords describing the layer.
no setter
name String
The layer's uniquely-identifying name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spatialReferences List<SpatialReference>
The supported spatial references.
no setter
title String
The layer's human-readably 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