| Package | Description |
|---|---|
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.terrain |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Iterable<SurfaceTile> |
SurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
java.lang.Iterable<? extends SurfaceTile> tiles) |
protected java.lang.Iterable<SurfaceTile> |
GeographicSurfaceTileRenderer.getIntersectingTiles(DrawContext dc,
SectorGeometry sg,
java.lang.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 java.util.HashMap<SectorGeometry,java.util.ArrayList<java.awt.Point>> |
SectorGeometryList.pickSectors |
| Modifier and Type | Method and Description |
|---|---|
protected java.nio.DoubleBuffer |
RectangularTessellator.makeGeographicTexCoords(SectorGeometry sg,
SectorGeometry.GeographicTextureCoordinateComputer computer) |