DK11 for Delphi | GisLayerVector.TGIS_Shape.Touch | Constructors | Fields | Methods | Properties
Tests touch relationship for self and given shape
// Delphi public function Touch( const _shape : TGIS_Shape ) : Boolean;
// C++ Builder public: bool Touch( TGIS_Shape* const _shape );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
Boolean | True if relation is true. |
See Equality for example.