org.osm2world.core.target.common.rendering
public class TileNumber extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PATTERN
pattern for parsing constructor
|
int |
x |
int |
y |
int |
zoom |
Constructor and Description |
---|
TileNumber(int zoom,
int x,
int y)
regular constructor
|
TileNumber(String arg)
parsing constructor
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public final int zoom
public final int x
public final int y
public static final String PATTERN
public TileNumber(int zoom, int x, int y)
public TileNumber(String arg)
arg
- string to be parsed;
format see PATTERN