User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_contourgenerator.smoothen

Table of Contents

TGIS_ContourGenerator.Smoothen property

DK for Java | tatukgis.jdk.TGIS_ContourGenerator.Smoothen | Constructors | Methods | Properties | Events

If True, generated contours are smoothed. Use carefully for polygon output because smoothing can produce invalid geometry.

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

Syntax

// Java
public bool getSmoothen();
 
public void setSmoothen(
  bool _value
);
// Oxygene
public
  property Smoothen : Boolean read write;

Value

Type
bool
Boolean

References

2026/07/11 01:22

Page Tools