public override IGeometry Reverse() { var sequence = CoordinateSequence.Reversed(); return(Factory.CreateLinearRing(sequence)); }