User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_topology.forceshapefixing

Table of Contents

TGIS_Topology.ForceShapeFixing property

DK11 for Java | tatukgis.jdk.TGIS_Topology.ForceShapeFixing | Constructors | Methods | Properties | Events

If True then topological operations will force shape fixing. True will slow down any polygonal operations due to the fact that shape fixing will ensure proper winding and overlapping issues. Global default (which is False) can be set using GisTopologyForceShapeFixing().

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

Syntax

// Java
public bool getForceShapeFixing();
 
public void setForceShapeFixing(
  bool _value
);
// Oxygene
public
  property ForceShapeFixing : Boolean read write;

Value

Type
bool
Boolean
2022/11/30 19:35

Page Tools