public class TileRow extends UserRow<TileColumn,TileTable>
columnTypes, table, values| Constructor and Description |
|---|
TileRow(TileRow tileRow)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TileRow |
copy()
Copy the row
|
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
|
Bitmap |
getTileDataBitmap()
Get the tile data bitmap
|
Bitmap |
getTileDataBitmap(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(Bitmap bitmap,
Bitmap.CompressFormat format)
Set the tile data from a full quality bitmap
|
void |
setTileData(Bitmap bitmap,
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, isValid, setValid, toContentValuescolumnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getId, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getTable, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setValue, setValue, validateValuepublic TileRow(TileRow tileRow)
tileRow - tile row to copypublic int getZoomLevelColumnIndex()
public TileColumn getZoomLevelColumn()
public long getZoomLevel()
public void setZoomLevel(long zoomLevel)
zoomLevel - zoom levelpublic int getTileColumnColumnIndex()
public TileColumn getTileColumnColumn()
public long getTileColumn()
public void setTileColumn(long tileColumn)
tileColumn - tile columnpublic int getTileRowColumnIndex()
public TileColumn getTileRowColumn()
public long getTileRow()
public void setTileRow(long tileRow)
tileRow - tile rowpublic int getTileDataColumnIndex()
public TileColumn getTileDataColumn()
public byte[] getTileData()
public void setTileData(byte[] tileData)
tileData - tile data bytespublic Bitmap getTileDataBitmap()
public Bitmap getTileDataBitmap(BitmapFactory.Options options)
options - bitmap optionspublic void setTileData(Bitmap bitmap, Bitmap.CompressFormat format) throws IOException
bitmap - tile bitmapformat - compress formatIOException - upon failurepublic void setTileData(Bitmap bitmap, Bitmap.CompressFormat format, int quality) throws IOException
bitmap - tile bitmapformat - compress formatquality - qualityIOException - upon failurepublic TileRow copy()