DK11 for Java | tatukgis.jdk.TGIS_ShapePolygon.IsInsidePolygon | Constructors | Fields | Methods | Properties
Test if the shape is inside a given polygon.
Available also on: Delphi | .NET.
Overrides TGIS_Shape.IsInsidePolygon.
// Java public bool IsInsidePolygon( TGIS_ShapePolygon _shape, TGIS_InsideType _itype );
// Oxygene public function IsInsidePolygon( _shape : TGIS_ShapePolygon; _itype : TGIS_InsideType ) : Boolean; override;
Name | Type | Description |
---|---|---|
_shape | TGIS_ShapePolygon | polygon to test with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool Boolean | True if relation is true. |