NASA World Wind

Uses of Interface
gov.nasa.worldwind.layers.Layer

Packages that use Layer
gov.nasa.worldwind.examples   
gov.nasa.worldwind.examples.applet NASA World Wind Java Applets 
gov.nasa.worldwind.layers   
gov.nasa.worldwind.layers.Earth   
gov.nasa.worldwind.layers.Mars   
gov.nasa.worldwind.layers.Moon   
gov.nasa.worldwind.layers.placename   
gov.nasa.worldwind.layers.rpf   
gov.nasa.worldwind.layers.rpf.wizard   
gov.nasa.worldwind.pick   
gov.nasa.worldwind.render   
gov.nasa.worldwind.wms   
 

Uses of Layer in gov.nasa.worldwind.examples
 

Classes in gov.nasa.worldwind.examples that implement Layer
 class SurfaceImageLayer
           
 

Methods in gov.nasa.worldwind.examples with parameters of type Layer
static void ApplicationTemplate.insertAfterPlacenames(WorldWindow wwd, Layer layer)
           
static void ApplicationTemplate.insertBeforeCompass(WorldWindow wwd, Layer layer)
           
static void ApplicationTemplate.insertBeforeLayerName(WorldWindow wwd, Layer layer, String targetName)
           
static void ApplicationTemplate.insertBeforePlacenames(WorldWindow wwd, Layer layer)
           
 

Uses of Layer in gov.nasa.worldwind.examples.applet
 

Methods in gov.nasa.worldwind.examples.applet that return Layer
 Layer WWJApplet.getLayerByName(String layerName)
          Get a reference to a layer with part of its name
 

Methods in gov.nasa.worldwind.examples.applet with parameters of type Layer
static void WWJApplet.insertBeforeLayerName(WorldWindow wwd, Layer layer, String targetName)
          Adds a layer to WW current layerlist, before a named layer.
 

Uses of Layer in gov.nasa.worldwind.layers
 

Classes in gov.nasa.worldwind.layers that implement Layer
 class AbstractLayer
           
 class AnnotationLayer
          The AnnotationLayer class manages a collection of Annotation objects for rendering and picking.
 class BasicTiledImageLayer
           
 class CompassLayer
           
 class CrosshairLayer
          Renders a crosshair icon in the viewport center or at a specified location.
 class FogLayer
          Sets fog range/density according to view altitude.
 class IconLayer
          The IconLayer class manages a collection of WWIcon objects for rendering and picking.
 class RenderableLayer
          The RenderableLayer class manages a collection of Renderable objects for rendering, picking, and disposal.
 class ScalebarLayer
          Renders a scalebar graphic in a screen corner.
 class SkyColorLayer
          Paints the sky color background depending on altitude.
 class SkyGradientLayer
          Renders an atmosphere around the globe and a sky dome at low altitude.
 class StarsLayer
          Renders a star background based on a subset of ESA Hipparcos catalog.
 class TerrainProfileLayer
          Displays a terrain profile graph in a screen corner.
 class TiledImageLayer
           
 class TrackLayer
          The TrackLayer class manages a collection of Track objects for rendering and picking.
 class TrackMarkerLayer
           
 class TrackPipesLayer
           
 class WorldMapLayer
          Displays a world map overlay with a current position crosshair in a screen corner.
 

Methods in gov.nasa.worldwind.layers that return Layer
 Layer RenderableLayer.getDelegateOwner()
          Returns this layer's delegate owner, or null if none has been specified.
static Layer WMSLayerFactory.newLayer(Capabilities caps, AVList params)
           
 Layer LayerList.remove(int index)
           
 Layer LayerList.set(int index, Layer layer)
           
 

Methods in gov.nasa.worldwind.layers with parameters of type Layer
 void LayerList.add(int index, Layer layer)
           
 boolean LayerList.add(Layer layer)
           
 boolean LayerList.addIfAbsent(Layer layer)
           
 void LayerList.remove(Layer layer)
           
 Layer LayerList.set(int index, Layer layer)
           
 

Method parameters in gov.nasa.worldwind.layers with type arguments of type Layer
 boolean LayerList.addAll(Collection<? extends Layer> layers)
           
 boolean LayerList.addAll(int i, Collection<? extends Layer> layers)
           
 int LayerList.addAllAbsent(Collection<? extends Layer> layers)
           
 

Constructors in gov.nasa.worldwind.layers with parameters of type Layer
LayerList(Layer[] layers)
           
RenderableLayer(Layer delegateOwner)
          Creates a new RenderableLayer with the specified delegateOwner.
 

Uses of Layer in gov.nasa.worldwind.layers.Earth
 

