DK11 for Java | tatukgis.jdk.TGIS_Shape.Overlap | Constructors | Fields | Methods | Properties
Tests overlap relationship for self and given shape
// Java public bool Overlap( TGIS_Shape _shape );
// Oxygene public function Overlap( _shape : TGIS_Shape ) : Boolean;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
bool Boolean | True if relation is true. |
See Equality for example.