Class GeometryGenerator

GeometryGenerator class

Decorate a symbolizer to modify feature’s geometry before rendering.

public class GeometryGenerator : VectorSymbolizer

Constructors

NameDescription
GeometryGenerator()The default constructor.

Properties

NameDescription
Expression { get; set; }Provides a way to substitute the feature geometry with a one modified for a symbolizer. Default is null (use feature geometry as-is).
Symbolizer { get; set; }Specifies a symbolizer to apply to the modified geometry. Default is NullVectorSymbolizer.

See Also