Classes in gov.nasa.worldwind.layers.Earth that implement Layer
 class BMNGOneImage
           
 class BMNGSurfaceLayer
           
 class BMNGWMSLayer
          Displays one of the twelve month of Blue Marble Next generation 2004 + Bathymetry via WMS.
 class CountryBoundariesLayer
           
 class EarthNASAPlaceNameLayer
           
 class LandsatI3
           
 class LandsatI3WMSLayer
           
 class MGRSGraticuleLayer
           
 class NAIPCalifornia
           
 class NAIPCaliforniaWMS
           
 class NASAEarthObservatory
           
 class NASAWFSPlaceNameLayer
           
 class OpenStreetMapLayer
          OpenStreetMap WMS layer(s).
 class USGSDigitalOrtho
           
 class USGSTopographicMaps
           
 class USGSTopoHighRes
           
 class USGSTopoLowRes
           
 class USGSTopoMedRes
           
 class USGSUrbanAreaOrtho
           
 class UTMGraticuleLayer
          Displays the UTM graticule.
 

Uses of Layer in gov.nasa.worldwind.layers.Mars
 

Classes in gov.nasa.worldwind.layers.Mars that implement Layer
 class MDIMLayer
          Layer for Mars MDIM (ToMars-JPL-USGS) dataset.
 class MOCColorizedBaseLayer
          Base (one image) layer for Mars MOC Colorized dataset.
 class MOCColorizedLayer
          Layer for Mars MOC 256 colorized dataset.
 class MOCLayer
          Layer for Mars MOC 256 dataset.
 class MolaColorASULayer
          Layer for Mars MOLA Color (ASU) dataset.
 class MolaColoredJPLLayer
          Layer for Mars MOLA Colored (ToMars-JPL) dataset.
 class THEMISColorLayer
          Layer for Mars THEMIS Color (ASU) dataset.
 class THEMISLayer
          Layer for Mars THEMIS (ASU) dataset.
 

Uses of Layer in gov.nasa.worldwind.layers.Moon
 

Classes in gov.nasa.worldwind.layers.Moon that implement Layer
 class Clementine30Layer
          Layer for Moon Clementin 30xx dataset.
 class Clementine40BaseLayer
          Base (one image) layer for Moon Clementine 40xx color dataset.
 class Clementine40Layer
          Layer for Moon Clementin 40xx color dataset.
 class ShadedElevationLayer
          Layer for Moon shaded elevation dataset.
 

Uses of Layer in gov.nasa.worldwind.layers.placename
 

Classes in gov.nasa.worldwind.layers.placename that implement Layer
 class PlaceNameLayer
           
 

Uses of Layer in gov.nasa.worldwind.layers.rpf
 

Classes in gov.nasa.worldwind.layers.rpf that implement Layer
 class RPFTiledImageLayer
           
 

Methods in gov.nasa.worldwind.layers.rpf that return Layer
 Layer RPFTiledImageProcessor.makeLayer(RPFFileIndex fileIndex)
           
 

Uses of Layer in gov.nasa.worldwind.layers.rpf.wizard
 

Methods in gov.nasa.worldwind.layers.rpf.wizard that return types with arguments of type Layer
static List<Layer> RPFWizardUtil.getLayerList(WizardProperties properties)
           
 

Method parameters in gov.nasa.worldwind.layers.rpf.wizard with type arguments of type Layer
static void RPFWizardUtil.setLayerList(WizardProperties properties, List<Layer> layerList)
           
 

Uses of Layer in gov.nasa.worldwind.pick
 

Methods in gov.nasa.worldwind.pick that return Layer
 Layer PickedObject.getParentLayer()
           
 

Methods in gov.nasa.worldwind.pick with parameters of type Layer
 PickedObject PickSupport.getTopObject(DrawContext dc, Point pickPoint, Layer layer)
           
 void PickSupport.resolvePick(DrawContext dc, Point pickPoint, Layer layer)
           
 void PickedObject.setParentLayer(Layer layer)
           
 

Uses of Layer in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return Layer
 Layer SurfaceImage.getLayer()
          Get the layer reference to which this SurfaceImage belongs.
 

Methods in gov.nasa.worldwind.render with parameters of type Layer
 void AnnotationRenderer.pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Point pickPoint, Layer annotationLayer)
           
 void BasicAnnotationRenderer.pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Point pickPoint, Layer layer)
           
 void AnnotationRenderer.pick(DrawContext dc, Iterable<Annotation> annotations, Point pickPoint, Layer annotationLayer)
           
 void BasicAnnotationRenderer.pick(DrawContext dc, Iterable<Annotation> annotations, Point pickPoint, Layer layer)
           
 void IconRenderer.pick(DrawContext dc, Iterable<WWIcon> icons, Point pickPoint, Layer layer)
           
 Vec4 LocationRenderer.pick(DrawContext dc, Iterator<TrackPoint> trackPositions, Point pickPoint, Layer layer)
           
 void IconRenderer.pick(DrawContext dc, WWIcon icon, Vec4 iconPoint, Point pickPoint, Layer layer)
           
 

Constructors in gov.nasa.worldwind.render with parameters of type Layer
SurfaceImage(Object imageSource, Sector sector, Layer layer)
          Renders a single image tile from a local or remote network source.
SurfaceImage(Object imageSource, Sector sector, Layer layer, String cacheDirectory)
          Renders a single image tile from a local or remote network source.
 

Uses of Layer in gov.nasa.worldwind.wms
 

Classes in gov.nasa.worldwind.wms that implement Layer
 class WMSTiledImageLayer
           
 


NASA World Wind