Class TileRef
- java.lang.Object
-
- org.eclipse.nebula.widgets.geomap.internal.TileRef
-
public final class TileRef extends java.lang.Object
A single tile in the map. A tile has an x and y coordinate, but both only make sense in the context of a given zoom level. The tile's zoom level is given byz
.For caching the tiles support some equals and hashCode behavior that makes them suitable as key-objects in java-util collections.
-
-
Constructor Summary
Constructors Constructor Description TileRef(int x, int y, int z)
Initializes this TileRef with x, y and z coordinates
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-