Package | Description |
---|---|
gov.nasa.worldwind.render |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<SurfaceObjectTileBuilder.SurfaceObjectTile> |
SurfaceObjectTileBuilder.TileInfo.tiles |
Modifier and Type | Method and Description |
---|---|
protected SurfaceObjectTileBuilder.SurfaceObjectTile |
SurfaceObjectTileBuilder.createTile(Sector sector,
Level level,
int row,
int column,
java.lang.String cacheName)
Returns a new SurfaceObjectTile corresponding to the specified
sector , level , row , column , and cacheName . |
Modifier and Type | Method and Description |
---|---|
protected void |
SurfaceObjectTileBuilder.addIntersectingObjects(DrawContext dc,
SurfaceObjectTileBuilder.SurfaceObjectTile parent,
SurfaceObjectTileBuilder.SurfaceObjectTile tile)
Adds surface renderables from the parent's object list to the specified tile's object list.
|
protected void |
SurfaceObjectTileBuilder.addTile(SurfaceObjectTileBuilder.SurfaceObjectTile tile)
Adds the specified tile to this tile builder's
SurfaceObjectTileBuilder.currentInfo and the TextureTile memory cache. |
protected void |
SurfaceObjectTileBuilder.addTileOrDescendants(DrawContext dc,
LevelSet levelSet,
SurfaceObjectTileBuilder.SurfaceObjectTile parent,
SurfaceObjectTileBuilder.SurfaceObjectTile tile)
Potentially adds the specified tile or its descendants to the tile builder's
SurfaceObjectTileBuilder.currentInfo . |
protected java.lang.Object |
SurfaceObjectTileBuilder.createSurfaceTileDrawContext(SurfaceObjectTileBuilder.SurfaceObjectTile tile)
Returns a new Object representing the drawing context for the specified tile.
|
protected void |
SurfaceObjectTileBuilder.updateTile(DrawContext dc,
SurfaceObjectTileBuilder.SurfaceObjectTile tile)
Draws the current list of surface renderables into the specified surface tile.
|
Constructor and Description |
---|
SurfaceObjectTileStateKey(DrawContext dc,
SurfaceObjectTileBuilder.SurfaceObjectTile tile)
Construsts a tile state key for the specified surface renderable tile.
|