|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.android.map.TiledServiceLayer.TileInfo
public static class TiledServiceLayer.TileInfo
A class wrapping the tiled info.
| Constructor Summary | |
|---|---|
TiledServiceLayer.TileInfo(Point origin,
double[] scale,
double[] res,
int levels,
int dpi,
int tileWidth,
int tileHeight)
Constructs the TileInfo object. |
|
| Method Summary | |
|---|---|
int |
getDPI()
Returns the DPI. |
int |
getLevels()
Returns the levels. |
Point |
getOrigin()
Returns the origin point. |
double[] |
getResolutions()
Returns the resolution array. |
double[] |
getScales()
Returns the scale array. |
int |
getTileHeight()
Returns the tile height. |
int |
getTileWidth()
Returns the tile width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TiledServiceLayer.TileInfo(Point origin,
double[] scale,
double[] res,
int levels,
int dpi,
int tileWidth,
int tileHeight)
origin - origin pointscale - scale double arrayres - resolution double arraylevels - leves of tilesdpi - DPI of tiletileWidth - a tile widthtileHeight - a tile height| Method Detail |
|---|
public Point getOrigin()
public double[] getScales()
public double[] getResolutions()
public int getDPI()
public int getLevels()
public int getTileWidth()
public int getTileHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||