Uses of Interface
gov.nasa.worldwind.terrain.SectorGeometry
-
Packages that use SectorGeometry Package Description gov.nasa.worldwind.render gov.nasa.worldwind.terrain -
-
Uses of SectorGeometry in gov.nasa.worldwind.render
Methods in gov.nasa.worldwind.render with parameters of type SectorGeometry Modifier and Type Method Description protected java.lang.Iterable<SurfaceTile>
GeographicSurfaceTileRenderer. getIntersectingTiles(DrawContext dc, SectorGeometry sg, java.lang.Iterable<? extends SurfaceTile> tiles)
protected abstract java.lang.Iterable<SurfaceTile>
SurfaceTileRenderer. getIntersectingTiles(DrawContext dc, SectorGeometry sg, java.lang.Iterable<? extends SurfaceTile> tiles)
protected void
GeographicSurfaceTileRenderer. preComputeTextureTransform(DrawContext dc, SectorGeometry sg, SurfaceTileRenderer.Transform t)
protected abstract void
SurfaceTileRenderer. preComputeTextureTransform(DrawContext dc, SectorGeometry sg, SurfaceTileRenderer.Transform t)
-
Uses of SectorGeometry in gov.nasa.worldwind.terrain
Classes in gov.nasa.worldwind.terrain that implement SectorGeometry Modifier and Type Class Description protected static class
RectangularTessellator.RectTile
Fields in gov.nasa.worldwind.terrain with type parameters of type SectorGeometry Modifier and Type Field Description protected java.util.HashMap<SectorGeometry,java.util.ArrayList<java.awt.Point>>
SectorGeometryList. pickSectors
Methods in gov.nasa.worldwind.terrain with parameters of type SectorGeometry Modifier and Type Method Description protected java.nio.DoubleBuffer
RectangularTessellator. makeGeographicTexCoords(SectorGeometry sg, SectorGeometry.GeographicTextureCoordinateComputer computer)
-