FeatureRenderingMode enum

Rendering modes available for feature layers.

Represents the rendering mode for a feature layer.

Inheritance

Constructors

FeatureRenderingMode()
const

Values

automatic → const FeatureRenderingMode

The rendering mode for the layer will be automatically chosen based on the geometry type and renderer.

static → const FeatureRenderingMode

Static rendering mode. Only update features between zoom and pan operations in a retained mode. This mode is good for complex geometries or features to be rendered with cartographic quality symbology for example. It may also be suited for rendering features when low end graphics hardware is used.

dynamic → const FeatureRenderingMode

Dynamic rendering mode - Features will be updated as pan and zoom operations for a smoothly rendered display. This mode is not supported by all renderers. A heat map renderer is an example of a renderer not supported by the dynamic rendering mode. Unknown.

Properties

coreValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FeatureRenderingMode>
A constant List of the values in this enum, in order of their declaration.