User Tools

Site Tools


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

Table of Contents

TGIS_Topology.CheckShape method

DK for Java | tatukgis.jdk.TGIS_Topology.CheckShape | Constructors | Methods | Properties | Events

Checks whether a shape is valid.

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

Syntax

// Java
public bool CheckShape(
  TGIS_Shape _shp
);
// Oxygene
public
  function CheckShape(
    _shp : TGIS_Shape
  ) : Boolean;

Parameters

Name Type Description
_shp TGIS_Shape shape to be checked

Result

Type Description
bool
Boolean
True if a _shp is valid

Remarks

Function calls FixShapeEx method internally to validate. To fix a shape use FixShape or FixShapeEx methods directly.

2025/01/31 01:18

Page Tools