User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapepolygon.isinsidepolygon_tgis_shapepolygon_tgis_insidetype

Table of Contents

TGIS_ShapePolygon.IsInsidePolygon method

DK11 for Delphi | GisLayerVector.TGIS_ShapePolygon.IsInsidePolygon | Constructors | Fields | Methods | Properties

Test if the shape is inside a given polygon.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Shape.IsInsidePolygon.

// Delphi
public
  function IsInsidePolygon(
    const _shape : TGIS_ShapePolygon;
    const _itype : TGIS_InsideType
  ) : Boolean; override;
// C++ Builder
public:
  virtual bool IsInsidePolygon(
    TGIS_ShapePolygon* const _shape,
    TGIS_InsideType* const _itype
  );

Parameters

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

Result

Type Description
Boolean True if relation is true.
2020/05/07 01:09

Page Tools