Skip to content

Commit

Permalink
Fixed javadoc of Geometry.getEnvelope(): polygon vertices order
Browse files Browse the repository at this point in the history
  • Loading branch information
artaban committed Oct 12, 2020
1 parent 6367610 commit c7924c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ public Point getInteriorPoint()
* <li>a point, returns a <code>Point</code>.
* <li>a line parallel to an axis, a two-vertex <code>LineString</code>
* <li>otherwise, returns a
* <code>Polygon</code> whose vertices are (minx miny, maxx miny,
* maxx maxy, minx maxy, minx miny).
* <code>Polygon</code> whose vertices are (minx miny, minx maxy,
* maxx maxy, maxx miny, minx miny).
* </ul>
*
*@return a Geometry representing the envelope of this Geometry
Expand Down

0 comments on commit c7924c0

Please sign in to comment.