DK11 for Delphi | GisLayerVector.TGIS_ShapePolygon.IsInsidePolygon | Constructors | Fields | Methods | Properties
Test if the shape is inside a given polygon.
Overrides TGIS_Shape.IsInsidePolygon.
// Delphi public function IsInsidePolygon( const _shape : TGIS_ShapePolygon; const _itype : TGIS_InsideType ) : Boolean; override;
// C++ Builder public: virtual bool IsInsidePolygon( TGIS_ShapePolygon* const _shape, TGIS_InsideType* const _itype );
Name | Type | Description |
---|---|---|
_shape | TGIS_ShapePolygon | polygon to test with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
Boolean | True if relation is true. |