FeatureRenderingMode enum
Rendering modes available for feature layers.
Represents the rendering mode for a feature layer.
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
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.