Calling Reverse() on a Polygon produces:
System.InvalidCastException : Unable to cast object of type
'NetTopologySuite.Geometries.LineString' to type
'NetTopologySuite.Geometries.LinearRing'.
The reason seems to be that the Reverse method is not overridden by LinearRing.
Diff file attached.
Original issue reported on code.google.com by michael....@gmail.com on 6 Dec 2012 at 1:46
Original issue reported on code.google.com by
michael....@gmail.com
on 6 Dec 2012 at 1:46Attachments: