WmsSublayer class final

An instance of this class allows you to get data from a WMS service.

You can get the List of WmsSublayer from WmsLayer.

Implemented types

Properties

canChangeVisibility bool
A flag indicating whether the layer content's visibility can be changed.
no setteroverride
currentStyle String
The name of the sublayer's current style.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
The layer content's visibility.
getter/setter pairoverride
name String
The layer content's name.
no setteroverride
onSubLayerContentChanged Stream<List<LayerContent>>
Callback invoked when the sublayer content of the layer content have changed.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showInLegend bool
A flag indicating whether the layer content participates in the legend.
getter/setter pairoverride
subLayerContents List<LayerContent>
The sub layer contents of a layer content.
no setteroverride
sublayerInfo WmsLayerInfo
The WMS Layer information.
no setter

Methods

clone() WmsSublayer
Clones the WmsSublayer.
fetchLegendInfos() Future<List<LegendInfo>>
Fetches the list of legend info.
override
isVisibleAtScale(double scale) bool
Returns the layer content's effective visibility at the specified scale.
override
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