User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_insidetype

Table of Contents

TGIS_InsideType enum

DK11 for Java | tatukgis.jdk.TGIS_InsideType | Enums

Types of IsInside checking.

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

Syntax

// Java
public enum TGIS_InsideType {
  Full, Centroid, partial
}
// 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:36

Page Tools