WmsServiceInfo class final

The service metadata for a Web Map Service (WMS).

You can obtain the WmsServiceInfo from a loaded WmsService.

Implemented types

Properties

description String
WMS service's description.
no setter
hashCode int
The hash code for this object.
no setterinherited
imageFormats List<MapServiceImageFormat>
A collection of the image formats supported by the WMS service.
no setter
keywords List<String>
An unordered collection of zero or more commonly used or formalized words or phrases which describe this service's dataset.
no setter
layerInfos List<WmsLayerInfo>
A collection of WmsLayerInfo objects that describes the layers hosted in this WMS service.
no setter
name String
The WMS service name, typically this is "WMS".
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The WMS service's title is brief descriptive text that identifies the service provider.
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