WmtsLayerInfo class final

Metadata about an individual Web Map Tile Service (WMTS) layer within a WMTS service.

You can obtain a WmtsLayerInfo from the WmtsServiceInfo.layerInfos collection of a loaded WmtsService.

Implemented types

Properties

description String
A brief narrative description (abstract) of this WMTS layer.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The WMTS layer's identifier.
no setter
imageFormats List<TileImageFormat>
A collection of the image formats supported by the WMTS service.
no setter
keywords List<String>
An unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles List<String>
A collection of WMTS styles that can be applied to this layer.
no setter
tileMatrixSets List<WmtsTileMatrixSet>
The collection of tile matrix sets available for this WMTS layer.
no setter
title String
The layer'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