DK11 for Java | tatukgis.jdk.TGIS_Shape.IsInsidePolygon | Constructors | Fields | Methods | Properties
Test if the shape is inside a given polygon.
// Java public bool IsInsidePolygon( TGIS_ShapePolygon _shape, TGIS_InsideType _itype );
// Oxygene public function IsInsidePolygon( _shape : TGIS_ShapePolygon; _itype : TGIS_InsideType ) : Boolean; virtual;
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. |