Operation: LineIntersection
With the operation LineIntersection the (edge) intersections between polygons or polylines can be calculated.
Input
For the operation LineIntersection the adapter expects the same input XML structure as for the operation LineConversion, where two polygones, two polylines or a polygon and a polyline are specified. Additional attributes are not taken over to the output XML document.
Output
For the operation LineIntersection an XML document will be output that contains all calculated (edge) intersections within the element Intersection. Depending on the selected output format, the intersection points will be output in a child element GeoDecimal, GeoE5 or GooglePoint.
As an alternative, with the output format GoogleLine a line that leads along the intersection points can be output within a child element of the same name:
<Data>
<Intersection>
<!-- 0-n Intersection points/lines -->
<Point/line format><!--Point/line definition--></Point/line format>
</Intersection>
</Data>