com.esri.android.map
Class TiledServiceLayer.TileInfo

java.lang.Object
  extended by com.esri.android.map.TiledServiceLayer.TileInfo
Enclosing class:
TiledServiceLayer

public static class TiledServiceLayer.TileInfo
extends Object

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TiledServiceLayer.TileInfo

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
Method Detail

getOrigin

public Point getOrigin()
Returns the origin point

Returns:
Point origin point

getScales

public double[] getScales()
Returns the scale array.

Returns:
double array

getResolutions

public double[] getResolutions()
Returns the resolution array.

Returns:
double array

getDPI

public int getDPI()
Returns the DPI

Returns:
integer

getLevels

public int getLevels()
Returns the levels

Returns:
integer

getTileWidth

public int getTileWidth()
Returns the tile width

Returns:
integer

getTileHeight

public int getTileHeight()
Returns the tile height

Returns:
integer


Copyright © 2012. All Rights Reserved.