DK11 for Delphi | GisLayerVector.TGIS_Shape.Relate | Constructors | Fields | Methods | Properties
Checks nine-intersection matrix for self and given shape
// Delphi public function Relate( const _shape : TGIS_Shape; const _isectionMatrix : String ) : Boolean;
// C++ Builder public: bool Relate( TGIS_Shape* const _shape, const UnicodeString _isectionMatrix );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
_isectionMatrix | String | intersection matrix |
Type | Description |
---|---|
Boolean | True if conditions in matrix are true. |
Internally it uses Topology class to find relations. See GIS_Topology for details and examples.