| Package | Description |
|---|---|
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.terrain |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterable<SurfaceTile> |
SurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
Iterable<? extends SurfaceTile> tiles) |
protected Iterable<SurfaceTile> |
GeographicSurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
Iterable<? extends SurfaceTile> tiles) |
protected abstract void |
SurfaceTileRenderer.preComputeTextureTransform(DrawContext dc,
SectorGeometry sg,
SurfaceTileRenderer.Transform t) |
protected void |
GeographicSurfaceTileRenderer.preComputeTextureTransform(DrawContext dc,
SectorGeometry sg,
SurfaceTileRenderer.Transform t) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RectangularTessellator.RectTile |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<SectorGeometry,ArrayList<Point>> |
SectorGeometryList.pickSectors |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleBuffer |
RectangularTessellator.makeGeographicTexCoords(SectorGeometry sg,
SectorGeometry.GeographicTextureCoordinateComputer computer) |