DK11 for Delphi | GisTypes.TGIS_TopologyCombineType | Enums
Type of operation for combining shapes.
// Delphi type TGIS_TopologyCombineType = ( Union, Intersection, Difference, SymmetricalDifference );
// C++ Builder enum DECLSPEC_DENUM TGIS_TopologyCombineType unsigned short { Union, Intersection, Difference, SymmetricalDifference };
Name | Value | Description | |
---|---|---|---|
Union | ShapeA + ShapeB. | ||
Intersection | ShapeA and ShapeB. | ||
Difference | ShapeA - ShapeB | ||
SymmetricalDifference | ShapeA xor ShapeB. | ||