reverse method

Geometry reverse()
override

Computes a new geometry which has all component coordinate sequences in reverse order (opposite orientation) to this one.

@return a reversed geometry

Implementation

Geometry reverse() {
  return copy();
}