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 voidGeographicSurfaceTileRenderer. preComputeTextureTransform(DrawContext dc, SectorGeometry sg, SurfaceTileRenderer.Transform t)protected abstract voidSurfaceTileRenderer. 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 classRectangularTessellator.RectTileFields 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. pickSectorsMethods in gov.nasa.worldwind.terrain with parameters of type SectorGeometry Modifier and Type Method Description protected java.nio.DoubleBufferRectangularTessellator. makeGeographicTexCoords(SectorGeometry sg, SectorGeometry.GeographicTextureCoordinateComputer computer)
-