Uses of Interface
gov.nasa.worldwind.render.SurfaceRenderable
-
-
Uses of SurfaceRenderable in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement SurfaceRenderable Modifier and Type Class Description classKMLSurfacePolygonImpl -
Uses of SurfaceRenderable in gov.nasa.worldwind.render
Subinterfaces of SurfaceRenderable in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceSurfaceObjectCommon interface for renderables that are drawn on the Globe's surface terrain, such asSurfaceShape.interfaceSurfaceShapeCommon interface for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.Classes in gov.nasa.worldwind.render that implement SurfaceRenderable Modifier and Type Class Description classAbstractSurfaceObjectAbstract implementation of SurfaceObject that participates in theSceneController's bulk rendering of SurfaceObjects.classAbstractSurfaceRenderableSurface renderable.classAbstractSurfaceShapeCommon superclass for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.classSurfaceCircleclassSurfaceEllipseclassSurfaceIconRenders an icon image over the terrain surface.classSurfaceIconsRenders an icon image over the terrain surface in many locations.classSurfaceMultiPolygonclassSurfacePolygonclassSurfacePolygonsRenders fast multiple polygons with or without holes in one pass.classSurfacePolylineclassSurfacePolylinesThis class renders fast multiple surface polylines in one pass.classSurfaceQuadclassSurfaceSectorclassSurfaceSquareclassSurfaceTextRenders a string of text on the surface of the globe.Fields in gov.nasa.worldwind.render with type parameters of type SurfaceRenderable Modifier and Type Field Description protected java.util.List<SurfaceRenderable>SurfaceObjectTileBuilder. currentSurfaceObjectsList of currently assembled surface renderables.protected java.util.List<SurfaceRenderable>SurfaceObjectTileBuilder.SurfaceObjectTile. intersectingObjectsList of surface renderables intersecting the tile.Methods in gov.nasa.worldwind.render that return types with arguments of type SurfaceRenderable Modifier and Type Method Description java.util.List<SurfaceRenderable>SurfaceObjectTileBuilder.SurfaceObjectTile. getObjectList()Returns a list of surface renderables intersecting the tile.Methods in gov.nasa.worldwind.render with parameters of type SurfaceRenderable Modifier and Type Method Description voidSurfaceObjectTileBuilder.SurfaceObjectTile. addSurfaceObject(SurfaceRenderable so, Sector sector)Adds the specified surface renderable to the tile's list of intersecting objects.Method parameters in gov.nasa.worldwind.render with type arguments of type SurfaceRenderable Modifier and Type Method Description voidSurfaceObjectTileBuilder.SurfaceObjectTile. addAllSurfaceObjects(java.util.List<SurfaceRenderable> c, Sector sector)Adds the specified collection of surface renderables to the tile's list of intersecting objects. -
Uses of SurfaceRenderable in gov.nasa.worldwind.render.airspaces
Classes in gov.nasa.worldwind.render.airspaces that implement SurfaceRenderable Modifier and Type Class Description classSurfaceBox -
Uses of SurfaceRenderable in gov.nasa.worldwindx.examples.analytics
Classes in gov.nasa.worldwindx.examples.analytics that implement SurfaceRenderable Modifier and Type Class Description protected static classAnalyticSurface.AnalyticSurfaceObjectprotected static classAnalyticSurface.ClampToGroundSurfaceprotected static classAnalyticSurface.ShadowSurface -
Uses of SurfaceRenderable in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement SurfaceRenderable Modifier and Type Class Description classDirectedSurfacePolylineASurfacePolylinethat draws arrowheads between the polyline positions to indicate direction.protected static classSectorSelector.RegionShape
-