Skip to content

Commit

Permalink
Javadoc for OverlayNG package.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Davis <[email protected]>
  • Loading branch information
dr-jts committed Jan 19, 2021
1 parent f7561b4 commit 04380b7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ <h2>Semantics</h2>
have valid <code>MultiPolygon</code> topology.)</li>
<li>Empty results are atomic <code>EMPTY</code> geometries
of dimension appropriate to the operation.</li>
<li>As far as possible, results preserve the order and direction of the inputs.
For instance, a MultiLineString intersection with a Polygon
will have resultants which are in the same order and have the same direction
as the input lines (assuming the input lines are disjoint).
If an input line is split into two or more parts,
they are ordered in the direction of occurence along their parent line.</li>
</ul>

</p>
Expand Down

0 comments on commit 04380b7

Please sign in to comment.