User Tools

Site Tools


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

Table of Contents

TGIS_Shape.IsInsideExtent method

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

Test if the shape is inside a defined extent.

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

Syntax

// Java
public bool IsInsideExtent(
  TGIS_Extent _extent,
  TGIS_InsideType _itype
);
// Oxygene
public
  function IsInsideExtent(
    _extent : TGIS_Extent;
    _itype : TGIS_InsideType
  ) : Boolean; virtual;

Parameters

Name Type Description
_extent TGIS_Extent extent to be tested with
_itype TGIS_InsideType kind of test

Result

Type Description
bool
Boolean
True if shape is inside provided extent.

Remarks

See IsInsideCircle for example.

2022/11/16 01:51

Page Tools