PictureFillSymbolLayer class final

A symbol layer that fills polygon geometry with an image.

The specified image fills the layer's polygon if it's the only symbol layer in a MultilayerPolygonSymbol. If a single image doesn't completely fill the geometry, it is tiled to complete the fill.

This layer can also represent the Web Scene specification's Icon3DSymbolLayers. PictureFillSymbolLayer represents IconSymbol3DLayers that contain pictures and VectorMarkerSymbolLayer represents Icon3DSymbolLayers that are primitives or vector paths.

Inheritance
Mixed-in types

Constructors

PictureFillSymbolLayer.withImage(ArcGISImage image)
Creates a picture fill symbol layer from an ArcGISImage.
factory
PictureFillSymbolLayer.withUri(Uri uri)
Creates a picture fill symbol layer from a URI.
factory

Properties

colorLocked bool
The symbol layer color locked property.
getter/setter pairinherited
enabled bool
The symbol layer enabled property.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
image ArcGISImage?
The image held by a picture fill symbol layer.
no setter
loadError ArcGISException?
The load error.
no setterinherited
loadStatus LoadStatus
The load status.
no setterinherited
onLoadStatusChanged Stream<LoadStatus>
A stream that reports changes to the LoadStatus.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tintColor Color
The tint color of a picture fill symbol layer.
getter/setter pair
uri Uri?
The URI of a picture fill symbol layer.
no setter

Methods

cancelLoad() → void
Cancels loading metadata for the object.
inherited
clone() SymbolLayer
Clones the SymbolLayer.
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