#include <source.h>

Public Member Functions | |
| virtual void | convert (Point *p, double *x, double *y) |
| virtual void Convert::convert | ( | Point * | p, | |
| double * | x, | |||
| double * | y | |||
| ) | [virtual] |
Convert the given Point into another coordinate system.
| p | Point to be converted | |
| x | Output x coordinate after conversion | |
| y | Output y coordinate after conversion |
Reimplemented in ConvertAlbers.
1.5.4