DK11 for Java | tatukgis.jdk.TGIS_Topology.ArcSplitOnCross | Constructors | Methods | Properties | Events
Return a copy of _shp divided into parts in crossing points with shapes from the list. Ensure proper order and orientation of sections (last point of previous is first of next one).
// Java public TGIS_ShapeArc ArcSplitOnCross( TGIS_ShapeArc _shp, TObjectList<TObject> _shplist );
// Oxygene public function ArcSplitOnCross( _shp : TGIS_ShapeArc; _shplist : TGIS_ObjectList ) : TGIS_ShapeArc;
Name | Type | Description |
---|---|---|
_shp | TGIS_ShapeArc | shape to divide |
_shplist | TObjectList<TObject> TGIS_ObjectList | a list of Arcs or Polygons |
Type | Description |
---|---|
TGIS_ShapeArc | returns copy of _shp divided into parts in crossing points with shapes from the list |