MarkerSceneSymbol class final

A base class for 3D marker scene symbols used to display graphics and features (collectively referred to as geoelements) that have points or multipoint geometry.

Symbols describe how graphics and features look on a scene. Different symbols are used with different geometry types. Marker scene symbols are used to display graphics and features that are based on point or multipoint geometries on a 3D surface (a scene). Subclasses of this class represent specific types of marker scene symbols, such as simple symbols (SimpleMarkerSceneSymbol) or 3D models (ModelSceneSymbol).

Inheritance
Implementers

Properties

anchorPosition SceneSymbolAnchorPosition
The anchor position of the simple marker scene symbol.
getter/setter pair
color Color
The symbol color of the simple marker scene symbol.
getter/setter pair
depth double
The depth (in meters) of the simple marker scene symbol.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heading double
The heading (in degrees) of the scene marker symbol.
getter/setter pair
height double
The height (in meters) of the simple marker scene symbol.
getter/setter pair
pitch double
The pitch (in degrees) of the scene marker symbol.
getter/setter pair
roll double
The roll (in degrees) of the scene marker symbol.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
The width (in meters) of the simple marker scene symbol.
getter/setter pair

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<String, 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