[]
Inverse of Project(Point). Unprojects a logical coordinate to a geographic coordinate.
public Point Unproject(Point point)
Type | Name | Description |
---|---|---|
Point | point | The logical coordinate to apply the inverse projection. |
Type | Description |
---|---|
Point | The geographic coordinate corresponding to the logical coordinate. |