DK for .NET | TatukGIS.NDK.TGIS_InsideType | Enums
Types of IsInside checking.
// C# public enum TGIS_InsideType { Full, Centroid, partial }
' VisualBasic Public Enum TGIS_InsideType Full Centroid partial End Enum
// 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. | ||