User Tools

Site Tools


api:dk11:delphi:gistopology.tgis_topology.checkshape_tgis_shape

Table of Contents

TGIS_Topology.CheckShape method

DK11 for Delphi | GisTopology.TGIS_Topology.CheckShape | Constructors | Methods | Properties | Events

Checks whether a shape is valid.

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

Syntax

// Delphi
public
  function CheckShape(
    const _shp : TGIS_Shape
  ) : Boolean;
// C++ Builder
public:
  bool CheckShape(
    TGIS_Shape* const _shp
  );

Parameters

Name Type Description
_shp TGIS_Shape shape to be checked

Result

Type Description
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.

2024/06/20 01:09

Page Tools