com.esri.adf.web.ve.data
Class VETile

java.lang.Object
  extended by com.esri.adf.web.ve.data.VETile
All Implemented Interfaces:
Serializable

public class VETile
extends Object
implements Serializable

This class represents information about a Bing™ Maps (formerly known as Virtual Earth) tile.

See Also:
Serialized Form

Constructor Summary
VETile()
           
 
Method Summary
 int getColumn()
          Returns the column of this tile.
 int getRow()
          Returns the row of this tile.
 void setColumn(int column)
          Sets the column of this tile.
 void setRow(int row)
          Sets the column of this tile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VETile

public VETile()
Method Detail

getColumn

public int getColumn()
Returns the column of this tile.

Returns:
the column

getRow

public int getRow()
Returns the row of this tile.

Returns:
the row

setColumn

public void setColumn(int column)
Sets the column of this tile.

Parameters:
column - the column to set

setRow

public void setRow(int row)
Sets the column of this tile.

Parameters:
row - the row to set