User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_insidetype

Table of Contents

TGIS_InsideType enum

DK11 for .NET | TatukGIS.NDK.TGIS_InsideType | Enums

Types of IsInside checking.

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

Syntax

// 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
  );

Members

Name Value Description
Full Shape must be totally covered.
Centroid Only centroid must be covered.
partial Any part must be covered.

2022/11/30 19:27

Page Tools