Uses of Class
gov.nasa.worldwind.terrain.SectorGeometryList
-
Packages that use SectorGeometryList Package Description gov.nasa.worldwind gov.nasa.worldwind.globes Provides classes for representing the shape and terrain of a planet.gov.nasa.worldwind.render gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwind.view.orbit gov.nasa.worldwindx.applications.sar.segmentplane gov.nasa.worldwindx.examples.multiwindow Examples of how to use multiple WorldWind globes in the same application. -
-
Uses of SectorGeometryList in gov.nasa.worldwind
Methods in gov.nasa.worldwind that return SectorGeometryList Modifier and Type Method Description SectorGeometryList
AbstractSceneController. getTerrain()
SectorGeometryList
SceneController. getTerrain()
Returns the terrain geometry used to draw the most recent frame. -
Uses of SectorGeometryList in gov.nasa.worldwind.globes
Methods in gov.nasa.worldwind.globes that return SectorGeometryList Modifier and Type Method Description SectorGeometryList
EllipsoidalGlobe. tessellate(DrawContext dc)
SectorGeometryList
Globe. tessellate(DrawContext dc)
Tessellate this globe for the currently visible region. -
Uses of SectorGeometryList in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as SectorGeometryList Modifier and Type Field Description protected SectorGeometryList
DrawContextImpl.OrderedRenderableEntry. surfaceGeometry
protected SectorGeometryList
DrawContextImpl. surfaceGeometry
Methods in gov.nasa.worldwind.render that return SectorGeometryList Modifier and Type Method Description SectorGeometryList
DrawContext. getSurfaceGeometry()
Retrieves a list of all the sectors rendered so far this frame.SectorGeometryList
DrawContextImpl. getSurfaceGeometry()
Methods in gov.nasa.worldwind.render with parameters of type SectorGeometryList Modifier and Type Method Description void
DrawContext. setSurfaceGeometry(SectorGeometryList surfaceGeometry)
Specifies the current surface geometry.void
DrawContextImpl. setSurfaceGeometry(SectorGeometryList surfaceGeometry)
-
Uses of SectorGeometryList in gov.nasa.worldwind.terrain
Fields in gov.nasa.worldwind.terrain declared as SectorGeometryList Modifier and Type Field Description protected SectorGeometryList
RectangularTessellator. currentTiles
Methods in gov.nasa.worldwind.terrain that return SectorGeometryList Modifier and Type Method Description SectorGeometryList
RectangularTessellator. tessellate(DrawContext dc)
SectorGeometryList
Tessellator. tessellate(DrawContext dc)
Tessellate a globe for the currently visible region.Constructors in gov.nasa.worldwind.terrain with parameters of type SectorGeometryList Constructor Description SectorGeometryList(SectorGeometryList list)
Constructs a sector geometry list that contains a specified list of sector geometries. -
Uses of SectorGeometryList in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util with parameters of type SectorGeometryList Modifier and Type Method Description java.util.Set<T>
BasicQuadTree. getItemsInRegions(SectorGeometryList geometryList, java.util.Set<T> outItems)
Finds and returns the items intersecting a specified collection ofSectorGeometry
. -
Uses of SectorGeometryList in gov.nasa.worldwind.view.orbit
Methods in gov.nasa.worldwind.view.orbit with parameters of type SectorGeometryList Modifier and Type Method Description static OrbitViewInputSupport.OrbitViewState
OrbitViewInputSupport. getSurfaceIntersection(Globe globe, SectorGeometryList terrain, Position centerPosition, Angle heading, Angle pitch, double zoom)
-
Uses of SectorGeometryList in gov.nasa.worldwindx.applications.sar.segmentplane
Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type SectorGeometryList Modifier and Type Method Description Position
SegmentPlaneRenderer. computeControlPointPosition(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint)
protected Position
SegmentPlaneRenderer. computePositionOnPlane(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, double u, double v, boolean relativeToSurface)
protected double
SegmentPlaneRenderer. computeSurfaceElevation(SectorGeometryList sgl, Globe globe, Angle latitude, Angle longitude)
-
Uses of SectorGeometryList in gov.nasa.worldwindx.examples.multiwindow
Fields in gov.nasa.worldwindx.examples.multiwindow declared as SectorGeometryList Modifier and Type Field Description protected SectorGeometryList
ViewVolumeViewer.SectorGeometryLayer. sg
Methods in gov.nasa.worldwindx.examples.multiwindow with parameters of type SectorGeometryList Modifier and Type Method Description void
ViewVolumeViewer.SectorGeometryLayer. setGeometry(SectorGeometryList sectorGeometry)
-