GeometricEffect

sealed class GeometricEffect

A base class for multilayer symbol geometric effect. Geometric effects are components of display rules that dynamically alter the representation of a symbol layer. If a multi layer symbol has multiple layers and an effect is applied to a specific layer it will alter only that layer of the symbol. Currently only dash geometric effect is supported.

Since

200.1.0

Inheritors

Functions

Link copied to clipboard
abstract fun clone(): GeometricEffect

Clones the GeometricEffect.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int