DK11 for Java | tatukgis.jdk.TGIS_Shape.IsCommonPoint | Constructors | Fields | Methods | Properties
Test if the current shape has any common point with another given shape.
// Java public bool IsCommonPoint( TGIS_Shape _shape );
// Oxygene public function IsCommonPoint( _shape : TGIS_Shape ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape to test with |
Type | Description |
---|---|
bool Boolean | True if relation is true. |
See IsInsideCircle for example.