public class OSMTileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
POSITION_IN_PARENT_BOTTOMLEFT |
static int |
POSITION_IN_PARENT_BOTTOMRIGHT |
static int |
POSITION_IN_PARENT_TOPLEFT |
static int |
POSITION_IN_PARENT_TOPRIGHT |
int |
x |
int |
y |
int |
zoom |
Constructor and Description |
---|
OSMTileInfo(int x,
int y,
int zoom) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
OSMTileInfo |
getParentTile() |
int |
getPositionInParent(OSMTileInfo pParent) |
int |
hashCode() |
java.lang.String |
toString() |
public static final int POSITION_IN_PARENT_TOPLEFT
public static final int POSITION_IN_PARENT_TOPRIGHT
public static final int POSITION_IN_PARENT_BOTTOMRIGHT
public static final int POSITION_IN_PARENT_BOTTOMLEFT
public final int x
public final int y
public final int zoom
public OSMTileInfo getParentTile()
public int getPositionInParent(OSMTileInfo pParent)
child
- parent
- public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object