User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_insidetype

Table of Contents

TGIS_InsideType enum

DK11 for Delphi | GisTypes.TGIS_InsideType | Enums

Types of IsInside checking.

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

Syntax

// Delphi
type
  TGIS_InsideType = (
    Full, Centroid, partial
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_InsideType unsigned short {
  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:19

Page Tools