Skip to main content
Skip table of contents

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  GeoDecimalGeoE5 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:

HTML/XML
<Data>
   <Intersection>
      <!-- 0-n Intersection points/lines -->
      <Point/line format><!--Point/line definition--></Point/line format>
   </Intersection>
</Data>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.