User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.isinsidepolygon_tgis_shapepolygon_tgis_insidetype

Table of Contents

TGIS_Shape.IsInsidePolygon method

DK11 for Java | tatukgis.jdk.TGIS_Shape.IsInsidePolygon | Constructors | Fields | Methods | Properties

Test if the shape is inside a given polygon.

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

Syntax

// Java
public bool IsInsidePolygon(
  TGIS_ShapePolygon _shape,
  TGIS_InsideType _itype
);
// Oxygene
public
  function IsInsidePolygon(
    _shape : TGIS_ShapePolygon;
    _itype : TGIS_InsideType
  ) : Boolean; virtual;

Parameters

Name Type Description
_shape TGIS_ShapePolygon polygon to test with
_itype TGIS_InsideType kind of test

Result

Type Description
bool
Boolean
True if relation is true.
2022/11/16 01:51

Page Tools