HeatmapRenderer class final
A Heatmap Renderer object.
This renderer currently does not have any properties and can be created only through json.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rotationExpression ↔ String
-
The expression describing how attributes values are translated into a
rotation to be applied to the GeoElement.
getter/setter pairinherited
- rotationType ↔ RotationType
-
Indicates whether the rotation calculated from the
Renderer.rotationExpression is interpreted as arithmetic or geographic.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sceneProperties ↔ RendererSceneProperties
-
The scene view properties for the renderer.
getter/setter pairinherited
Methods
-
clone(
) → Renderer -
Clones the Renderer.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
symbolForDynamicEntity(
DynamicEntity dynamicEntity, {bool applyAttributeOverrides = false}) → ArcGISSymbol? -
Returns the symbol that is used to visualize the given dynamic entity with
override attributes from the renderer.
inherited
-
symbolForDynamicEntityObservation(
DynamicEntityObservation dynamicEntityObservation, {bool applyAttributeOverrides = false}) → ArcGISSymbol? -
Returns the symbol that is used to visualize the given dynamic entity
observation with override attributes from the renderer.
inherited
-
symbolForFeature(
{required Feature feature, bool applyAttributeOverrides = false}) → ArcGISSymbol? -
Returns the symbol that is used to visualize the given feature with
override attributes from the renderer.
inherited
-
symbolForGraphic(
{required Graphic graphic, bool applyAttributeOverrides = false}) → ArcGISSymbol? -
Returns the symbol that is used to visualize the given graphic with
override attributes from the renderer.
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