| java.lang.Object | |
| ↳ | com.esri.android.map.TiledServiceLayer.TileInfo |
A class wrapping the tiled info.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
TiledServiceLayer.TileInfo(Point origin, double[] scale, double[] res, int levels, int dpi, int tileWidth, int tileHeight)
Constructs the TileInfo object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs the TileInfo object.
| origin | origin point |
|---|---|
| scale | scale double array |
| res | resolution double array |
| levels | leves of tiles |
| dpi | DPI of tile |
| tileWidth | a tile width |
| tileHeight | a tile height |
Returns the DPI.
Returns the levels.
Returns the resolution array.
Returns the scale array.
Returns the tile height.
Returns the tile width.