MultilayerMeshSymbol class final
A mesh symbol built with a material fill symbol layer to display 3D objects in an ArcGISSceneLayer in an ArcGISSceneViewController.
Only SimpleRenderer, UniqueValueRenderer, and ClassBreaksRenderer can be created from a collection of MultilayerMeshSymbol. To symbolize 3D objects, apply the render to ArcGISSceneLayer.
- Inheritance
-
- Object
- ArcGISSymbol
- MultilayerSymbol
- MultilayerMeshSymbol
Constructors
- MultilayerMeshSymbol({required MaterialFillSymbolLayer symbolLayer})
-
Creates a multilayer mesh symbol object with a given
MaterialFillSymbolLayer.
factory
Properties
- color ↔ Color
-
The consensus color of all layers in the symbol (excluding those that are
color-locked).
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- referenceProperties ↔ SymbolReferenceProperties?
-
The properties change how the multilayer symbol behaves when attached to a
renderer.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sceneSizeUnit ↔ SymbolSizeUnits
-
The size unit of the symbol when rendered in an ArcGISScene.
getter/setter pairinherited
-
symbolLayers
→ List<
SymbolLayer> -
The symbol layers of the multilayer symbol.
no setterinherited
Methods
-
clone(
) → ArcGISSymbol -
Clones the ArcGISSymbol.
inherited
-
createSwatch(
{required double screenScale, double width = 0, double height = 0, Color backgroundColor = Colors.transparent}) → Future< ArcGISImage> -
Creates a swatch image using the provided width, height, screen scale, and
optional background color.
inherited
-
createSwatchWithGeometry(
{required double screenScale, required double width, required double height, required Geometry geometry, Color backgroundColor = Colors.transparent}) → Future< ArcGISImage> -
Creates a swatch image using the provided geometry, width, height, screen
scale, and optional background color.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< CaseInsensitiveString, dynamic> -
Returns a JSON representation of this Object in the data type used by jsonDecode.
inherited
-
toJsonString(
) → String -
Returns a JSON representation of this Object as a String.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited