Uses of Interface
gov.nasa.worldwind.layers.Layer
- 
- 
Uses of Layer in gov.nasa.worldwind.layersClasses in gov.nasa.worldwind.layers that implement Layer Modifier and Type Class Description classAbstractGraticuleLayerDisplays a graticule.classAbstractLayerclassAnnotationLayerTheAnnotationLayerclass manages a collection ofAnnotationobjects for rendering and picking.classBasicTiledImageLayerclassCachedRenderableLayerHolds a collection of Renderables and manages local caching of them.classCompassLayerclassCrosshairLayerRenders a crosshair icon in the viewport center or at a specified location.classGARSGraticuleLayerDisplays the geographic Global Area Reference System (GARS) graticule.classIconLayerTheIconLayerclass manages a collection ofWWIconobjects for rendering and picking.classLatLonGraticuleLayerDisplays the geographic latitude/longitude graticule.classLocalRasterServerLayerImplements a tiled image layer for a local dataset accessed via a local raster server.classMarkerLayerclassRenderableLayerTheRenderableLayerclass manages a collection ofRenderableobjects for rendering, picking, and disposal.classScalebarLayerRenders a scalebar graphic in a screen corner.classSkyColorLayerPaints the sky color background depending on altitude.classSkyGradientLayerRenders an atmosphere around the globe and a sky dome at low altitude.classStarsLayerRenders a star background based on a subset of ESA Hipparcos catalog.classSurfaceImageLayerDisplays a collection of local images on the globe.classTerrainProfileLayerDisplays a terrain profile graph in a screen corner.classTiledImageLayerclassViewControlsLayerThis layer displays onscreen view controls.classWorldMapLayerDisplays a world map overlay with a current-position crosshair in a screen corner.Methods in gov.nasa.worldwind.layers that return Layer Modifier and Type Method Description protected LayerBasicLayerFactory. createFromLayerDocument(org.w3c.dom.Element domElement, AVList params)Create a layer described by an XML layer description.protected LayerBasicLayerFactory. createShapefileLayer(org.w3c.dom.Element domElement, AVList params)Creates a shapefile layer described by an XML layer description.protected LayerBasicLayerFactory. createTiledImageLayer(org.w3c.dom.Element domElement, AVList params)Create aTiledImageLayerlayer described by an XML layer description.protected LayerBasicLayerFactory. doCreateFromCapabilities(OGCCapabilities caps, AVList params)LayerLayerList. getLayerByName(java.lang.String name)protected LayerViewControlsSelectListener. getParentLayer()Returns this ViewControlsSelectListener's parent layer.LayerLayerList. remove(int index)LayerLayerList. set(int index, Layer layer)Methods in gov.nasa.worldwind.layers that return types with arguments of type Layer Modifier and Type Method Description static java.util.List<Layer>LayerList. getLayersAdded(LayerList oldList, LayerList newList)java.util.List<Layer>LayerList. getLayersByClass(java.lang.Class classToFind)static java.util.List<Layer>LayerList. getLayersRemoved(LayerList oldList, LayerList newList)static java.util.List<Layer>LayerList. getListDifference(LayerList oldList, LayerList newList)Methods in gov.nasa.worldwind.layers with parameters of type Layer Modifier and Type Method Description voidLayerList. add(int index, Layer layer)booleanLayerList. add(Layer layer)booleanLayerList. addIfAbsent(Layer layer)booleanLayerList. moveHigher(Layer targetLayer)booleanLayerList. moveLower(Layer targetLayer)voidLayerList. remove(Layer layer)LayerLayerList. set(int index, Layer layer)Method parameters in gov.nasa.worldwind.layers with type arguments of type Layer Modifier and Type Method Description booleanLayerList. addAll(int i, java.util.Collection<? extends Layer> layers)booleanLayerList. addAll(java.util.Collection<? extends Layer> layers)intLayerList. addAllAbsent(java.util.Collection<? extends Layer> layers)voidLayerList. replaceAll(java.util.Collection<? extends Layer> layers)Constructors in gov.nasa.worldwind.layers with parameters of type Layer Constructor Description LayerList(Layer[] layers)
- 
Uses of Layer in gov.nasa.worldwind.layers.EarthClasses in gov.nasa.worldwind.layers.Earth that implement Layer Modifier and Type Class Description classBMNGOneImageclassBMNGWMSLayerclassCountryBoundariesLayerclassLandsatI3WMSLayerclassMGRSGraticuleLayerclassMSVirtualEarthLayerclassNASAWFSPlaceNameLayerclassOSMCycleMapLayerclassOSMMapnikLayerclassUSDANAIPWMSImageLayerclassUSGSDigitalOrthoclassUSGSTopoHighResclassUSGSTopoLowResclassUSGSTopoMedResclassUSGSUrbanAreaOrthoclassUTMBaseGraticuleLayerDisplays the UTM graticule.classUTMGraticuleLayerDisplays the UTM graticule.
- 
Uses of Layer in gov.nasa.worldwind.layers.mercatorClasses in gov.nasa.worldwind.layers.mercator that implement Layer Modifier and Type Class Description classBasicMercatorTiledImageLayerBasicTiledImageLayer modified 2009-02-03 to add support for Mercator projections.classMercatorTiledImageLayerTiledImageLayer modified 2009-02-03 to add support for Mercator projections.
- 
Uses of Layer in gov.nasa.worldwind.layers.placenameClasses in gov.nasa.worldwind.layers.placename that implement Layer Modifier and Type Class Description classPlaceNameLayer
- 
Uses of Layer in gov.nasa.worldwind.layers.rpfClasses in gov.nasa.worldwind.layers.rpf that implement Layer Modifier and Type Class Description classRPFTiledImageLayerMethods in gov.nasa.worldwind.layers.rpf that return Layer Modifier and Type Method Description LayerRPFTiledImageProcessor. makeLayer(RPFFileIndex fileIndex)
- 
Uses of Layer in gov.nasa.worldwind.layers.rpf.wizardMethods in gov.nasa.worldwind.layers.rpf.wizard that return types with arguments of type Layer Modifier and Type Method Description static java.util.List<Layer>RPFWizardUtil. getLayerList(WizardProperties properties)Method parameters in gov.nasa.worldwind.layers.rpf.wizard with type arguments of type Layer Modifier and Type Method Description static voidRPFWizardUtil. setLayerList(WizardProperties properties, java.util.List<Layer> layerList)
- 
Uses of Layer in gov.nasa.worldwind.pickMethods in gov.nasa.worldwind.pick that return Layer Modifier and Type Method Description LayerPickedObject. getParentLayer()Methods in gov.nasa.worldwind.pick with parameters of type Layer Modifier and Type Method Description protected PickedObjectPickSupport. doResolvePick(DrawContext dc, java.awt.Point pickPoint, Layer layer)Adds a picked object registered with this PickSupport that is drawn at the specified point in AWT screen coordinates (if one exists) to the draw context's list of picked objects.protected voidPickSupport. doResolvePick(DrawContext dc, java.awt.Rectangle pickRect, Layer layer)Adds all picked objects that are registered with this PickSupport and intersect the specified rectangle in AWT screen coordinates (if any) to the draw context's list of picked objects.PickedObjectPickSupport. resolvePick(DrawContext dc, java.awt.Point pickPoint, Layer layer)Adds picked object registered with this PickSupport that are drawn at the specified pick point or intersect the draw context's pick rectangle to the draw context's list of picked objects.voidPickedObject. setParentLayer(Layer layer)
- 
Uses of Layer in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as Layer Modifier and Type Field Description protected LayerDrawContextImpl. currentLayerprotected LayerBasicAnnotationRenderer.OrderedAnnotation. layerprotected LayerIconRenderer.OrderedIcon. layerprotected LayerIconRenderer.OrderedText. layerprotected LayerAbstractBrowserBalloon. pickLayerDeprecated.The layer active during the most recent pick pass.protected LayerAbstractShape. pickLayerprotected LayerAbstractSurfaceObject. pickLayerprotected LayerPointPlacemark. pickLayerprotected LayerPolyline. pickLayerDeprecated.protected LayerScreenImage. pickLayerprotected LayerSurfaceImage. pickLayerMethods in gov.nasa.worldwind.render that return Layer Modifier and Type Method Description LayerDrawContext. getCurrentLayer()Returns the current-layer.LayerDrawContextImpl. getCurrentLayer()LayerIconRenderer.OrderedIcon. getLayer()LayerPointPlacemark.OrderedPlacemark. getPickLayer()Methods in gov.nasa.worldwind.render with parameters of type Layer Modifier and Type Method Description protected voidPath.PathPickSupport. doResolvePick(DrawContext dc, java.awt.Rectangle pickRect, Layer layer)Adds all picked paths that are registered with this PickSupport and intersect the specified rectangle in AWT screen coordinates (if any) to the draw context's list of picked objects.protected voidBasicAnnotationRenderer. drawMany(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)protected voidIconRenderer. drawMany(DrawContext dc, java.lang.Iterable<? extends WWIcon> icons, Layer layer)protected voidBasicAnnotationRenderer. drawOne(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)voidAnnotationRenderer. pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer annotationLayer)voidAnnotationRenderer. pick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer annotationLayer)voidBasicAnnotationRenderer. pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer layer)voidBasicAnnotationRenderer. pick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer layer)voidIconRenderer. pick(DrawContext dc, java.lang.Iterable<? extends WWIcon> icons, java.awt.Point pickPoint, Layer layer)Vec4TrackRenderer. pick(DrawContext dc, java.util.Iterator<TrackPoint> trackPositions, java.awt.Point pickPoint, Layer layer)voidAnnotationRenderer. render(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)voidAnnotationRenderer. render(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)voidBasicAnnotationRenderer. render(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)voidBasicAnnotationRenderer. render(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)voidDrawContext. setCurrentLayer(Layer layer)Sets the current-layer field to the specified layer or null.voidDrawContextImpl. setCurrentLayer(Layer layer)Constructors in gov.nasa.worldwind.render with parameters of type Layer Constructor Description OrderedAnnotation(Annotation annotation, Layer layer, double eyeDistance)OrderedIcon(WWIcon icon, Vec4 point, Layer layer, double eyeDistance, double horizonDistance)OrderedText(java.lang.String text, java.awt.Font font, Vec4 point, java.awt.Point pickPoint, Layer layer, double eyeDistance)
- 
Uses of Layer in gov.nasa.worldwind.render.airspacesFields in gov.nasa.worldwind.render.airspaces declared as Layer Modifier and Type Field Description protected LayerAbstractAirspace. pickLayer
- 
Uses of Layer in gov.nasa.worldwind.render.airspaces.editorSubinterfaces of Layer in gov.nasa.worldwind.render.airspaces.editor Modifier and Type Interface Description interfaceAirspaceEditorClasses in gov.nasa.worldwind.render.airspaces.editor that implement Layer Modifier and Type Class Description classAbstractAirspaceEditorclassPolygonEditorclassSphereAirspaceEditorMethods in gov.nasa.worldwind.render.airspaces.editor with parameters of type Layer Modifier and Type Method Description voidAirspaceControlPointRenderer. pick(DrawContext dc, java.lang.Iterable<? extends AirspaceControlPoint> controlPoints, java.awt.Point pickPoint, Layer layer)voidBasicAirspaceControlPointRenderer. pick(DrawContext dc, java.lang.Iterable<? extends AirspaceControlPoint> controlPoints, java.awt.Point pickPoint, Layer layer)
- 
Uses of Layer in gov.nasa.worldwind.render.markersFields in gov.nasa.worldwind.render.markers declared as Layer Modifier and Type Field Description protected LayerMarkerRenderer.OrderedMarker. layerConstructors in gov.nasa.worldwind.render.markers with parameters of type Layer Constructor Description OrderedMarker(int index, Marker marker, Vec4 point, double radius, Layer layer, double eyeDistance)
- 
Uses of Layer in gov.nasa.worldwind.symbologyFields in gov.nasa.worldwind.symbology declared as Layer Modifier and Type Field Description protected LayerAbstractTacticalSymbol. pickLayerPer-frame layer indicating this symbol's layer when its ordered renderable was created.protected LayerTacticalGraphicLabel. pickLayerActive layer.Methods in gov.nasa.worldwind.symbology that return Layer Modifier and Type Method Description LayerAbstractTacticalSymbol.OrderedSymbol. getPickLayer()LayerTacticalGraphicLabel.OrderedLabel. getPickLayer()
- 
Uses of Layer in gov.nasa.worldwind.util.layertreeFields in gov.nasa.worldwind.util.layertree declared as Layer Modifier and Type Field Description protected LayerLayerTreeNode. layerIndicates theLayerthis node represents.Methods in gov.nasa.worldwind.util.layertree with parameters of type Layer Modifier and Type Method Description LayerTreeNodeLayerTreeModel. addLayer(Layer layer)Adds the a newLayerTreeNodecreated with the specifiedlayerto this tree model's root node.protected LayerTreeNodeLayerTreeModel. createLayerNode(Layer layer)Returns a new rootLayerTreeNodefor the specifiedlayer.protected booleanLayerTreeModel. mustIncludeLayer(Layer layer)Determines if a layer must be included in the layer tree.Constructors in gov.nasa.worldwind.util.layertree with parameters of type Layer Constructor Description KMLLayerTreeNode(Layer layer, KMLRoot kmlRoot)Creates a newKMLLayerTreeNodefrom the specifiedlayerandkmlRoot.LayerTreeNode(Layer layer)Creates a newLayerTreeNodefrom the specifiedlayer.
- 
Uses of Layer in gov.nasa.worldwind.util.measureClasses in gov.nasa.worldwind.util.measure that implement Layer Modifier and Type Class Description protected static classMeasureTool.CustomRenderableLayer
- 
Uses of Layer in gov.nasa.worldwind.wmsClasses in gov.nasa.worldwind.wms that implement Layer Modifier and Type Class Description classWMSTiledImageLayer
- 
Uses of Layer in gov.nasa.worldwindx.applications.dataimporterFields in gov.nasa.worldwindx.applications.dataimporter declared as Layer Modifier and Type Field Description protected LayerLayersMenu.LayerAction. layerMethods in gov.nasa.worldwindx.applications.dataimporter that return Layer Modifier and Type Method Description protected LayerFileSetHighlighter. createSectorLayer(FileSet fileSet)protected LayerFileStoreSectorHighlighter. createSectorLayer(FileStoreDataSet dataSet)static LayerDataInstaller. findLayer(WorldWindow wwd, java.lang.String layerName)Constructors in gov.nasa.worldwindx.applications.dataimporter with parameters of type Layer Constructor Description LayerAction(Layer layer, WorldWindow wwd, boolean selected)
- 
Uses of Layer in gov.nasa.worldwindx.applications.gliderClasses in gov.nasa.worldwindx.applications.glider that implement Layer Modifier and Type Class Description classGliderImageLayerInternal class to realize and control image and region drawing.Methods in gov.nasa.worldwindx.applications.glider that return Layer Modifier and Type Method Description protected LayerGliderImageLayer. getImageLayer()
- 
Uses of Layer in gov.nasa.worldwindx.applications.sar.segmentplaneClasses in gov.nasa.worldwindx.applications.sar.segmentplane that implement Layer Modifier and Type Class Description classSegmentPlaneEditorMethods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type Layer Modifier and Type Method Description protected voidSegmentPlaneRenderer. draw(DrawContext dc, SegmentPlane segmentPlane, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawAxisLabels(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawControlPoints(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawPlaneBackground(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawPlaneBorder(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawPlaneGeometry(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawPlaneGrid(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawPlaneOutline(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawSegmentAltimeter(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawSegmentAltimeterGeometry(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawSegmentAltimeterLabel(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. drawSegmentPlane(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)voidSegmentPlaneRenderer. pick(DrawContext dc, SegmentPlane segmentPlane, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. registerPickedObject(DrawContext dc, PickedObject pickedObject, Layer layer)protected voidSegmentPlaneRenderer. resolveControlPointPick(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. resolvePlaneBackgroundPick(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. resolvePlaneGridPick(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)protected voidSegmentPlaneRenderer. resolvePlaneOutlinePick(DrawContext dc, SegmentPlane segmentPlane, SegmentPlaneRenderer.RenderInfo renderInfo, java.awt.Point pickPoint, Layer layer)
- 
Uses of Layer in gov.nasa.worldwindx.applications.worldwindow.coreMethods in gov.nasa.worldwindx.applications.worldwindow.core that return Layer Modifier and Type Method Description LayerController. addInternalActiveLayer(Layer layer)LayerController. addInternalLayer(Layer layer)Methods in gov.nasa.worldwindx.applications.worldwindow.core with parameters of type Layer Modifier and Type Method Description LayerController. addInternalActiveLayer(Layer layer)LayerController. addInternalLayer(Layer layer)protected voidSimpleImporter. addLayer(Layer layer, LayerPath pathToParent)protected voidToolTipController. addLayer(Layer layer)voidWWPanel. addLayer(Layer layer)voidWWPanelImpl. addLayer(Layer layer)protected voidSimpleImporter. doAddLayer(Layer layer, LayerPath path)voidWWPanel. insertAfterNamedLayer(Layer layer, java.lang.String targetLayerName)voidWWPanelImpl. insertAfterNamedLayer(Layer layer, java.lang.String targetLayerName)voidWWPanel. insertBeforeNamedLayer(Layer layer, java.lang.String targetLayerName)voidWWPanelImpl. insertBeforeNamedLayer(Layer layer, java.lang.String targetLayerName)protected voidToolTipController. removeLayer(Layer layer)voidWWPanel. removeLayer(Layer layer)voidWWPanelImpl. removeLayer(Layer layer)
- 
Uses of Layer in gov.nasa.worldwindx.applications.worldwindow.core.layermanagerMethods in gov.nasa.worldwindx.applications.worldwindow.core.layermanager that return Layer Modifier and Type Method Description LayerLayerManager. findLayerByTitle(java.lang.String layerTitle, java.lang.String groupTitle)LayerLayerManager. getLayerFromPath(LayerPath path)Returns the layer at the end of a specified path.Methods in gov.nasa.worldwindx.applications.worldwindow.core.layermanager with parameters of type Layer Modifier and Type Method Description voidLayerManager. addLayer(Layer layer, LayerPath pathToParent)voidLayerManager. removeLayer(Layer layer)voidLayerManager. scrollToLayer(Layer layer)voidLayerManager. selectLayer(Layer layer, boolean tf)
- 
Uses of Layer in gov.nasa.worldwindx.applications.worldwindow.featuresFields in gov.nasa.worldwindx.applications.worldwindow.features declared as Layer Modifier and Type Field Description protected LayerAbstractFeatureLayer. layerprotected LayerAbstractOnDemandLayerFeature. layerMethods in gov.nasa.worldwindx.applications.worldwindow.features that return Layer Modifier and Type Method Description protected abstract LayerAbstractOnDemandLayerFeature. createLayer()protected LayerCoordinatesDisplay. createLayer()protected LayerCrosshair. createLayer()protected LayerGraticuleLayer. createLayer()protected abstract LayerAbstractFeatureLayer. doAddLayer()protected LayerCompass. doAddLayer()protected LayerNavigation. doAddLayer()protected LayerScaleBar. doAddLayer()protected LayerCoordinatesDisplay. doCreateLayer()protected LayerCrosshair. doCreateLayer()protected abstract LayerGraticuleLayer. doCreateLayer()protected LayerLatLonGraticule. doCreateLayer()protected LayerUTMGraticule. doCreateLayer()Methods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type Layer Modifier and Type Method Description protected voidAbstractApplicationFeature. addLayer(Layer layer, LayerPath path)protected voidImportedDataPanel. addLayer(Layer layer, LayerPath pathToParent)protected voidAbstractApplicationFeature. destroyLayer(Layer layer)protected voidAbstractApplicationFeature. doAddLayer(Layer layer, LayerPath path)protected voidImportedDataPanel. doAddLayer(Layer layer, LayerPath path)
- 
Uses of Layer in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanagerMethods in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager that return Layer Modifier and Type Method Description LayerLayerManagerPanel. findLayerByTitle(java.lang.String layerTitle, java.lang.String groupTitle)LayerLayerNode. getLayer()LayerLayerTreeNode. getLayer()LayerLayerManagerPanel. getLayerFromPath(LayerPath path)Methods in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager with parameters of type Layer Modifier and Type Method Description voidLayerManagerPanel. addLayer(Layer layer, LayerPath pathToParent)LayerTreeNodeLayerTreeModel. findLayer(Layer layer, LayerTreeGroupNode groupNode)java.util.List<LayerTreeNode>LayerTreeModel. findLayerInstances(Layer layer, LayerTreeGroupNode groupNode)static booleanLayerTreeModel. isInternalLayer(Layer layer)voidLayerManagerPanel. removeLayer(Layer layer)voidLayerManagerPanel. scrollToLayer(Layer layer)voidLayerManagerPanel. selectLayer(Layer layer, boolean tf)voidLayerTreeModel. selectLayer(Layer layer, boolean tf)voidLayerNode. setLayer(Layer layer)voidLayerTreeNode. setLayer(Layer layer)Constructors in gov.nasa.worldwindx.applications.worldwindow.features.swinglayermanager with parameters of type Layer Constructor Description LayerTreeNode(Layer layer)
- 
Uses of Layer in gov.nasa.worldwindx.applications.worldwindow.utilMethods in gov.nasa.worldwindx.applications.worldwindow.util that return Layer Modifier and Type Method Description LayerLayerTree. getLayer(java.util.List<java.lang.String> path)Methods in gov.nasa.worldwindx.applications.worldwindow.util that return types with arguments of type Layer Modifier and Type Method Description java.util.Iterator<Layer>LayerTree. iterator()
- 
Uses of Layer in gov.nasa.worldwindx.examplesClasses in gov.nasa.worldwindx.examples that implement Layer Modifier and Type Class Description protected classMarkersOrder.AppFrame.TimedMarkerLayerstatic classPickFrustum.PickFrustumLayerMethods in gov.nasa.worldwindx.examples that return Layer Modifier and Type Method Description LayerGeoJSONLoader. createLayerFromGeoJSON(gov.nasa.worldwind.formats.geojson.GeoJSONObject object)Create a layer from a GeoJSON object.LayerGeoJSONLoader. createLayerFromSource(java.lang.Object docSource)Create a layer from a GeoJSON document.LayerAirspaces.AppFrame. makeAGLAirspaces()protected LayerAirspaces.AppFrame. makeAMSLAirspaces()LayerAirspaces.AppFrame. makeDatelineCrossingAirspaces()LayerAirspaces.AppFrame. makeIntersectingAirspaces()Methods in gov.nasa.worldwindx.examples with parameters of type Layer Modifier and Type Method Description protected PointPlacemarkAttributesGeoJSONLoader. createPointAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)protected ShapeAttributesGeoJSONLoader. createPolygonAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)protected ShapeAttributesGeoJSONLoader. createPolylineAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)static voidApplicationTemplate. insertAfterPlacenames(WorldWindow wwd, Layer layer)static voidApplicationTemplate. insertBeforeCompass(WorldWindow wwd, Layer layer)static voidApplicationTemplate. insertBeforeLayerName(WorldWindow wwd, Layer layer, java.lang.String targetName)static voidApplicationTemplate. insertBeforePlacenames(WorldWindow wwd, Layer layer)static voidSimpleShapeDragging. insertBeforePlacenames(WorldWindow wwd, Layer layer)
- 
Uses of Layer in gov.nasa.worldwindx.examples.analyticsFields in gov.nasa.worldwindx.examples.analytics declared as Layer Modifier and Type Field Description protected LayerAnalyticSurface. clientLayerMethods in gov.nasa.worldwindx.examples.analytics that return Layer Modifier and Type Method Description LayerAnalyticSurface. getClientLayer()Returns the layer associated with this surface during picking.Methods in gov.nasa.worldwindx.examples.analytics with parameters of type Layer Modifier and Type Method Description voidAnalyticSurface. setClientLayer(Layer layer)Sets the layer associated with this surface during picking.
- 
Uses of Layer in gov.nasa.worldwindx.examples.dataimportMethods in gov.nasa.worldwindx.examples.dataimport that return Layer Modifier and Type Method Description protected LayerInstallImagery.AppFrame. installSurfaceImage(java.lang.String displayName, java.lang.Object imageSource, FileStore fileStore)
- 
Uses of Layer in gov.nasa.worldwindx.examples.layermanagerFields in gov.nasa.worldwindx.examples.layermanager declared as Layer Modifier and Type Field Description protected LayerLayerPanel. layerprotected LayerLayerPanel.SelectLayerAction. layerMethods in gov.nasa.worldwindx.examples.layermanager that return Layer Modifier and Type Method Description LayerLayerPanel. getLayer()Methods in gov.nasa.worldwindx.examples.layermanager with parameters of type Layer Modifier and Type Method Description protected intLayerPanel. findLayerPosition(WorldWindow wwd, Layer layer)protected voidLayerPanel. moveLayer(WorldWindow wwd, Layer layer, int direction)Constructors in gov.nasa.worldwindx.examples.layermanager with parameters of type Layer Constructor Description LayerPanel(WorldWindow wwd, Layer layer)SelectLayerAction(WorldWindow wwd, Layer layer, boolean selected)
- 
Uses of Layer in gov.nasa.worldwindx.examples.lineofsightFields in gov.nasa.worldwindx.examples.lineofsight declared as Layer Modifier and Type Field Description protected LayerPointGrid. pickLayer
- 
Uses of Layer in gov.nasa.worldwindx.examples.multiwindowClasses in gov.nasa.worldwindx.examples.multiwindow that implement Layer Modifier and Type Class Description protected static classViewVolumeViewer.SectorGeometryLayerprotected static classViewVolumeViewer.ViewVolumeLayerMethods in gov.nasa.worldwindx.examples.multiwindow that return Layer Modifier and Type Method Description protected static LayerSharedShapes. makeAirspaceLayer()protected LayerFlatAndRoundGlobes. makeExtrudedPolygonLayer()protected LayerFlatAndRoundGlobes. makePathLayer()protected LayerFlatAndRoundGlobes. makePolygonLayer()Methods in gov.nasa.worldwindx.examples.multiwindow with parameters of type Layer Modifier and Type Method Description protected voidSharedShapes.SharedLayerPanel. addLayer(Layer layer)Method parameters in gov.nasa.worldwindx.examples.multiwindow with type arguments of type Layer Modifier and Type Method Description voidSharedShapes.SharedLayerPanel. update(java.lang.Iterable<? extends Layer> layersIterable)Constructor parameters in gov.nasa.worldwindx.examples.multiwindow with type arguments of type Layer Constructor Description SharedLayerPanel(java.lang.String title, java.awt.Dimension preferredSize, java.lang.Iterable<? extends Layer> layersIterable)
- 
Uses of Layer in gov.nasa.worldwindx.examples.shapebuilderClasses in gov.nasa.worldwindx.examples.shapebuilder that implement Layer Modifier and Type Class Description classAbstractShapeEditorAn abstract class defining common functionality and fields for editors used in the RigidShapeBuilder example.classBoxEditorclassConeEditorclassCylinderEditorclassExtrudedPolygonEditorclassPyramidEditorclassRigidShapeEditorclassWedgeEditor
- 
Uses of Layer in gov.nasa.worldwindx.examples.utilClasses in gov.nasa.worldwindx.examples.util that implement Layer Modifier and Type Class Description classLayerManagerLayerDisplays the layer list in a heads-up display in the viewport.protected static classOpenStreetMapShapefileLoader.TextAndShapesLayerclassStatusLayerRenders statusbar information as a layer.static classStatusLayer.StatusMGRSLayerstatic classStatusLayer.StatusUTMLayerFields in gov.nasa.worldwindx.examples.util declared as Layer Modifier and Type Field Description protected LayerScreenSelector. layerMethods in gov.nasa.worldwindx.examples.util that return Layer Modifier and Type Method Description protected LayerScreenSelector. createLayer()LayerShapefileLoader. createLayerFromShapefile(gov.nasa.worldwind.formats.shapefile.Shapefile shp)Deprecated.Creates aLayerfrom a general Shapefile.LayerShapefileLoader. createLayerFromSource(java.lang.Object source)Deprecated.Creates aLayerfrom a general Shapefile source.protected LayerSessionState. findLayer(LayerList layers, java.lang.String layerName)LayerScreenSelector. getLayer()LayerSectorSelector. getLayer()static LayerOpenStreetMapShapefileLoader. makeLayerFromOSMPlacesShapefile(gov.nasa.worldwind.formats.shapefile.Shapefile shp)Creates aLayerfrom an OpenStreetMap Shapefile of placemarks.static LayerOpenStreetMapShapefileLoader. makeLayerFromOSMPlacesSource(java.lang.Object source)Creates aLayerfrom an OpenStreetMap Shapefile source of placemarks.protected LayerSessionState. restoreLayerState(java.io.File stateFile)Methods in gov.nasa.worldwindx.examples.util with parameters of type Layer Modifier and Type Method Description protected voidToolTipController. addLayer(Layer layer)protected booleanSessionState. isLayerRestorable(Layer layer)protected voidToolTipController. removeLayer(Layer layer)protected voidSessionState. saveLayerState(Layer layer, java.io.File stateFile)
 
-