DK11 for Java | tatukgis.jdk.TGIS_Shape.IsInsideCircle | Constructors | Fields | Methods | Properties
Test if the shape is inside a given circle.
// 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;
Name | Type | Description |
---|---|---|
_center | TGIS_Point | center of circle |
_range | double Double | circle range |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool Boolean | True if relation is true. |