User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_insidetype

Table of Contents

TGIS_InsideType enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_InsideType | Enums

Types of IsInside checking.

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

Syntax

// C#
public enum TGIS_InsideType
{
  Full = 0, Centroid = 1, partial = 2
}
' VisualBasic
Public Enum TGIS_InsideType
  Full = 0
  Centroid = 1
  partial = 2
End Enum
// Oxygene
type
  TGIS_InsideType = public (
    Full = 0, Centroid = 1, partial = 2
  );

Members

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

2022/11/30 19:06

Page Tools