invert abstract method

(double, double) invert(
  1. double x,
  2. double y
)

Inverts screen coordinates to geographic longitude, latitude.

Implementation

(double, double) invert(double x, double y);