#include <MAP/PixelCoordinate.h>
Public Member Functions | |
PixelCoordinate () | |
PixelCoordinate (const int magnification, const int x, const int y) | |
int | getX () const |
int | getY () const |
int | getMagnification () const |
bool | operator== (const PixelCoordinate &b) const |
bool | operator!= (const PixelCoordinate &b) const |
|
Creates a new pixel coordinate. |
|
Creates a new pixel coordinate. |
|
Returns the horizontal (longitude) component of the pixel coordinate. |
|
Returns the vertical (latitude) component of the pixel coordinate. |
|
Returns the magnification component of the pixel coordinate. |
|
Compares two pixel coordinates, returns true if the first coordinate is equal to the second. |
|
Compare two pixel coordinates, returns true if the first coordinate is not equal to the second. |