WmtsServiceInfo class final

The service metadata for a Web Map Tile Service (WMTS).

You can obtain the WmtsServiceInfo from a loaded WmtsService.

Implemented types

Properties

description String
WMTS service's description.
no setter
hashCode int
The hash code for this object.
no setterinherited
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
layerInfos List<WmtsLayerInfo>
A collection of WmtsLayerInfo objects that describes the layers within this WMTS service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileMatrixSets List<WmtsTileMatrixSet>
The collection of tile matrix sets available in this WMTS Service.
no setter
title String
The WMTS service's title.
no setter
version String
The WMTS service's version.
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