SubtypeSublayer class final

A sublayer that allows custom rendering for features of a particular subtype.

Inheritance
Implemented types

Properties

allowsEditing bool
True if editing is allowed on the sublayer, when it is supported, false otherwise.
getter/setter pair
canChangeVisibility bool
A flag indicating whether the layer content's visibility can be changed.
no setterinherited
definitionExpression String
A SQL statement where clause that stipulates a subset of features to be displayed.
no setterinherited
featureTemplates List<FeatureTemplate>
The sublayer's feature templates.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The id that uniquely identifies this sublayer.
no setterinherited
isPopupEnabled bool
A flag indicating whether the PopupDefinition defined on the PopupSource is enable / disable.
getter/setter pairinherited
isVisible bool
The layer content's visibility.
getter/setter pairinherited
labelsEnabled bool
True if the sublayer's labels are enabled, false otherwise.
getter/setter pairinherited-getter
loadError ArcGISException?
The load error.
no setterinherited
loadStatus LoadStatus
The load status.
no setterinherited
mapServiceSublayerInfo ArcGISMapServiceSublayerInfo?
The sublayer's metadata.
no setterinherited
maxScale double
The sublayer's maximum scale.
getter/setter pairinherited-getter
minScale double
The sublayer's minimum scale.
getter/setter pairinherited-getter
name String
The layer content's name.
no setterinherited
onLoadStatusChanged Stream<LoadStatus>
A stream that reports changes to the LoadStatus.
no setterinherited
onSubLayerContentChanged Stream<List<LayerContent>>
Callback invoked when the sublayer content of the layer content have changed.
no setterinherited
opacity double
The sublayer's opacity.
getter/setter pairinherited-getter
popupDefinition PopupDefinition?
The pop-up definition.
getter/setter pairinherited
renderer Renderer?
The sublayer's renderer.
getter/setter pairinherited-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleSymbols bool
True if the sublayer renderers its symbols based on scale, false otherwise.
no setterinherited
showInLegend bool
A flag indicating whether the layer content participates in the legend.
getter/setter pairinherited
subLayerContents List<LayerContent>
The sub layer contents of a layer content.
no setterinherited
sublayers List<ArcGISSublayer>
The collection of sublayers of a sublayer.
no setterinherited
subtype FeatureSubtype
The subtype in the feature service that this subtype represents.
no setter

Methods

cancelLoad() → void
Cancels loading metadata for the object.
inherited
clone() ArcGISSublayer
Clones the ArcGISSublayer.
inherited
fetchLegendInfos() Future<List<LegendInfo>>
Fetches the list of legend info.
inherited
isVisibleAtScale(double scale) bool
Returns the layer content's effective visibility at the specified scale.
inherited
load() Future<void>
Loads the metadata for the object asynchronously.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryLoad() Future<void>
Loads or retries loading metadata for the object asynchronously.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited