DK11 for Delphi | GisTopology.TGIS_Topology.Relate | Constructors | Methods | Properties | Events
Checks nine-intersection matrix for given shapes.
// Delphi public function Relate( const _shpA : TGIS_Shape; const _shpB : TGIS_Shape; const _de9im : String ) : Boolean;
// C++ Builder public: bool Relate( TGIS_Shape* const _shpA, TGIS_Shape* const _shpB, const UnicodeString _de9im );
Name | Type | Description |
---|---|---|
_shpA | TGIS_Shape | given shape |
_shpB | TGIS_Shape | second given shape |
_de9im | String | intersection matrix |
Type | Description |
---|---|
Boolean | returns true if shapes are related |