DK11 for Java | tatukgis.jdk.TGIS_Shape.GetCrossings | Constructors | Fields | Methods | Properties
Get all crossing points between the current shape and another given shape.
// Java public TGIS_PointList GetCrossings( TGIS_Shape _shape );
// Oxygene public function GetCrossings( _shape : TGIS_Shape ) : TGIS_PointList;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape to test with |
Type | Description |
---|---|
TGIS_PointList | List of crossing points or nil. |