User Tools

Site Tools


api:dk11:delphi:gistopology.tgis_topology.forceshapefixing

Table of Contents

TGIS_Topology.ForceShapeFixing property

DK for Delphi | GisTopology.TGIS_Topology.ForceShapeFixing | Constructors | Methods | Properties | Events | Events

If True, topological operations force shape fixing before processing. This can slow polygon operations because shape fixing resolves proper winding, self-crossings, and overlapping parts. The global default value (False) can be changed by calling GisTopologyForceShapeFixing().

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property ForceShapeFixing : Boolean read write;
// C++ Builder
public:
  __property bool ForceShapeFixing = {read, write};

Value

Type
Boolean
2026/07/11 00:43

Page Tools