User Tools

Site Tools


api:dk11:delphi:gistopology.tgis_topology.union_tgis_shape_tgis_shape

Table of Contents

TGIS_Topology.Union(TGIS_Shape; TGIS_Shape) method

DK11 for Delphi | GisTopology.TGIS_Topology.Union | Overloads | Constructors | Methods | Properties | Events

Compute a new shape as an union of two shapes provided.

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

Syntax

// Delphi
public
  function Union(
    const _shpA : TGIS_Shape;
    const _shpB : TGIS_Shape
  ) : TGIS_Shape; overload;
// C++ Builder
public:
  TGIS_Shape* Union(
    TGIS_Shape* const _shpA,
    TGIS_Shape* const _shpB
  ) /* overload */;

Parameters

Name Type Description
_shpA TGIS_Shape first shape
_shpB TGIS_Shape second shape

Result

Type Description
TGIS_Shape returns new shape as union of two others

Remarks

See TGIS_Shape.Combine for example.

2022/11/30 19:19

Page Tools