FeatureLayerVisualizationGeometrySimplificationThreshold Property

Spotfire 14.3 API Reference
Gets or sets the threshold for geometry simplification, geometries with as many points as this or more will be subject to simplification.

Namespace:  Spotfire.Dxp.Application.Visuals.Maps
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public int GeometrySimplificationThreshold { get; set; }

Property Value

Type: Int32
Remarks

Specify the number of points below which geometry simplification will not be used when rendering features. Geometry simplification facilitates the rendering of features with a large number of points by snapping the points to even pixels. If two adjacent points fall within the same pixel, one is omitted. For rectangle features that are typically represented by 5 points (the fifth point is the same as the first point), the simplification might cause rendering inconsistencies. If you encounter these issues, try setting "Turn off simplification for features with less points than" to 6 to deactivate the simplification when rendering the rectangles.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference