toString method

  1. @override
String toString()
override

String representation of GeoEllipse showing horizontal (x) radius, and vertical (y) radius.

Implementation

@override
String toString() {
  return "Ellipse(xr:$xRadius, yr:$yRadius)";
}