User Tools

Site Tools


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

Table of Contents

TGIS_Shape.IsInsideCircle method

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

Test if the shape is inside a given circle.

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

Syntax

// Java
public bool IsInsideCircle(
  TGIS_Point _center,
  double _range,
  TGIS_InsideType _itype
);
// Oxygene
public
  function IsInsideCircle(
    _center : TGIS_Point;
    _range : Double;
    _itype : TGIS_InsideType
  ) : Boolean; virtual;

Parameters

Name Type Description
_center TGIS_Point center of circle
_range double
Double
circle range
_itype TGIS_InsideType kind of test

Result

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

Page Tools