GeometryGenerator.Expression

GeometryGenerator.Expression property

Provides a way to substitute the feature geometry with a one modified for a symbolizer. Default is null (use feature geometry as-is).

public Func<Feature, IGeometry> Expression { get; set; }

See Also