79 virtual double WorldX(
const double projectionX)
const = 0;
90 virtual double WorldY(
const double projectionY)
const = 0;
Create a mapping between a projection and other coordinate system.
virtual ~WorldMapper()
Destroys the WorldMapper object.
virtual double WorldY(const double projectionY) const =0
This pure virtual method will return a world Y coordinate given a projection Y coordinate in meters.
virtual double ProjectionX(const double worldX) const =0
This pure virtual method will return a projection X coordinate in meters given a world X coordinate.
virtual double WorldX(const double projectionX) const =0
This pure virtual method will return a world X coordinate given a projection Y coordinate in meters.
virtual double Resolution() const
This virtual method will the resolution of the world system relative to one unit in the projection sy...
virtual double ProjectionY(const double worldY) const =0
This pure virtual method will return a projection Y coordinate in meters given a world Y coordinate.
WorldMapper()
Constructs an empty WorldMapper object.
This is free and unencumbered software released into the public domain.