DK11 for Java | tatukgis.jdk.TGIS_TopologyCombineType | Enums
Type of operation for combining shapes.
// Java public enum TGIS_TopologyCombineType { Union, Intersection, Difference, SymmetricalDifference }
// Oxygene type TGIS_TopologyCombineType = public ( Union, Intersection, Difference, SymmetricalDifference };
Name | Value | Description | |
---|---|---|---|
Union | ShapeA + ShapeB. | ||
Intersection | ShapeA and ShapeB. | ||
Difference | ShapeA - ShapeB | ||
SymmetricalDifference | ShapeA xor ShapeB. | ||