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.

Since:
1.0

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

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
Since:
1.0
Method Detail

getOrigin

public Point getOrigin()
Returns the origin point.

Returns:
Point origin point
Since:
1.0

getScales

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

Returns:
double array
Since:
1.0

getResolutions

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

Returns:
double array
Since:
1.0

getDPI

public int getDPI()
Returns the DPI.

Returns:
integer
Since:
1.0

getLevels

public int getLevels()
Returns the levels.

Returns:
integer
Since:
1.0

getTileWidth

public int getTileWidth()
Returns the tile width.

Returns:
integer
Since:
1.0

getTileHeight

public int getTileHeight()
Returns the tile height.

Returns:
integer
Since:
1.0


Copyright © 2010. All Rights Reserved.