Modifier and Type | Class and Description |
---|---|
class |
AbstractGraticuleLayer
Displays a graticule.
|
class |
AbstractLayer |
class |
AnnotationLayer
The
AnnotationLayer class manages a collection of Annotation objects
for rendering and picking. |
class |
BasicTiledImageLayer |
class |
CachedRenderableLayer
Holds a collection of Renderables and manages local caching of them.
|
class |
CompassLayer |
class |
CrosshairLayer
Renders a crosshair icon in the viewport center or at a specified location.
|
class |
GARSGraticuleLayer
Displays the geographic Global Area Reference System (GARS) graticule.
|
class |
IconLayer
The
IconLayer class manages a collection of WWIcon objects for
rendering and picking. |
class |
LatLonGraticuleLayer
Displays the geographic latitude/longitude graticule.
|
class |
LocalRasterServerLayer
Implements a tiled image layer for a local dataset accessed via a local raster server.
|
class |
MarkerLayer |
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 |
SurfaceImageLayer
Displays a collection of local images on the globe.
|
class |
TerrainProfileLayer
Displays a terrain profile graph in a screen corner.
|
class |
TiledImageLayer |
class |
ViewControlsLayer
This layer displays onscreen view controls.
|
class |
WorldMapLayer
Displays a world map overlay with a current-position crosshair in a screen corner.
|
Modifier and Type | Method and Description |
---|---|
protected Layer |
BasicLayerFactory.createFromLayerDocument(org.w3c.dom.Element domElement,
AVList params)
Create a layer described by an XML layer description.
|
protected Layer |
BasicLayerFactory.createShapefileLayer(org.w3c.dom.Element domElement,
AVList params)
Creates a shapefile layer described by an XML layer description.
|
protected Layer |
BasicLayerFactory.createTiledImageLayer(org.w3c.dom.Element domElement,
AVList params)
Create a
TiledImageLayer layer described by an XML layer description. |
protected Layer |
BasicLayerFactory.doCreateFromCapabilities(OGCCapabilities caps,
AVList params) |
Layer |
LayerList.getLayerByName(java.lang.String name) |
protected Layer |
ViewControlsSelectListener.getParentLayer()
Returns this ViewControlsSelectListener's parent layer.
|
Layer |
LayerList.remove(int index) |
Layer |
LayerList.set(int index,
Layer layer) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
LayerList.add(int index,
Layer layer) |
boolean |
LayerList.add(Layer layer) |
boolean |
LayerList.addIfAbsent(Layer layer) |
boolean |
LayerList.moveHigher(Layer targetLayer) |
boolean |
LayerList.moveLower(Layer targetLayer) |
void |
LayerList.remove(Layer layer) |
Layer |
LayerList.set(int index,
Layer layer) |
Modifier and Type | Method and Description |
---|---|
boolean |
LayerList.addAll(java.util.Collection<? extends Layer> layers) |
boolean |
LayerList.addAll(int i,
java.util.Collection<? extends Layer> layers) |
int |
LayerList.addAllAbsent(java.util.Collection<? extends Layer> layers) |
void |
LayerList.replaceAll(java.util.Collection<? extends Layer> layers) |
Constructor and Description |
---|
LayerList(Layer[] layers) |
Modifier and Type | Class and Description |
---|---|
class |
BMNGOneImage |
class |
BMNGWMSLayer |
class |
CountryBoundariesLayer |
class |
LandsatI3WMSLayer |
class |
MGRSGraticuleLayer |
class |
MSVirtualEarthLayer |
class |
NASAWFSPlaceNameLayer |
class |
OSMCycleMapLayer |
class |
OSMMapnikLayer |
class |
ScankortDenmarkImageLayer |
class |
USDANAIPWMSImageLayer |
class |
USGSDigitalOrtho |
class |
USGSTopoHighRes |
class |
USGSTopoLowRes |
class |
USGSTopoMedRes |
class |
USGSUrbanAreaOrtho |
class |
UTMBaseGraticuleLayer
Displays the UTM graticule.
|
class |
UTMGraticuleLayer
Displays the UTM graticule.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMercatorTiledImageLayer
BasicTiledImageLayer modified 2009-02-03 to add support for Mercator projections.
|
class |
MercatorTiledImageLayer
TiledImageLayer modified 2009-02-03 to add support for Mercator projections.
|
Modifier and Type | Class and Description |
---|---|
class |
PlaceNameLayer |
Modifier and Type | Class and Description |
---|---|
class |
RPFTiledImageLayer |
Modifier and Type | Method and Description |
---|---|
Layer |
RPFTiledImageProcessor.makeLayer(RPFFileIndex fileIndex) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Layer> |
RPFWizardUtil.getLayerList(WizardProperties properties) |
Modifier and Type | Method and Description |
---|---|
static void |
RPFWizardUtil.setLayerList(WizardProperties properties,
java.util.List<Layer> layerList) |
Modifier and Type | Method and Description |
---|---|
Layer |
PickedObject.getParentLayer() |
Modifier and Type | Method and Description |
---|---|
protected PickedObject |
PickSupport.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 void |
PickSupport.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.
|
PickedObject |
PickSupport.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.
|
void |
PickedObject.setParentLayer(Layer layer) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
DrawContextImpl.currentLayer |
protected Layer |
IconRenderer.OrderedText.layer |
protected Layer |
IconRenderer.OrderedIcon.layer |
protected Layer |
BasicAnnotationRenderer.OrderedAnnotation.layer |
protected Layer |
SurfaceImage.pickLayer |
protected Layer |
ScreenImage.pickLayer |
protected Layer |
Polyline.pickLayer
Deprecated.
|
protected Layer |
PointPlacemark.pickLayer |
protected Layer |
AbstractSurfaceObject.pickLayer |
protected Layer |
AbstractShape.pickLayer |
protected Layer |
AbstractBrowserBalloon.pickLayer
The layer active during the most recent pick pass.
|
Modifier and Type | Method and Description |
---|---|
Layer |
DrawContextImpl.getCurrentLayer() |
Layer |
DrawContext.getCurrentLayer()
Returns the current-layer.
|
Layer |
IconRenderer.OrderedIcon.getLayer() |
Layer |
PointPlacemark.OrderedPlacemark.getPickLayer() |
Modifier and Type | Method and Description |
---|---|
protected void |
Path.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 void |
IconRenderer.drawMany(DrawContext dc,
java.lang.Iterable<? extends WWIcon> icons,
Layer layer) |
protected void |
BasicAnnotationRenderer.drawMany(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
Layer layer) |
protected void |
BasicAnnotationRenderer.drawOne(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint,
Layer layer) |
void |
BasicAnnotationRenderer.pick(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint,
java.awt.Point pickPoint,
Layer layer) |
void |
AnnotationRenderer.pick(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint,
java.awt.Point pickPoint,
Layer annotationLayer) |
void |
IconRenderer.pick(DrawContext dc,
java.lang.Iterable<? extends WWIcon> icons,
java.awt.Point pickPoint,
Layer layer) |
void |
BasicAnnotationRenderer.pick(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
java.awt.Point pickPoint,
Layer layer) |
void |
AnnotationRenderer.pick(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
java.awt.Point pickPoint,
Layer annotationLayer) |
Vec4 |
TrackRenderer.pick(DrawContext dc,
java.util.Iterator<TrackPoint> trackPositions,
java.awt.Point pickPoint,
Layer layer) |
void |
BasicAnnotationRenderer.render(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint,
Layer layer) |
void |
AnnotationRenderer.render(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint,
Layer layer) |
void |
BasicAnnotationRenderer.render(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
Layer layer) |
void |
AnnotationRenderer.render(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
Layer layer) |
void |
DrawContextImpl.setCurrentLayer(Layer layer) |
void |
DrawContext.setCurrentLayer(Layer layer)
Sets the current-layer field to the specified layer or null.
|
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
AbstractAirspace.pickLayer |
Modifier and Type | Interface and Description |
---|---|
interface |
AirspaceEditor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAirspaceEditor |
class |
PolygonEditor |
class |
SphereAirspaceEditor |
Modifier and Type | Method and Description |
---|---|
void |
BasicAirspaceControlPointRenderer.pick(DrawContext dc,
java.lang.Iterable<? extends AirspaceControlPoint> controlPoints,
java.awt.Point pickPoint,
Layer layer) |
void |
AirspaceControlPointRenderer.pick(DrawContext dc,
java.lang.Iterable<? extends AirspaceControlPoint> controlPoints,
java.awt.Point pickPoint,
Layer layer) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
MarkerRenderer.OrderedMarker.layer |
Constructor and Description |
---|
OrderedMarker(int index,
Marker marker,
Vec4 point,
double radius,
Layer layer,
double eyeDistance) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
TacticalGraphicLabel.pickLayer
Active layer.
|
protected Layer |
AbstractTacticalSymbol.pickLayer
Per-frame layer indicating this symbol's layer when its ordered renderable was created.
|
Modifier and Type | Method and Description |
---|---|
Layer |
TacticalGraphicLabel.OrderedLabel.getPickLayer() |
Layer |
AbstractTacticalSymbol.OrderedSymbol.getPickLayer() |
Modifier and Type | Field and Description |
---|---|
protected Layer |
LayerTreeNode.layer
Indicates the
Layer this node represents. |
Modifier and Type | Method and Description |
---|---|
LayerTreeNode |
LayerTreeModel.addLayer(Layer layer)
Adds the a new
LayerTreeNode created with the specified layer to this tree model's root
node. |
protected LayerTreeNode |
LayerTreeModel.createLayerNode(Layer layer)
Returns a new root
LayerTreeNode for the specified layer . |
protected boolean |
LayerTreeModel.mustIncludeLayer(Layer layer)
Determines if a layer must be included in the layer tree.
|
Constructor and Description |
---|
KMLLayerTreeNode(Layer layer,
KMLRoot kmlRoot)
Creates a new
KMLLayerTreeNode from the specified layer and kmlRoot . |
LayerTreeNode(Layer layer)
Creates a new
LayerTreeNode from the specified layer . |
Modifier and Type | Class and Description |
---|---|
protected static class |
MeasureTool.CustomRenderableLayer |
Modifier and Type | Class and Description |
---|---|
class |
WMSTiledImageLayer |
Modifier and Type | Field and Description |
---|---|
protected Layer |
LayersMenu.LayerAction.layer |
Modifier and Type | Method and Description |
---|---|
protected Layer |
FileSetHighlighter.createSectorLayer(FileSet fileSet) |
protected Layer |
FileStoreSectorHighlighter.createSectorLayer(FileStoreDataSet dataSet) |
static Layer |
DataInstaller.findLayer(WorldWindow wwd,
java.lang.String layerName) |
Constructor and Description |
---|
LayerAction(Layer layer,
WorldWindow wwd,
boolean selected) |
Modifier and Type | Class and Description |
---|---|
class |
GliderImageLayer
Internal class to realize and control image and region drawing.
|
Modifier and Type | Method and Description |
---|---|
protected Layer |
GliderImageLayer.getImageLayer() |
Modifier and Type | Class and Description |
---|---|
class |
SegmentPlaneEditor |
Modifier and Type | Method and Description |
---|---|
protected void |
SegmentPlaneRenderer.draw(DrawContext dc,
SegmentPlane segmentPlane,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawAxisLabels(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawControlPoints(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawPlaneBackground(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawPlaneBorder(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawPlaneGeometry(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawPlaneGrid(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawPlaneOutline(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawSegmentAltimeter(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawSegmentAltimeterGeometry(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawSegmentAltimeterLabel(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.drawSegmentPlane(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
void |
SegmentPlaneRenderer.pick(DrawContext dc,
SegmentPlane segmentPlane,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.registerPickedObject(DrawContext dc,
PickedObject pickedObject,
Layer layer) |
protected void |
SegmentPlaneRenderer.resolveControlPointPick(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.resolvePlaneBackgroundPick(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.resolvePlaneGridPick(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
protected void |
SegmentPlaneRenderer.resolvePlaneOutlinePick(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlaneRenderer.RenderInfo renderInfo,
java.awt.Point pickPoint,
Layer layer) |
Modifier and Type | Method and Description |
---|---|
Layer |
Controller.addInternalActiveLayer(Layer layer) |
Layer |
Controller.addInternalLayer(Layer layer) |
Modifier and Type | Method and Description |
---|---|
Layer |
Controller.addInternalActiveLayer(Layer layer) |
Layer |
Controller.addInternalLayer(Layer layer) |
void |
WWPanelImpl.addLayer(Layer layer) |
void |
WWPanel.addLayer(Layer layer) |
protected void |
ToolTipController.addLayer(Layer layer) |
protected void |
SimpleImporter.addLayer(Layer layer,
LayerPath pathToParent) |
protected void |
SimpleImporter.doAddLayer(Layer layer,
LayerPath path) |
void |
WWPanelImpl.insertAfterNamedLayer(Layer layer,
java.lang.String targetLayerName) |
void |
WWPanel.insertAfterNamedLayer(Layer layer,
java.lang.String targetLayerName) |
void |
WWPanelImpl.insertBeforeNamedLayer(Layer layer,
java.lang.String targetLayerName) |
void |
WWPanel.insertBeforeNamedLayer(Layer layer,
java.lang.String targetLayerName) |
void |
WWPanelImpl.removeLayer(Layer layer) |
void |
WWPanel.removeLayer(Layer layer) |
protected void |
ToolTipController.removeLayer(Layer layer) |
Modifier and Type | Method and Description |
---|---|
Layer |
LayerManager.findLayerByTitle(java.lang.String layerTitle,
java.lang.String groupTitle) |
Layer |
LayerManager.getLayerFromPath(LayerPath path)
Returns the layer at the end of a specified path.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerManager.addLayer(Layer layer,
LayerPath pathToParent) |
void |
LayerManager.removeLayer(Layer layer) |
void |
LayerManager.scrollToLayer(Layer layer) |
void |
LayerManager.selectLayer(Layer layer,
boolean tf) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
AbstractOnDemandLayerFeature.layer |
protected Layer |
AbstractFeatureLayer.layer |
Modifier and Type | Method and Description |
---|---|
protected Layer |
GraticuleLayer.createLayer() |
protected Layer |
Crosshair.createLayer() |
protected Layer |
CoordinatesDisplay.createLayer() |
protected abstract Layer |
AbstractOnDemandLayerFeature.createLayer() |
protected Layer |
ScaleBar.doAddLayer() |
protected Layer |
Navigation.doAddLayer() |
protected Layer |
Compass.doAddLayer() |
protected abstract Layer |
AbstractFeatureLayer.doAddLayer() |
protected Layer |
UTMGraticule.doCreateLayer() |
protected Layer |
LatLonGraticule.doCreateLayer() |
protected abstract Layer |
GraticuleLayer.doCreateLayer() |
protected Layer |
Crosshair.doCreateLayer() |
protected Layer |
CoordinatesDisplay.doCreateLayer() |
Modifier and Type | Method and Description |
---|---|
protected void |
ImportedDataPanel.addLayer(Layer layer,
LayerPath pathToParent) |
protected void |
AbstractApplicationFeature.addLayer(Layer layer,
LayerPath path) |
protected void |
AbstractApplicationFeature.destroyLayer(Layer layer) |
protected void |
ImportedDataPanel.doAddLayer(Layer layer,
LayerPath path) |
protected void |
AbstractApplicationFeature.doAddLayer(Layer layer,
LayerPath path) |
Modifier and Type | Method and Description |
---|---|
Layer |
LayerManagerPanel.findLayerByTitle(java.lang.String layerTitle,
java.lang.String groupTitle) |
Layer |
LayerTreeNode.getLayer() |
Layer |
LayerNode.getLayer() |
Layer |
LayerManagerPanel.getLayerFromPath(LayerPath path) |
Modifier and Type | Method and Description |
---|---|
void |
LayerManagerPanel.addLayer(Layer layer,
LayerPath pathToParent) |
LayerTreeNode |
LayerTreeModel.findLayer(Layer layer,
LayerTreeGroupNode groupNode) |
java.util.List<LayerTreeNode> |
LayerTreeModel.findLayerInstances(Layer layer,
LayerTreeGroupNode groupNode) |
static boolean |
LayerTreeModel.isInternalLayer(Layer layer) |
void |
LayerManagerPanel.removeLayer(Layer layer) |
void |
LayerManagerPanel.scrollToLayer(Layer layer) |
void |
LayerTreeModel.selectLayer(Layer layer,
boolean tf) |
void |
LayerManagerPanel.selectLayer(Layer layer,
boolean tf) |
void |
LayerTreeNode.setLayer(Layer layer) |
void |
LayerNode.setLayer(Layer layer) |
Constructor and Description |
---|
LayerTreeNode(Layer layer) |
Modifier and Type | Method and Description |
---|---|
Layer |
LayerTree.getLayer(java.util.List<java.lang.String> path) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Layer> |
LayerTree.iterator() |
Modifier and Type | Class and Description |
---|---|
protected class |
MarkersOrder.AppFrame.TimedMarkerLayer |
static class |
PickFrustum.PickFrustumLayer |
Modifier and Type | Method and Description |
---|---|
Layer |
GeoJSONLoader.createLayerFromGeoJSON(gov.nasa.worldwind.formats.geojson.GeoJSONObject object)
Create a layer from a GeoJSON object.
|
Layer |
GeoJSONLoader.createLayerFromSource(java.lang.Object docSource)
Create a layer from a GeoJSON document.
|
Layer |
Airspaces.AppFrame.makeAGLAirspaces() |
protected Layer |
Airspaces.AppFrame.makeAMSLAirspaces() |
Layer |
Airspaces.AppFrame.makeDatelineCrossingAirspaces() |
Layer |
Airspaces.AppFrame.makeIntersectingAirspaces() |
Modifier and Type | Method and Description |
---|---|
protected PointPlacemarkAttributes |
GeoJSONLoader.createPointAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom,
Layer layer) |
protected ShapeAttributes |
GeoJSONLoader.createPolygonAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom,
Layer layer) |
protected ShapeAttributes |
GeoJSONLoader.createPolylineAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom,
Layer 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,
java.lang.String targetName) |
static void |
SimpleShapeDragging.insertBeforePlacenames(WorldWindow wwd,
Layer layer) |
static void |
ApplicationTemplate.insertBeforePlacenames(WorldWindow wwd,
Layer layer) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
AnalyticSurface.clientLayer |
Modifier and Type | Method and Description |
---|---|
Layer |
AnalyticSurface.getClientLayer()
Returns the layer associated with this surface during picking.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalyticSurface.setClientLayer(Layer layer)
Sets the layer associated with this surface during picking.
|
Modifier and Type | Method and Description |
---|---|
protected Layer |
InstallImagery.AppFrame.installSurfaceImage(java.lang.String displayName,
java.lang.Object imageSource,
FileStore fileStore) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
LayerPanel.layer |
protected Layer |
LayerPanel.SelectLayerAction.layer |
Modifier and Type | Method and Description |
---|---|
Layer |
LayerPanel.getLayer() |
Modifier and Type | Method and Description |
---|---|
protected int |
LayerPanel.findLayerPosition(WorldWindow wwd,
Layer layer) |
protected void |
LayerPanel.moveLayer(WorldWindow wwd,
Layer layer,
int direction) |
Constructor and Description |
---|
LayerPanel(WorldWindow wwd,
Layer layer) |
SelectLayerAction(WorldWindow wwd,
Layer layer,
boolean selected) |
Modifier and Type | Field and Description |
---|---|
protected Layer |
PointGrid.pickLayer |
Modifier and Type | Class and Description |
---|---|
protected static class |
ViewVolumeViewer.SectorGeometryLayer |
protected static class |
ViewVolumeViewer.ViewVolumeLayer |
Modifier and Type | Method and Description |
---|---|
protected static Layer |
SharedShapes.makeAirspaceLayer() |
protected Layer |
FlatAndRoundGlobes.makeExtrudedPolygonLayer() |
protected Layer |
FlatAndRoundGlobes.makePathLayer() |
protected Layer |
FlatAndRoundGlobes.makePolygonLayer() |
Modifier and Type | Method and Description |
---|---|
protected void |
SharedShapes.SharedLayerPanel.addLayer(Layer layer) |
Modifier and Type | Method and Description |
---|---|
void |
SharedShapes.SharedLayerPanel.update(java.lang.Iterable<? extends Layer> layersIterable) |
Constructor and Description |
---|
SharedLayerPanel(java.lang.String title,
java.awt.Dimension preferredSize,
java.lang.Iterable<? extends Layer> layersIterable) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractShapeEditor
An abstract class defining common functionality and fields for editors used in the RigidShapeBuilder example.
|
class |
BoxEditor |
class |
ConeEditor |
class |
CylinderEditor |
class |
ExtrudedPolygonEditor |
class |
PyramidEditor |
class |
RigidShapeEditor |
class |
WedgeEditor |
Modifier and Type | Class and Description |
---|---|
class |
LayerManagerLayer
Displays the layer list in a heads-up display in the viewport.
|
protected static class |
OpenStreetMapShapefileLoader.TextAndShapesLayer |
class |
StatusLayer
Renders statusbar information as a layer.
|
static class |
StatusLayer.StatusMGRSLayer |
static class |
StatusLayer.StatusUTMLayer |
Modifier and Type | Field and Description |
---|---|
protected Layer |
ScreenSelector.layer |
Modifier and Type | Method and Description |
---|---|
protected Layer |
ScreenSelector.createLayer() |
Layer |
ShapefileLoader.createLayerFromShapefile(gov.nasa.worldwind.formats.shapefile.Shapefile shp)
Deprecated.
Creates a
Layer from a general Shapefile. |
Layer |
ShapefileLoader.createLayerFromSource(java.lang.Object source)
Deprecated.
Creates a
Layer from a general Shapefile source. |
protected Layer |
SessionState.findLayer(LayerList layers,
java.lang.String layerName) |
Layer |
SectorSelector.getLayer() |
Layer |
ScreenSelector.getLayer() |
static Layer |
OpenStreetMapShapefileLoader.makeLayerFromOSMPlacesShapefile(gov.nasa.worldwind.formats.shapefile.Shapefile shp)
Creates a
Layer from an OpenStreetMap Shapefile of placemarks. |
static Layer |
OpenStreetMapShapefileLoader.makeLayerFromOSMPlacesSource(java.lang.Object source)
Creates a
Layer from an OpenStreetMap Shapefile source of placemarks. |
protected Layer |
SessionState.restoreLayerState(java.io.File stateFile) |
Modifier and Type | Method and Description |
---|---|
protected void |
ToolTipController.addLayer(Layer layer) |
protected boolean |
SessionState.isLayerRestorable(Layer layer) |
protected void |
ToolTipController.removeLayer(Layer layer) |
protected void |
SessionState.saveLayerState(Layer layer,
java.io.File stateFile) |