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 class
KMLSurfacePolygonImpl
-
Uses of SurfaceRenderable in gov.nasa.worldwind.render
Subinterfaces of SurfaceRenderable in gov.nasa.worldwind.render Modifier and Type Interface Description interface
SurfaceObject
Common interface for renderables that are drawn on the Globe's surface terrain, such asSurfaceShape
.interface
SurfaceShape
Common 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 class
AbstractSurfaceObject
Abstract implementation of SurfaceObject that participates in theSceneController
's bulk rendering of SurfaceObjects.class
AbstractSurfaceRenderable
Surface renderable.class
AbstractSurfaceShape
Common superclass for surface conforming shapes such asSurfacePolygon
,SurfacePolyline
,SurfaceEllipse
,SurfaceQuad
, andSurfaceSector
.class
SurfaceCircle
class
SurfaceEllipse
class
SurfaceIcon
Renders an icon image over the terrain surface.class
SurfaceIcons
Renders an icon image over the terrain surface in many locations.class
SurfaceMultiPolygon
class
SurfacePolygon
class
SurfacePolygons
Renders fast multiple polygons with or without holes in one pass.class
SurfacePolyline
class
SurfacePolylines
This class renders fast multiple surface polylines in one pass.class
SurfaceQuad
class
SurfaceSector
class
SurfaceSquare
class
SurfaceText
Renders 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. currentSurfaceObjects
List of currently assembled surface renderables.protected java.util.List<SurfaceRenderable>
SurfaceObjectTileBuilder.SurfaceObjectTile. intersectingObjects
List 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 void
SurfaceObjectTileBuilder.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 void
SurfaceObjectTileBuilder.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 class
SurfaceBox
-
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 class
AnalyticSurface.AnalyticSurfaceObject
protected static class
AnalyticSurface.ClampToGroundSurface
protected static class
AnalyticSurface.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 class
DirectedSurfacePolyline
ASurfacePolyline
that draws arrowheads between the polyline positions to indicate direction.protected static class
SectorSelector.RegionShape
-