public class TiledImageLayer extends AbstractLayer implements TileFactory
Constructor and Description |
---|
TiledImageLayer() |
TiledImageLayer(java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
Tile |
createTile(Sector sector,
Level level,
int row,
int column)
Returns a tile for a specified sector, level within a
LevelSet , and row and column within that level. |
double |
getDetailControl() |
ImageOptions |
getImageOptions() |
LevelSet |
getLevelSet() |
void |
setDetailControl(double detailControl) |
void |
setImageOptions(ImageOptions imageOptions) |
void |
setLevelSet(LevelSet levelSet) |
getDisplayName, getMaxActiveAltitude, getMinActiveAltitude, getOpacity, getUserProperty, hasUserProperty, isEnabled, isPickEnabled, isWithinActiveAltitudes, putUserProperty, removeUserProperty, render, setDisplayName, setEnabled, setMaxActiveAltitude, setMinActiveAltitude, setOpacity, setPickEnabled
public TiledImageLayer()
public TiledImageLayer(java.lang.String displayName)
public LevelSet getLevelSet()
public void setLevelSet(LevelSet levelSet)
public ImageOptions getImageOptions()
public void setImageOptions(ImageOptions imageOptions)
public double getDetailControl()
public void setDetailControl(double detailControl)
public Tile createTile(Sector sector, Level level, int row, int column)
TileFactory
LevelSet
, and row and column within that level.createTile
in interface TileFactory
sector
- the sector spanned by the tilelevel
- the level at which the tile lies within a LevelSetrow
- the row within the specified levelcolumn
- the column within the specified level