public static class

TiledServiceLayer.TileInfo

extends Object
java.lang.Object
   ↳ com.esri.android.map.TiledServiceLayer.TileInfo

Class Overview

A class wrapping the tiled info.

Summary

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

Public Constructors

public TiledServiceLayer.TileInfo (Point origin, double[] scale, double[] res, int levels, int dpi, int tileWidth, int tileHeight)

Constructs the TileInfo object.

Parameters
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

Public Methods

public int getDPI ()

Returns the DPI.

Returns
  • integer

public int getLevels ()

Returns the levels.

Returns
  • integer

public Point getOrigin ()

Returns the origin point.

Returns
  • Point origin point

public double[] getResolutions ()

Returns the resolution array.

Returns
  • double array

public double[] getScales ()

Returns the scale array.

Returns
  • double array

public int getTileHeight ()

Returns the tile height.

Returns
  • integer

public int getTileWidth ()

Returns the tile width.

Returns
  • integer