DK11 for Java | tatukgis.jdk.TGIS_InsideType | Enums
Types of IsInside checking.
// Java public enum TGIS_InsideType { Full, Centroid, partial }
// Oxygene type TGIS_InsideType = public ( Full, Centroid, partial };
Name | Value | Description | |
---|---|---|---|
Full | Shape must be totally covered. | ||
Centroid | Only centroid must be covered. | ||
partial | Any part must be covered. | ||