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.worldwindMethods in gov.nasa.worldwind that return SectorGeometryList Modifier and Type Method Description SectorGeometryListAbstractSceneController. getTerrain()SectorGeometryListSceneController. getTerrain()Returns the terrain geometry used to draw the most recent frame.
- 
Uses of SectorGeometryList in gov.nasa.worldwind.globesMethods in gov.nasa.worldwind.globes that return SectorGeometryList Modifier and Type Method Description SectorGeometryListEllipsoidalGlobe. tessellate(DrawContext dc)SectorGeometryListGlobe. tessellate(DrawContext dc)Tessellate this globe for the currently visible region.
- 
Uses of SectorGeometryList in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as SectorGeometryList Modifier and Type Field Description protected SectorGeometryListDrawContextImpl.OrderedRenderableEntry. surfaceGeometryprotected SectorGeometryListDrawContextImpl. surfaceGeometryMethods in gov.nasa.worldwind.render that return SectorGeometryList Modifier and Type Method Description SectorGeometryListDrawContext. getSurfaceGeometry()Retrieves a list of all the sectors rendered so far this frame.SectorGeometryListDrawContextImpl. getSurfaceGeometry()Methods in gov.nasa.worldwind.render with parameters of type SectorGeometryList Modifier and Type Method Description voidDrawContext. setSurfaceGeometry(SectorGeometryList surfaceGeometry)Specifies the current surface geometry.voidDrawContextImpl. setSurfaceGeometry(SectorGeometryList surfaceGeometry)
- 
Uses of SectorGeometryList in gov.nasa.worldwind.terrainFields in gov.nasa.worldwind.terrain declared as SectorGeometryList Modifier and Type Field Description protected SectorGeometryListRectangularTessellator. currentTilesMethods in gov.nasa.worldwind.terrain that return SectorGeometryList Modifier and Type Method Description SectorGeometryListRectangularTessellator. tessellate(DrawContext dc)SectorGeometryListTessellator. 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.utilMethods 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.orbitMethods in gov.nasa.worldwind.view.orbit with parameters of type SectorGeometryList Modifier and Type Method Description static OrbitViewInputSupport.OrbitViewStateOrbitViewInputSupport. getSurfaceIntersection(Globe globe, SectorGeometryList terrain, Position centerPosition, Angle heading, Angle pitch, double zoom)
- 
Uses of SectorGeometryList in gov.nasa.worldwindx.applications.sar.segmentplaneMethods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type SectorGeometryList Modifier and Type Method Description PositionSegmentPlaneRenderer. computeControlPointPosition(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint)protected PositionSegmentPlaneRenderer. computePositionOnPlane(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, double u, double v, boolean relativeToSurface)protected doubleSegmentPlaneRenderer. computeSurfaceElevation(SectorGeometryList sgl, Globe globe, Angle latitude, Angle longitude)
- 
Uses of SectorGeometryList in gov.nasa.worldwindx.examples.multiwindowFields in gov.nasa.worldwindx.examples.multiwindow declared as SectorGeometryList Modifier and Type Field Description protected SectorGeometryListViewVolumeViewer.SectorGeometryLayer. sgMethods in gov.nasa.worldwindx.examples.multiwindow with parameters of type SectorGeometryList Modifier and Type Method Description voidViewVolumeViewer.SectorGeometryLayer. setGeometry(SectorGeometryList sectorGeometry)
 
-