ArcGISTiledSublayer class final
A sublayer of an ArcGIS tiled layer.
A tiled sublayer can be an individual layer or table in a cached ArcGIS map service. This property is available once its ArcGISTiledLayer is loaded or you can obtain a collection of sublayers from another tiled sublayer by using ArcGISSublayer.sublayers.
- Inheritance
-
- Object
- ArcGISSublayer
- ArcGISTiledSublayer
Properties
- 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
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
The id that uniquely identifies this sublayer.
no setterinherited
- isVisible ↔ bool
-
The layer content's visibility.
getter/setter pairinherited
- labelsEnabled → bool
-
True if the sublayer's labels are enabled, false otherwise.
no setterinherited
- 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.
no setterinherited
- minScale → double
-
The sublayer's minimum scale.
no setterinherited
- 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.
no setterinherited
- renderer → Renderer?
-
The sublayer's renderer.
no setterinherited
- 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
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