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