User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_topologycombinetype

Table of Contents

TGIS_TopologyCombineType enum

DK11 for Delphi | GisTypes.TGIS_TopologyCombineType | Enums

Type of operation for combining shapes.

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

Syntax

// Delphi
type
  TGIS_TopologyCombineType = (
    Union, Intersection, Difference, SymmetricalDifference
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_TopologyCombineType unsigned short {
  Union, Intersection, Difference, SymmetricalDifference
};

Members

Name Value Description
Union ShapeA + ShapeB.
Intersection ShapeA and ShapeB.
Difference ShapeA - ShapeB
SymmetricalDifference ShapeA xor ShapeB.

2022/11/30 19:19

Page Tools