Unsupported Renderer
An instance of this class represents a renderer type that is not currently supported. The renderer will be persisted in the string returned by Renderer.toJson(), but cannot be used to draw a layer in the map view.
Since
200.1.0
See also
Inherited properties
The renderer's rotation type. RotationType.Arithmetic if an error occurs.
Functions
Clones the UnsupportedRenderer.
Inherited functions
Returns the symbol that should be used to visualize the given feature with override attributes from renderer. If applyAttributeOverrides is set to true this method will get the symbol from renderer and override the symbol properties with the overrides available on renderer. Like visual variable size, color, opacity and rotation. If the override expression or attributes contain any information not known to the renderer or feature that will not be evaluated e.g. "scale" and that override will not be applied. If the override attributes are applied successfully it will return a multilayer symbol else original symbol will be returned.
Returns the symbol that should be used to visualize the given graphic with override attributes from renderer. If applyAttributeOverrides is set to true this method will get the symbol from renderer and override the symbol properties with the overrides available on renderer. Like visual variable size, color, opacity and rotation. If the override expression or attributes contain any information not known to the renderer or graphic that will not be evaluated e.g. "scale" and that override will not be applied. If the override attributes are applied successfully it will return a multilayer symbol else original symbol will be returned.