public class TileRow extends UserRow<TileColumn,TileTable>
| Modifier and Type | Method and Description |
|---|---|
long |
getTileColumn()
Get the tile column
|
TileColumn |
getTileColumnColumn()
Get the tile column column
|
int |
getTileColumnColumnIndex()
Get the tile column column index
|
byte[] |
getTileData()
Get the tile data
|
android.graphics.Bitmap |
getTileDataBitmap()
Get the tile data bitmap
|
android.graphics.Bitmap |
getTileDataBitmap(android.graphics.BitmapFactory.Options options)
Get the tile data bitmap with decoding options
|
TileColumn |
getTileDataColumn()
Get the tile data column
|
int |
getTileDataColumnIndex()
Get the tile data column index
|
long |
getTileRow()
Get the tile row
|
TileColumn |
getTileRowColumn()
Get the tile row column
|
int |
getTileRowColumnIndex()
Get the tile row column index
|
long |
getZoomLevel()
Get the zoom level
|
TileColumn |
getZoomLevelColumn()
Get the zoom level column
|
int |
getZoomLevelColumnIndex()
Get the zoom level column index
|
void |
setTileColumn(long tileColumn)
Set the tile column
|
void |
setTileData(android.graphics.Bitmap bitmap,
android.graphics.Bitmap.CompressFormat format)
Set the tile data from a full quality bitmap
|
void |
setTileData(android.graphics.Bitmap bitmap,
android.graphics.Bitmap.CompressFormat format,
int quality)
Set the tile data from a bitmap
|
void |
setTileData(byte[] tileData)
Set the tile data
|
void |
setTileRow(long tileRow)
Set the tile row
|
void |
setZoomLevel(long zoomLevel)
Set the zoom level
|
columnToContentValue, toContentValuespublic int getZoomLevelColumnIndex()
public TileColumn getZoomLevelColumn()
public long getZoomLevel()
public void setZoomLevel(long zoomLevel)
zoomLevel - public int getTileColumnColumnIndex()
public TileColumn getTileColumnColumn()
public long getTileColumn()
public void setTileColumn(long tileColumn)
tileColumn - public int getTileRowColumnIndex()
public TileColumn getTileRowColumn()
public long getTileRow()
public void setTileRow(long tileRow)
tileRow - public int getTileDataColumnIndex()
public TileColumn getTileDataColumn()
public byte[] getTileData()
public void setTileData(byte[] tileData)
tileData - public android.graphics.Bitmap getTileDataBitmap()
public android.graphics.Bitmap getTileDataBitmap(android.graphics.BitmapFactory.Options options)
options - public void setTileData(android.graphics.Bitmap bitmap,
android.graphics.Bitmap.CompressFormat format)
throws java.io.IOException
bitmap - format - java.io.IOExceptionpublic void setTileData(android.graphics.Bitmap bitmap,
android.graphics.Bitmap.CompressFormat format,
int quality)
throws java.io.IOException
bitmap - format - quality - java.io.IOException