LayerContent class abstract interface

An interface for building a Table of Contents.

This interface is implemented by Layer, ArcGISSublayer.

Implementers

Constructors

LayerContent()

Properties

canChangeVisibility bool
A flag indicating whether the layer content's visibility can be changed.
no setter
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
The layer content's visibility.
getter/setter pair
name String
The layer content's name.
no setter
onSubLayerContentChanged Stream<void>
Callback invoked when the sublayer content of the layer content have changed.
no setter
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 pair
subLayerContents List<LayerContent>
The sub layer contents of a layer content.
no setter

Methods

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