Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

A

ABSOLUTE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.AltitudeMode constant indicating an altitude relative to the globe's ellipsoid.
AbstractLayer - Class in gov.nasa.worldwind.layer
 
AbstractLayer() - Constructor for class gov.nasa.worldwind.layer.AbstractLayer
 
AbstractLayer(String) - Constructor for class gov.nasa.worldwind.layer.AbstractLayer
 
AbstractRenderable - Class in gov.nasa.worldwind.render
 
AbstractRenderable() - Constructor for class gov.nasa.worldwind.render.AbstractRenderable
 
AbstractRenderable(String) - Constructor for class gov.nasa.worldwind.render.AbstractRenderable
 
AbstractShape - Class in gov.nasa.worldwind.shape
 
AbstractShape() - Constructor for class gov.nasa.worldwind.shape.AbstractShape
 
AbstractShape(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.AbstractShape
 
acquire() - Method in class gov.nasa.worldwind.util.BasicPool
 
acquire() - Method in interface gov.nasa.worldwind.util.Pool
Acquires an instance from the pool.
acquire() - Method in class gov.nasa.worldwind.util.SynchronizedPool
 
activeTextureUnit(int) - Method in class gov.nasa.worldwind.draw.DrawContext
Specifies the OpenGL multitexture unit to make active.
add(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
Adds a specified vector to this vector.
add(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Adds a specified vector to this vector.
add(float) - Method in class gov.nasa.worldwind.util.FloatArray
 
add(short) - Method in class gov.nasa.worldwind.util.ShortArray
 
addAllLayers(LayerList) - Method in class gov.nasa.worldwind.layer.LayerList
 
addAllLayers(Iterable<? extends Layer>) - Method in class gov.nasa.worldwind.layer.LayerList
 
addAllRenderables(RenderableLayer) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
addAllRenderables(Iterable<? extends Renderable>) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
addBoundary(List<Position>) - Method in class gov.nasa.worldwind.shape.Polygon
 
addBoundary(int, List<Position>) - Method in class gov.nasa.worldwind.shape.Polygon
 
addLayer(Layer) - Method in class gov.nasa.worldwind.layer.LayerList
 
addLayer(int, Layer) - Method in class gov.nasa.worldwind.layer.LayerList
 
addListener(GestureListener) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
addListener(MessageListener) - Method in class gov.nasa.worldwind.util.MessageService
 
addNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.NavigatorEventSupport
 
addNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.WorldWindow
 
addRenderable(Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
addRenderable(int, Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
addTile(TerrainTile) - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
alpha - Variable in class gov.nasa.worldwind.render.Color
The color's alpha component.
altitude - Variable in class gov.nasa.worldwind.geom.Camera
 
altitude - Variable in class gov.nasa.worldwind.geom.LookAt
 
altitude - Variable in class gov.nasa.worldwind.geom.Position
The position's altitude in meters.
altitudeMode - Variable in class gov.nasa.worldwind.geom.Camera
 
altitudeMode - Variable in class gov.nasa.worldwind.geom.LookAt
 
array() - Method in class gov.nasa.worldwind.util.FloatArray
 
array() - Method in class gov.nasa.worldwind.util.ShortArray
 
asBitmap() - Method in class gov.nasa.worldwind.render.ImageSource
Returns the source bitmap.
asBitmapFactory() - Method in class gov.nasa.worldwind.render.ImageSource
Returns the source bitmap factory.
asFilePath() - Method in class gov.nasa.worldwind.render.ImageSource
Returns the source file path name.
asObject() - Method in class gov.nasa.worldwind.render.ImageSource
Returns the image source associated with an unrecognized type.
asResource() - Method in class gov.nasa.worldwind.render.ImageSource
Returns the source Android resource identifier.
assembleTilesForLevel(Level, TileFactory, Collection<Tile>) - Static method in class gov.nasa.worldwind.util.Tile
Creates all tiles for a specified level within a LevelSet.
asUrl() - Method in class gov.nasa.worldwind.render.ImageSource
Returns the source URL string.
attachTexture(DrawContext, Texture, int) - Method in class gov.nasa.worldwind.render.Framebuffer
 
Attributable - Interface in gov.nasa.worldwind.shape
Interface to controlling a shape's attributes.
awaitDone() - Method in class gov.nasa.worldwind.Frame
 

B

BACKGROUND_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.DrawableGroup constant indicating drawables displayed before everything else.
BackgroundLayer - Class in gov.nasa.worldwind.layer
Displays a single image spanning the globe.
BackgroundLayer() - Constructor for class gov.nasa.worldwind.layer.BackgroundLayer
Constructs a Blue Marble background layer with the built-in World Wind library resource res/drawable/gov_nasa_worldwind_worldtopobathy2004053.
BackgroundLayer(ImageSource, ImageOptions) - Constructor for class gov.nasa.worldwind.layer.BackgroundLayer
Constructs a background image layer with an image source.
BasicDrawableTerrain - Class in gov.nasa.worldwind.draw
 
BasicFrameController - Class in gov.nasa.worldwind
 
BasicFrameController() - Constructor for class gov.nasa.worldwind.BasicFrameController
 
BasicGlobe - Class in gov.nasa.worldwind.globe
Generic ellipsoidal Globe enabling construction with standard ellipsoid values.
BasicGlobe(double, double, GeographicProjection) - Constructor for class gov.nasa.worldwind.globe.BasicGlobe
Constructs a generic Globe implementation with specified ellipsoid parameters.
BasicPool<T> - Class in gov.nasa.worldwind.util
 
BasicPool() - Constructor for class gov.nasa.worldwind.util.BasicPool
 
BasicShaderProgram - Class in gov.nasa.worldwind.render
 
BasicShaderProgram(Resources) - Constructor for class gov.nasa.worldwind.render.BasicShaderProgram
 
BasicTerrain - Class in gov.nasa.worldwind.globe
 
BasicTerrain() - Constructor for class gov.nasa.worldwind.globe.BasicTerrain
 
BasicTessellator - Class in gov.nasa.worldwind.globe
 
BasicTessellator() - Constructor for class gov.nasa.worldwind.globe.BasicTessellator
 
BasicWorldWindowController - Class in gov.nasa.worldwind
 
BasicWorldWindowController() - Constructor for class gov.nasa.worldwind.BasicWorldWindowController
 
BEGAN - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.GestureState constant for the BEGAN gesture recognizer state.
begin(int) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The begin callback method is invoked like glBegin to indicate the start of a (triangle) primitive.
begin(int) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
beginData(int, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The same as the begin callback method except that it takes an additional reference argument.
beginData(int, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
beginDrawing(DrawContext) - Method in class gov.nasa.worldwind.FrameMetrics
 
beginRendering(RenderContext) - Method in class gov.nasa.worldwind.FrameMetrics
 
BILINEAR - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.ResamplingMode constant indicating bilinear image sampling.
bindBuffer(int, int) - Method in class gov.nasa.worldwind.draw.DrawContext
Makes an OpenGL buffer object bound to a specified target buffer.
bindBuffer(DrawContext) - Method in class gov.nasa.worldwind.render.BufferObject
 
bindFramebuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
Makes an OpenGL framebuffer object active.
bindFramebuffer(DrawContext) - Method in class gov.nasa.worldwind.render.Framebuffer
 
bindTexture(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
bindTexture(int) - Method in class gov.nasa.worldwind.draw.DrawContext
Makes an OpenGL texture 2D object bound to the current multitexture unit.
bindTexture(DrawContext) - Method in interface gov.nasa.worldwind.render.SurfaceTexture
 
bindTexture(DrawContext) - Method in class gov.nasa.worldwind.render.Texture
 
blue - Variable in class gov.nasa.worldwind.render.Color
The color's blue component.
BlueMarbleLandsatLayer - Class in gov.nasa.worldwind.layer
Displays a composite of NASA's Blue Marble next generation imagery at 500m resolution and Landsat imagery at 15m resolution from an OGC Web Map Service (WMS).
BlueMarbleLandsatLayer() - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLandsatLayer
Constructs a composite image layer with the WMS at http://worldwind25.arc.nasa.gov/wms.
BlueMarbleLandsatLayer(String) - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLandsatLayer
Constructs a composite image layer with the WMS at a specified address.
BlueMarbleLayer - Class in gov.nasa.worldwind.layer
Displays NASA's Blue Marble next generation imagery at 500m resolution from an OGC Web Map Service (WMS).
BlueMarbleLayer() - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLayer
Constructs a Blue Marble image layer with the WMS at http://worldwind25.arc.nasa.gov/wms.
BlueMarbleLayer(String) - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLayer
Constructs a Blue Marble image layer with the WMS at a specified address.
bottomCenter() - Static method in class gov.nasa.worldwind.geom.Offset
This factory method returns a new offset for anchoring a rectangle to its center of its bottom edge.
bottomLeft() - Static method in class gov.nasa.worldwind.geom.Offset
This factory method returns a new offset used for anchoring a rectangle to its bottom-left corner.
bottomRight() - Static method in class gov.nasa.worldwind.geom.Offset
This factory method returns a new offset for anchoring a rectangle to its bottom-right corner.
BoundingBox - Class in gov.nasa.worldwind.geom
Represents a bounding box in Cartesian coordinates.
BoundingBox() - Constructor for class gov.nasa.worldwind.geom.BoundingBox
 
boundingRectForUnitSquare(Matrix4, Viewport) - Static method in class gov.nasa.worldwind.util.WWMath
Computes the bounding rectangle for a unit square after applying a transformation matrix to the square's four corners.
BufferObject - Class in gov.nasa.worldwind.render
 
BufferObject(int, int, Buffer) - Constructor for class gov.nasa.worldwind.render.BufferObject
 

C

Camera - Class in gov.nasa.worldwind.geom
 
Camera() - Constructor for class gov.nasa.worldwind.geom.Camera
 
Camera(double, double, double, int, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Camera
 
Camera(Camera) - Constructor for class gov.nasa.worldwind.geom.Camera
 
camera - Variable in class gov.nasa.worldwind.render.RenderContext
 
cameraPoint - Variable in class gov.nasa.worldwind.render.RenderContext
 
cameraToCartesianTransform(Camera, Matrix4) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
cameraToCartesianTransform(Camera, Matrix4) - Method in interface gov.nasa.worldwind.globe.Globe
 
cameraToLookAt(Camera, LookAt) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
cameraToLookAt(Camera, LookAt) - Method in interface gov.nasa.worldwind.globe.Globe
 
CANCELLED - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.GestureState constant for the CANCELLED gesture recognizer state.
cartesianToGeographic(double, double, double, Position) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
cartesianToGeographic(Globe, double, double, double, Vec3, Position) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
Converts a Cartesian point to a geographic position.
cartesianToGeographic(double, double, double, Position) - Method in interface gov.nasa.worldwind.globe.Globe
Converts a Cartesian point to a geographic position.
cartesianToGeographic(Globe, double, double, double, Vec3, Position) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
cartesianToLocalTransform(double, double, double, Matrix4) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
cartesianToLocalTransform(Globe, double, double, double, Vec3, Matrix4) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
 
cartesianToLocalTransform(double, double, double, Matrix4) - Method in interface gov.nasa.worldwind.globe.Globe
 
cartesianToLocalTransform(Globe, double, double, double, Vec3, Matrix4) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
cartesianToScreenPoint(double, double, double, PointF) - Method in class gov.nasa.worldwind.WorldWindow
Transforms a Cartesian coordinate point to Android screen coordinates.
center() - Static method in class gov.nasa.worldwind.geom.Offset
This factory method returns a new offset used for anchoring a rectangle to its center.
centroid(Location) - Method in class gov.nasa.worldwind.geom.Sector
Computes the location of the angular center of this sector, which is the mid-angle of each of this sector's latitude and longitude dimensions.
centroidLatitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns the angle midway between this sector's minimum and maximum latitudes.
centroidLongitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns the angle midway between this sector's minimum and maximum longitudes.
CHANGED - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.GestureState constant indicating the CHANGED gesture recognizer state.
chooseConfig(EGL10, EGLDisplay) - Method in class gov.nasa.worldwind.util.WWConfigChooser
 
clamp(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
Restricts a value to the range [min, max] degrees, clamping values outside the range.
CLAMP - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.WrapMode constant indicating that the image's edge pixels should be displayed outside of the image bounds.
CLAMP_TO_GROUND - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.AltitudeMode constant indicating an altitude on the terrain.
clampAngle180(double) - Static method in class gov.nasa.worldwind.util.WWMath
Restricts an angle to the range [-180, +180] degrees, clamping angles outside the range.
clampAngle360(double) - Static method in class gov.nasa.worldwind.util.WWMath
Restricts an angle to the range [0, 360] degrees, clamping angles outside the range.
clampLatitude(double) - Static method in class gov.nasa.worldwind.geom.Location
Restricts an angle to the range [-90, +90] degrees, clamping angles outside the range.
clampLongitude(double) - Static method in class gov.nasa.worldwind.geom.Location
Restricts an angle to the range [-180, +180] degrees, clamping angles outside the range.
clear() - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
clear() - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
clear() - Method in class gov.nasa.worldwind.util.FloatArray
 
clear() - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
clear() - Method in class gov.nasa.worldwind.util.ShortArray
 
clear() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
clearBoundaries() - Method in class gov.nasa.worldwind.shape.Polygon
 
clearDrawables() - Method in class gov.nasa.worldwind.draw.DrawableList
 
clearDrawables() - Method in class gov.nasa.worldwind.draw.DrawableQueue
 
clearLayers() - Method in class gov.nasa.worldwind.layer.LayerList
 
clearPickedObjects() - Method in class gov.nasa.worldwind.PickedObjectList
 
clearRenderables() - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
clip(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Plane
Clips a line segment to this plane, returning an two-point array indicating the clipped segment.
closeSilently(Closeable) - Static method in class gov.nasa.worldwind.util.WWUtil
Closes a specified Closeable, suppressing any checked exceptions.
color - Variable in class gov.nasa.worldwind.draw.DrawableLines
 
color - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
color - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceColor
 
color - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
color - Variable in class gov.nasa.worldwind.draw.DrawableTessellation
 
color(Color) - Method in class gov.nasa.worldwind.draw.DrawShapeState
 
Color - Class in gov.nasa.worldwind.render
Color with red, green, blue and alpha components.
Color() - Constructor for class gov.nasa.worldwind.render.Color
Constructs a color with red, green, blue and alpha all 1.0.
Color(float, float, float, float) - Constructor for class gov.nasa.worldwind.render.Color
Constructs a color with specified red, green, blue and alpha components.
Color(int) - Constructor for class gov.nasa.worldwind.render.Color
Constructs a color with components stored in a color int.
Color(Color) - Constructor for class gov.nasa.worldwind.render.Color
Constructs a color with the components of a specified color.
column - Variable in class gov.nasa.worldwind.util.Tile
The tile's column within its level.
combine(double[], Object[], float[], Object[]) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The combine callback method is called to create a new vertex when the tessellation detects an intersection, or wishes to merge features.
combine(double[], Object[], float[], Object[]) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
combineData(double[], Object[], float[], Object[], Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The same as the combine callback method except that it takes an additional reference argument.
combineData(double[], Object[], float[], Object[], Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
computeColumn(double, double) - Static method in class gov.nasa.worldwind.util.Tile
Computes a column number for a tile within a level given the tile's longitude.
computeLastColumn(double, double) - Static method in class gov.nasa.worldwind.util.Tile
Computes the last column number for a tile within a level given the tile's maximum longitude.
computeLastRow(double, double) - Static method in class gov.nasa.worldwind.util.Tile
Computes the last row number for a tile within a level given the tile's maximum latitude.
computeRow(double, double) - Static method in class gov.nasa.worldwind.util.Tile
Computes a row number for a tile within a level given the tile's latitude.
contains(double, double) - Method in class gov.nasa.worldwind.geom.Sector
Indicates whether this sector contains a specified geographic location.
contains(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
Indicates whether this sector fully contains a specified sector.
contains(Sector) - Method in class gov.nasa.worldwind.geom.Sector
Indicates whether this sector fully contains a specified sector.
contains(int, int) - Method in class gov.nasa.worldwind.geom.Viewport
Indicates whether this viewport contains a specified point.
containsKey(K) - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
containsKey(K) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
containsPoint(Vec3) - Method in class gov.nasa.worldwind.geom.Frustum
 
contextLost() - Method in class gov.nasa.worldwind.draw.DrawContext
 
coordinateSystem - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
The coordinate reference system to use when requesting layers.
count() - Method in class gov.nasa.worldwind.draw.DrawableList
 
count() - Method in class gov.nasa.worldwind.draw.DrawableQueue
 
count() - Method in class gov.nasa.worldwind.layer.LayerList
 
count() - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
count() - Method in class gov.nasa.worldwind.PickedObjectList
 
createBitmap() - Method in interface gov.nasa.worldwind.render.ImageSource.BitmapFactory
Returns the bitmap associated with this factory.
createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.globe.BasicTessellator
 
createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.layer.TiledImageLayer
 
createTile(Sector, Level, int, int) - Method in interface gov.nasa.worldwind.util.TileFactory
Returns a tile for a specified sector, level within a LevelSet, and row and column within that level.
createWithColorAndSize(Position, Color, int) - Static method in class gov.nasa.worldwind.shape.Placemark
This factory method creates a Placemark and an associated PlacemarkAttributes bundle that draws a simple square centered on the supplied position with the given size and color.
createWithImage(Position, ImageSource) - Static method in class gov.nasa.worldwind.shape.Placemark
This factory method creates a Placemark and an associated PlacemarkAttributes bundle that draws the given image centered on the supplied position.
createWithImage(ImageSource) - Static method in class gov.nasa.worldwind.shape.PlacemarkAttributes
 
createWithImageAndLeader(ImageSource) - Static method in class gov.nasa.worldwind.shape.PlacemarkAttributes
 
cross(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Computes the cross product of this vector and a specified vector, modifying this vector.
cross(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Computes the cross product of two vectors, setting this vector to the result.
currentBuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
Returns the name of the OpenGL buffer object bound to the specified target buffer.
currentFramebuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
Returns the name of the OpenGL framebuffer object that is currently active.
currentLayer - Variable in class gov.nasa.worldwind.render.RenderContext
 
currentProgram() - Method in class gov.nasa.worldwind.draw.DrawContext
Returns the name of the OpenGL program object that is currently active.
currentTexture() - Method in class gov.nasa.worldwind.draw.DrawContext
Returns the name of the OpenGL texture 2D object currently bound to the active multitexture unit.
currentTexture(int) - Method in class gov.nasa.worldwind.draw.DrawContext
Returns the name of the OpenGL texture 2D object currently bound to the specified multitexture unit.
currentTextureUnit() - Method in class gov.nasa.worldwind.draw.DrawContext
Returns the OpenGL multitexture unit that is currently active.

D

DEBUG - Static variable in class gov.nasa.worldwind.util.Logger
 
deltaLatitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns the angle between this sector's minimum and maximum latitudes.
deltaLongitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns the angle between this sector's minimum and maximum longitudes.
depthOffset - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
direction - Variable in class gov.nasa.worldwind.geom.Line
This line's direction.
distanceTo(Vec3) - Method in class gov.nasa.worldwind.geom.BoundingBox
 
distanceTo(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
Computes the distance from this vector to another vector.
distanceTo(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Computes the distance from this vector to another vector.
distanceToPoint(Vec3) - Method in class gov.nasa.worldwind.geom.Plane
Computes the distance between this plane and a point.
distanceToSquared(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
Computes the squared distance from this vector to a specified vector.
distanceToSquared(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Computes the squared distance from this vector to a specified vector.
distanceToViewGlobeExtents() - Method in class gov.nasa.worldwind.WorldWindow
Returns the minimum distance from the globe's surface necessary to make the globe's extents visible in this World Window.
divide(double) - Method in class gov.nasa.worldwind.geom.Vec2
Divides this vector by a scalar.
divide(double) - Method in class gov.nasa.worldwind.geom.Vec3
Divides this vector by a scalar.
doFrame(long) - Method in class gov.nasa.worldwind.WorldWindow
 
dot(Vec3) - Method in class gov.nasa.worldwind.geom.Plane
Computes the dot product of this plane's components with a specified vector.
dot(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
Computes the scalar dot product of this vector and a specified vector.
dot(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Computes the scalar dot product of this vector and a specified vector.
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
draw(DrawContext) - Method in interface gov.nasa.worldwind.draw.Drawable
 
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableLines
Performs the actual rendering of the Placemark.
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableShape
 
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceColor
 
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceShape
 
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableTessellation
 
Drawable - Interface in gov.nasa.worldwind.draw
 
drawableCount() - Method in class gov.nasa.worldwind.render.RenderContext
 
DrawableLines - Class in gov.nasa.worldwind.draw
 
DrawableLines() - Constructor for class gov.nasa.worldwind.draw.DrawableLines
 
DrawableList - Class in gov.nasa.worldwind.draw
 
DrawableList() - Constructor for class gov.nasa.worldwind.draw.DrawableList
 
DrawableQueue - Class in gov.nasa.worldwind.draw
 
DrawableQueue() - Constructor for class gov.nasa.worldwind.draw.DrawableQueue
 
drawableQueue - Variable in class gov.nasa.worldwind.draw.DrawContext
 
drawableQueue - Variable in class gov.nasa.worldwind.Frame
 
drawableQueue - Variable in class gov.nasa.worldwind.render.RenderContext
 
DrawableScreenTexture - Class in gov.nasa.worldwind.draw
 
DrawableScreenTexture() - Constructor for class gov.nasa.worldwind.draw.DrawableScreenTexture
 
DrawableShape - Class in gov.nasa.worldwind.draw
 
DrawableShape() - Constructor for class gov.nasa.worldwind.draw.DrawableShape
 
DrawableSurfaceColor - Class in gov.nasa.worldwind.draw
 
DrawableSurfaceColor() - Constructor for class gov.nasa.worldwind.draw.DrawableSurfaceColor
 
DrawableSurfaceShape - Class in gov.nasa.worldwind.draw
 
DrawableSurfaceShape() - Constructor for class gov.nasa.worldwind.draw.DrawableSurfaceShape
 
DrawableSurfaceTexture - Class in gov.nasa.worldwind.draw
 
DrawableSurfaceTexture() - Constructor for class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
DrawableTerrain - Interface in gov.nasa.worldwind.draw
 
drawableTerrain - Variable in class gov.nasa.worldwind.draw.DrawContext
 
drawableTerrain - Variable in class gov.nasa.worldwind.Frame
 
drawableTerrain - Variable in class gov.nasa.worldwind.render.RenderContext
 
DrawableTessellation - Class in gov.nasa.worldwind.draw
 
DrawableTessellation() - Constructor for class gov.nasa.worldwind.draw.DrawableTessellation
 
DrawContext - Class in gov.nasa.worldwind.draw
 
DrawContext() - Constructor for class gov.nasa.worldwind.draw.DrawContext
 
drawElements(int, int, int, int) - Method in class gov.nasa.worldwind.draw.DrawShapeState
 
drawFrame(DrawContext) - Method in class gov.nasa.worldwind.BasicFrameController
 
drawFrame(DrawContext) - Method in interface gov.nasa.worldwind.FrameController
 
drawLines(DrawContext) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
drawLines(DrawContext) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
 
DrawShapeState - Class in gov.nasa.worldwind.draw
 
DrawShapeState() - Constructor for class gov.nasa.worldwind.draw.DrawShapeState
 
drawState - Variable in class gov.nasa.worldwind.draw.DrawableShape
 
drawState - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceShape
 
drawTriangles(DrawContext) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
drawTriangles(DrawContext) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
 

E

edgeFlag(boolean) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The edgeFlag callback method is similar to glEdgeFlag.
edgeFlag(boolean) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
edgeFlagData(boolean, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The same as the edgeFlage callback method except that it takes an additional reference argument.
edgeFlagData(boolean, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
elementBuffer - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
elements - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
enableCullFace - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
enableDepthTest - Variable in class gov.nasa.worldwind.draw.DrawableLines
 
enableDepthTest - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
enableDepthTest - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
enablePickMode(boolean) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
 
enablePickMode(boolean) - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
 
enableTexture(boolean) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
 
enableTexture(boolean) - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
 
end() - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The end callback serves the same purpose as glEnd.
end() - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
endData(Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The same as the end callback method except that it takes an additional reference argument.
endData(Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
endDrawing(DrawContext) - Method in class gov.nasa.worldwind.FrameMetrics
 
ENDED - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.GestureState constant indicating the ENDED gesture recognizer state.
endRendering(RenderContext) - Method in class gov.nasa.worldwind.FrameMetrics
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Line
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Location
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Matrix3
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Matrix4
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Offset
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Plane
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Position
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Range
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Sector
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Vec2
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Vec3
 
equals(Object) - Method in class gov.nasa.worldwind.geom.Viewport
 
equals(Object) - Method in class gov.nasa.worldwind.render.Color
 
equals(Object) - Method in class gov.nasa.worldwind.render.ImageSource
 
equals(Object) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
 
equals(Object) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
 
equals(Object) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
Error - Class in gov.nasa.worldwind.util.glu.error
 
Error() - Constructor for class gov.nasa.worldwind.util.glu.error.Error
Creates a new instance of Error
error(int) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The error callback method is called when an error is encountered.
error(int) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
ERROR - Static variable in class gov.nasa.worldwind.util.Logger
 
errorData(int, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The same as the error callback method except that it takes an additional reference argument.
errorData(int, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
execute(Runnable) - Method in class gov.nasa.worldwind.util.TaskService
 
extensionString - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
extractEigenvectors(Vec3, Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
Returns this symmetric matrix's eigenvectors.
extractEyePoint(Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
Returns this viewing matrix's eye point.
extractForwardVector(Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
Returns this viewing matrix's forward vector.
eyePoint - Variable in class gov.nasa.worldwind.draw.DrawContext
 

F

FAILED - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.GestureState constant for the FAILED gesture recognizer state.
fieldOfView - Variable in class gov.nasa.worldwind.render.RenderContext
 
firstLevel() - Method in class gov.nasa.worldwind.util.LevelSet
Returns the first level (lowest resolution) of this level set.
firstLevelDelta - Variable in class gov.nasa.worldwind.util.LevelSet
The geographic width and height in degrees of tiles in the first level (lowest resolution) of this level set.
firstLevelDelta - Variable in class gov.nasa.worldwind.util.LevelSetConfig
The geographic width and height in degrees of tiles in the first level (lowest resolution) of the level set.
FloatArray - Class in gov.nasa.worldwind.util
 
FloatArray() - Constructor for class gov.nasa.worldwind.util.FloatArray
 
FloatArray(int) - Constructor for class gov.nasa.worldwind.util.FloatArray
 
Frame - Class in gov.nasa.worldwind
 
Frame() - Constructor for class gov.nasa.worldwind.Frame
 
Framebuffer - Class in gov.nasa.worldwind.render
 
Framebuffer() - Constructor for class gov.nasa.worldwind.render.Framebuffer
 
FrameController - Interface in gov.nasa.worldwind
 
FrameMetrics - Class in gov.nasa.worldwind
 
FrameMetrics() - Constructor for class gov.nasa.worldwind.FrameMetrics
 
fromBitmap(Bitmap) - Static method in class gov.nasa.worldwind.render.ImageSource
Constructs an image source with a bitmap.
fromBitmapFactory(ImageSource.BitmapFactory) - Static method in class gov.nasa.worldwind.render.ImageSource
Constructs an image source with a bitmap factory.
fromDegrees(double, double) - Static method in class gov.nasa.worldwind.geom.Location
Constructs a location with a specified latitude and longitude in degrees.
fromDegrees(double, double, double) - Static method in class gov.nasa.worldwind.geom.Position
Constructs a position with a specified latitude and longitude in degrees and altitude in meters.
fromDegrees(double, double, double, double) - Static method in class gov.nasa.worldwind.geom.Sector
 
fromFilePath(String) - Static method in class gov.nasa.worldwind.render.ImageSource
Constructs an image source with a file path.
fromLineStipple(int, short) - Static method in class gov.nasa.worldwind.render.ImageSource
Constructs a bitmap image source with a line stipple pattern.
fromObject(Object) - Static method in class gov.nasa.worldwind.render.ImageSource
Constructs an image source with a generic Object instance.
fromRadians(double, double) - Static method in class gov.nasa.worldwind.geom.Location
Constructs a location with a specified latitude and longitude in radians.
fromRadians(double, double, double) - Static method in class gov.nasa.worldwind.geom.Position
Constructs a position with a specified latitude and longitude in radians and altitude in meters.
fromRadians(double, double, double, double) - Static method in class gov.nasa.worldwind.geom.Sector
 
fromRenderable(int, Renderable, Layer) - Static method in class gov.nasa.worldwind.PickedObject
 
fromResource(int) - Static method in class gov.nasa.worldwind.render.ImageSource
Constructs an image source with an Android resource identifier.
fromTerrain(int, Position) - Static method in class gov.nasa.worldwind.PickedObject
 
fromTimeZone(TimeZone) - Static method in class gov.nasa.worldwind.geom.Location
Constructs an approximate location for a specified time zone.
fromUrl(String) - Static method in class gov.nasa.worldwind.render.ImageSource
Constructs an image source with a URL string.
Frustum - Class in gov.nasa.worldwind.geom
Represents a six-sided view frustum in Cartesian coordinates with a corresponding viewport in screen coordinates.
Frustum() - Constructor for class gov.nasa.worldwind.geom.Frustum
Constructs a new unit frustum with each of its planes 1 meter from the center and a viewport with width and height both 1.
Frustum(Plane, Plane, Plane, Plane, Plane, Plane, Viewport) - Constructor for class gov.nasa.worldwind.geom.Frustum
Constructs a frustum.
frustum - Variable in class gov.nasa.worldwind.render.RenderContext
 

G

GeographicProjection - Interface in gov.nasa.worldwind.globe
Represents transformations between geographic coordinates and Cartesian coordinates.
geographicToCartesian(double, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
geographicToCartesian(Globe, double, double, double, Vec3, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
Converts a geographic position to Cartesian coordinates.
geographicToCartesian(double, double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.Globe
Converts a geographic position to Cartesian coordinates.
geographicToCartesian(Globe, double, double, double, Vec3, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
geographicToCartesian(double, double, double, int, Vec3) - Method in class gov.nasa.worldwind.render.RenderContext
Converts a geographic position to Cartesian coordinates according to an WorldWind.AltitudeMode.
geographicToCartesianGrid(Sector, int, int, double[], Vec3, float[], int, int) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
geographicToCartesianGrid(Globe, Sector, int, int, double[], Vec3, Vec3, float[], int, int) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
 
geographicToCartesianGrid(Sector, int, int, double[], Vec3, float[], int, int) - Method in interface gov.nasa.worldwind.globe.Globe
 
geographicToCartesianGrid(Globe, Sector, int, int, double[], Vec3, Vec3, float[], int, int) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
geographicToCartesianNormal(double, double, Vec3) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
geographicToCartesianNormal(Globe, double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
 
geographicToCartesianNormal(double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.Globe
 
geographicToCartesianNormal(Globe, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
geographicToCartesianTransform(double, double, double, Matrix4) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
geographicToCartesianTransform(Globe, double, double, double, Vec3, Matrix4) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
 
geographicToCartesianTransform(double, double, double, Matrix4) - Method in interface gov.nasa.worldwind.globe.Globe
 
geographicToCartesianTransform(Globe, double, double, double, Vec3, Matrix4) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
geographicToScreenPoint(double, double, double, PointF) - Method in class gov.nasa.worldwind.WorldWindow
Transforms a geographic position to Android screen coordinates.
GestureListener - Interface in gov.nasa.worldwind.gesture
 
GestureRecognizer - Class in gov.nasa.worldwind.gesture
 
GestureRecognizer() - Constructor for class gov.nasa.worldwind.gesture.GestureRecognizer
 
GestureRecognizer(GestureListener) - Constructor for class gov.nasa.worldwind.gesture.GestureRecognizer
 
gestureStateChanged(MotionEvent, GestureRecognizer) - Method in class gov.nasa.worldwind.BasicWorldWindowController
 
gestureStateChanged(MotionEvent, GestureRecognizer) - Method in interface gov.nasa.worldwind.gesture.GestureListener
 
get(int) - Method in class gov.nasa.worldwind.util.FloatArray
 
get(K) - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
get(int) - Method in class gov.nasa.worldwind.util.ShortArray
 
get(K) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
getAction() - Method in class gov.nasa.worldwind.NavigatorEvent
 
getAltitude() - Method in class gov.nasa.worldwind.Navigator
 
getAltitudeMode() - Method in class gov.nasa.worldwind.shape.AbstractShape
 
getAltitudeMode() - Method in class gov.nasa.worldwind.shape.Label
Indicates the altitude mode associated with this label's position.
getAltitudeMode() - Method in class gov.nasa.worldwind.shape.Placemark
Returns the placemark's altitude mode.
getAsCamera(Globe, Camera) - Method in class gov.nasa.worldwind.Navigator
 
getAsLookAt(Globe, LookAt) - Method in class gov.nasa.worldwind.Navigator
 
getAttachedTexture(int) - Method in class gov.nasa.worldwind.render.Framebuffer
 
getAttribBindings() - Method in class gov.nasa.worldwind.render.ShaderProgram
 
getAttributes() - Method in class gov.nasa.worldwind.shape.AbstractShape
 
getAttributes() - Method in interface gov.nasa.worldwind.shape.Attributable
Indicates the shape's normal (non-highlight) attributes.
getAttributes() - Method in class gov.nasa.worldwind.shape.Label
Indicates this label's "normal" attributes, that is the attributes used when the label's highlighted flag is false.
getAttributes() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the placemark's "normal" attributes, that is the attributes used when the placemark's highlighted flag is false.
getBoundary(int) - Method in class gov.nasa.worldwind.shape.Polygon
 
getBoundaryCount() - Method in class gov.nasa.worldwind.shape.Polygon
 
getBufferByteCount() - Method in class gov.nasa.worldwind.render.BufferObject
 
getBufferLength() - Method in class gov.nasa.worldwind.render.BufferObject
 
getBufferObject(Object) - Method in class gov.nasa.worldwind.render.RenderContext
 
getBufferTarget() - Method in class gov.nasa.worldwind.render.BufferObject
 
getByteCount() - Method in class gov.nasa.worldwind.render.Texture
 
getCapacity() - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
getCapacity() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
getColor() - Method in class gov.nasa.worldwind.layer.ShowTessellationLayer
 
getCoordinateSystem() - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Indicates the coordinate reference system to use in Get Map URLs.
getDetailControl() - Method in class gov.nasa.worldwind.globe.BasicTessellator
 
getDetailControl() - Method in class gov.nasa.worldwind.layer.TiledImageLayer
 
getDisplayName() - Method in interface gov.nasa.worldwind.globe.GeographicProjection
This projection's display name.
getDisplayName() - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
getDisplayName() - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
getDisplayName() - Method in interface gov.nasa.worldwind.layer.Layer
 
getDisplayName() - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
getDisplayName() - Method in interface gov.nasa.worldwind.render.Renderable
 
getDrawable(int) - Method in class gov.nasa.worldwind.draw.DrawableList
 
getDrawablePool(Class<T>) - Method in class gov.nasa.worldwind.render.RenderContext
 
getDrawableTerrain(int) - Method in class gov.nasa.worldwind.draw.DrawContext
 
getDrawableTerrainCount() - Method in class gov.nasa.worldwind.draw.DrawContext
 
getDrawCount() - Method in class gov.nasa.worldwind.FrameMetrics
 
getDrawTime() - Method in class gov.nasa.worldwind.FrameMetrics
 
getDrawTimeAverage() - Method in class gov.nasa.worldwind.FrameMetrics
 
getDrawTimeStdDev() - Method in class gov.nasa.worldwind.FrameMetrics
 
getDrawTimeTotal() - Method in class gov.nasa.worldwind.FrameMetrics
 
getEccentricitySquared() - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
getEccentricitySquared() - Method in interface gov.nasa.worldwind.globe.Globe
Indicates the eccentricity squared parameter of the globe's ellipsoid.
getEntryCount() - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
getEntryCount() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
getEquatorialRadius() - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
getEquatorialRadius() - Method in interface gov.nasa.worldwind.globe.Globe
Indicates the radius in meters of the globe's ellipsoid at the equator.
getEyeDistanceScalingLabelThreshold() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the eye altitude, in meters, above which this placemark's label is not displayed.
getEyeDistanceScalingThreshold() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the eye distance above which to reduce the size of this placemark, in meters.
getFieldOfView() - Method in class gov.nasa.worldwind.WorldWindow
 
getFrameController() - Method in class gov.nasa.worldwind.WorldWindow
 
getFrameMetrics() - Method in class gov.nasa.worldwind.WorldWindow
 
getGlobe() - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
getGlobe() - Method in interface gov.nasa.worldwind.globe.Terrain
Indicates the globe modeled by this terrain.
getGlobe() - Method in class gov.nasa.worldwind.WorldWindow
Indicates the planet or celestial object displayed by this World Window.
getHeading() - Method in class gov.nasa.worldwind.Navigator
 
getHeight() - Method in class gov.nasa.worldwind.render.Texture
 
getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.AbstractShape
 
getHighlightAttributes() - Method in interface gov.nasa.worldwind.shape.Attributable
Indicates the shape's highlight attributes.
getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.Label
Gets the attributes used when this label's highlighted flag is true.
getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the attributes used when this placemark's highlighted flag is true.
getIdentifier() - Method in class gov.nasa.worldwind.PickedObject
 
getImageColor() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns the image color.
getImageOffset() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns the location within the placemark's image to align with the placemark's geographic position.
getImageOptions() - Method in class gov.nasa.worldwind.layer.TiledImageLayer
 
getImageOptions() - Method in class gov.nasa.worldwind.shape.SurfaceImage
 
getImageRotation() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the amount of rotation to apply to the image, measured in degrees clockwise and relative to this placemark's Placemark.getImageRotationReference().
getImageRotationReference() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the type of rotation to apply if the Placemark.getImageRotation() is not zero.
getImageScale() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns the amount to scale the placemark's image.
getImageSource() - Method in class gov.nasa.worldwind.render.ImageTile
 
getImageSource() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns the source of the placemark's image.
getImageSource() - Method in class gov.nasa.worldwind.shape.SurfaceImage
 
getImageTilt() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the amount of tilt to apply to the image, measured in degrees away from the eye point and relative to this placemark's Placemark.getImageTiltReference().
getImageTiltReference() - Method in class gov.nasa.worldwind.shape.Placemark
Gets the type tilt to apply when Placemark.getImageTilt() is non-zero.
getInteriorColor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates the color and opacity of shape interiors.
getInteriorImageSource() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates the image source applied to shape interiors.
getLabelAttributes() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns the attributes to apply to the placemark's label, if any.
getLastInputEvent() - Method in class gov.nasa.worldwind.NavigatorEvent
 
getLatitude() - Method in class gov.nasa.worldwind.Navigator
 
getLayer(int) - Method in class gov.nasa.worldwind.layer.LayerList
 
getLayer() - Method in class gov.nasa.worldwind.PickedObject
 
getLayerNames() - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Indicates the comma-separated list of WMS layer names.
getLayers() - Method in class gov.nasa.worldwind.WorldWindow
 
getLeaderAttributes() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns the attributes to apply to the leader line if it's drawn.
getLevelOfDetailSelector() - Method in class gov.nasa.worldwind.shape.Placemark
gets the current level-of-detail selector used to inject logic for selecting PlacemarkAttributes based on the the camera distance and highlighted attribute.
getLevelSet() - Method in class gov.nasa.worldwind.globe.BasicTessellator
 
getLevelSet() - Method in class gov.nasa.worldwind.layer.TiledImageLayer
 
getListeners() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
getLongitude() - Method in class gov.nasa.worldwind.Navigator
 
getMaxActiveAltitude() - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
getMaxActiveAltitude() - Method in interface gov.nasa.worldwind.layer.Layer
 
getMaximumIntermediatePoints() - Method in class gov.nasa.worldwind.shape.AbstractShape
 
getMaxNumberOfPointers() - Method in class gov.nasa.worldwind.gesture.PanRecognizer
 
getMinActiveAltitude() - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
getMinActiveAltitude() - Method in interface gov.nasa.worldwind.layer.Layer
 
getMinimumImageScale() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns the minimum amount to scale the placemark's image.
getMinNumberOfPointers() - Method in class gov.nasa.worldwind.gesture.PanRecognizer
 
getNavigator() - Method in class gov.nasa.worldwind.NavigatorEvent
 
getNavigator() - Method in class gov.nasa.worldwind.WorldWindow
 
getNavigatorStoppedDelay() - Method in class gov.nasa.worldwind.NavigatorEventSupport
 
getNavigatorStoppedDelay() - Method in class gov.nasa.worldwind.WorldWindow
 
getOpacity() - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
getOpacity() - Method in interface gov.nasa.worldwind.layer.Layer
 
getOutlineColor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates the color and opacity of shape outlines.
getOutlineImageSource() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates the image source applied to shape outlines.
getOutlineWidth() - Method in class gov.nasa.worldwind.render.TextRenderer
 
getOutlineWidth() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates the width of shape outlines.
getOutlineWidth() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
getPathType() - Method in class gov.nasa.worldwind.shape.AbstractShape
 
getPickDelegate() - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
getPickDelegate() - Method in interface gov.nasa.worldwind.render.Renderable
 
getPolarRadius() - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
getPolarRadius() - Method in interface gov.nasa.worldwind.globe.Globe
Indicates the radius in meters of the globe's ellipsoid at the poles.
getPosition() - Method in class gov.nasa.worldwind.shape.Label
Indicates the geographic position where this label is displayed.
getPosition() - Method in class gov.nasa.worldwind.shape.Placemark
Gets this placemark's geographic position.
getPositions() - Method in class gov.nasa.worldwind.shape.Path
 
getProgramLength() - Method in class gov.nasa.worldwind.render.ShaderProgram
 
getProgramSources() - Method in class gov.nasa.worldwind.render.ShaderProgram
 
getProjection() - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
getProjection() - Method in interface gov.nasa.worldwind.globe.Globe
Indicates the geographic projection used by this globe.
getRadiusAt(double, double) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
getRadiusAt(double, double) - Method in interface gov.nasa.worldwind.globe.Globe
Indicates the radius in meters of the globe's ellipsoid at a specified location.
getReferencePosition() - Method in class gov.nasa.worldwind.shape.Label
A position associated with the object that indicates its aggregate geographic position.
getReferencePosition() - Method in interface gov.nasa.worldwind.shape.Movable
A position associated with the object that indicates its aggregate geographic position.
getReferencePosition() - Method in class gov.nasa.worldwind.shape.Placemark
A position associated with the object that indicates its aggregate geographic position.
getRenderable(int) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
getRenderCount() - Method in class gov.nasa.worldwind.FrameMetrics
 
getRenderResourceCache() - Method in class gov.nasa.worldwind.WorldWindow
 
getRenderResourceCacheCapacity() - Method in class gov.nasa.worldwind.FrameMetrics
 
getRenderResourceCacheEntryCount() - Method in class gov.nasa.worldwind.FrameMetrics
 
getRenderResourceCacheUsedCapacity() - Method in class gov.nasa.worldwind.FrameMetrics
 
getRenderTime() - Method in class gov.nasa.worldwind.FrameMetrics
 
getRenderTimeAverage() - Method in class gov.nasa.worldwind.FrameMetrics
 
getRenderTimeStdDev() - Method in class gov.nasa.worldwind.FrameMetrics
 
getRenderTimeTotal() - Method in class gov.nasa.worldwind.FrameMetrics
 
getResources() - Method in class gov.nasa.worldwind.render.ImageRetriever
 
getResources() - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
getRoll() - Method in class gov.nasa.worldwind.Navigator
 
getRotation() - Method in class gov.nasa.worldwind.gesture.RotationRecognizer
 
getScale() - Method in class gov.nasa.worldwind.gesture.PinchRecognizer
 
getSector() - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
getSector() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
getSector() - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
 
getSector() - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
getSector() - Method in interface gov.nasa.worldwind.globe.Terrain
Indicates the geographic rectangular region that contains this terrain.
getSector() - Method in interface gov.nasa.worldwind.render.SurfaceTexture
 
getSector() - Method in class gov.nasa.worldwind.shape.SurfaceImage
 
getServiceAddress() - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Indicates the WMS service address used to build Get Map URLs.
getShaderProgram(Object) - Method in class gov.nasa.worldwind.render.RenderContext
 
getState() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
getStyleNames() - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Indicates the comma-separated list of WMS style names, or null in which case the default style is assumed.
getTerrainPosition() - Method in class gov.nasa.worldwind.PickedObject
 
getTessellator() - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
getTessellator() - Method in interface gov.nasa.worldwind.globe.Globe
 
getTessellator() - Method in class gov.nasa.worldwind.render.RenderContext
 
getTexCoordTransform() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
getTexCoordTransform() - Method in interface gov.nasa.worldwind.render.SurfaceTexture
 
getTexCoordTransform() - Method in class gov.nasa.worldwind.render.Texture
 
getTexParameter(int) - Method in class gov.nasa.worldwind.render.Texture
 
getText(String, TextAttributes) - Method in class gov.nasa.worldwind.render.RenderContext
 
getText() - Method in class gov.nasa.worldwind.shape.Label
Indicates the text displayed by this label.
getTextColor() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
getTextOffset() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
getTextSize() - Method in class gov.nasa.worldwind.render.TextRenderer
 
getTextSize() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
getTexture(ImageSource) - Method in class gov.nasa.worldwind.render.RenderContext
 
getTextureName(DrawContext) - Method in class gov.nasa.worldwind.render.Texture
 
getTilt() - Method in class gov.nasa.worldwind.Navigator
 
getTimeString() - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Indicates the time parameter to include in Get Map URLs, or null in which case no time parameter is included.
getTranslationX() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
getTranslationY() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
getTriStripElements() - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
getTypeface() - Method in class gov.nasa.worldwind.render.TextRenderer
 
getTypeface() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
getUsedCapacity() - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
getUsedCapacity() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
getUserObject() - Method in class gov.nasa.worldwind.PickedObject
 
getUserProperty(Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
getUserProperty(Object) - Method in interface gov.nasa.worldwind.layer.Layer
 
getUserProperty(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
getUserProperty(Object) - Method in interface gov.nasa.worldwind.render.Renderable
 
getUserProperty(Object) - Method in class gov.nasa.worldwind.render.RenderContext
 
getVertexOrigin() - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
getVertexOrigin() - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
 
getVertexOrigin() - Method in class gov.nasa.worldwind.globe.TerrainTile
 
getVertexPointBuffer(RenderContext) - Method in class gov.nasa.worldwind.globe.TerrainTile
 
getVertexPoints() - Method in class gov.nasa.worldwind.globe.TerrainTile
 
getVerticalExaggeration() - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
getVerticalExaggeration() - Method in interface gov.nasa.worldwind.globe.Terrain
Indicates the geometric surface's vertical exaggeration.
getVerticalExaggeration() - Method in class gov.nasa.worldwind.WorldWindow
 
getWidth() - Method in class gov.nasa.worldwind.render.Texture
 
getWmsVersion() - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Indicates the WMS protocol version.
getWorldWindow() - Method in class gov.nasa.worldwind.BasicWorldWindowController
 
getWorldWindow() - Method in interface gov.nasa.worldwind.WorldWindowController
 
getWorldWindowController() - Method in class gov.nasa.worldwind.WorldWindow
 
getX() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
getY() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
Globe - Interface in gov.nasa.worldwind.globe
Planet or celestial object that can be modeled by an ellipsoid.
globe - Variable in class gov.nasa.worldwind.render.RenderContext
 
GlobeWgs84 - Class in gov.nasa.worldwind.globe
Globe implementing the WGS 84 reference system (aka WGS 1984, EPSG:4326).
GlobeWgs84() - Constructor for class gov.nasa.worldwind.globe.GlobeWgs84
Constructs a globe with WGS 84 reference values and a WGS 84 geographic projection.
GLU - Class in gov.nasa.worldwind.util.glu
Provides access to the OpenGL Utility Library (GLU).
GLU() - Constructor for class gov.nasa.worldwind.util.glu.GLU
 
GLU_CCW - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_CW - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_EXTENSIONS - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_EXTERIOR - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_FALSE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_INTERIOR - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_INVALID_ENUM - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_INVALID_OPERATION - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_INVALID_VALUE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_OUT_OF_MEMORY - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_BEGIN - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_BEGIN_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_BOUNDARY_ONLY - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_COMBINE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_COMBINE_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_COORD_TOO_LARGE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_EDGE_FLAG - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_EDGE_FLAG_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_END - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_END_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR1 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR2 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR3 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR4 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR5 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR6 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR7 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR8 - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_ERROR_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_MAX_COORD - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_MISSING_BEGIN_CONTOUR - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_MISSING_BEGIN_POLYGON - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_MISSING_END_CONTOUR - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_MISSING_END_POLYGON - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_NEED_COMBINE_CALLBACK - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_TOLERANCE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_VERTEX - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_VERTEX_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_WINDING_ABS_GEQ_TWO - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_WINDING_NEGATIVE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_WINDING_NONZERO - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_WINDING_ODD - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_WINDING_POSITIVE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TESS_WINDING_RULE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_TRUE - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_UNKNOWN - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
GLU_VERSION - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
gluBeginPolygon() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluDeleteTess(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluDeleteTess destroys the indicated tessellation object (which was created with gluNewTess).
gluDeleteTess() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluEndPolygon() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluErrorString(int) - Static method in class gov.nasa.worldwind.util.glu.error.Error
 
gluErrorString(int) - Static method in class gov.nasa.worldwind.util.glu.GLU
 
gluGetTessProperty(GLUtessellator, int, double[], int) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluGetTessProperty retrieves properties stored in a tessellation object.
gluGetTessProperty(int, double[], int) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluNewTess() - Static method in class gov.nasa.worldwind.util.glu.GLU
gluNewTess creates and returns a new tessellation object.
gluNewTess() - Static method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluNextContour(int) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluTessBeginContour(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessBeginContour and gluTessEndContour delimit the definition of a polygon contour.
gluTessBeginContour() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluTessBeginPolygon(GLUtessellator, Object) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessBeginPolygon and gluTessEndPolygon delimit the definition of a convex, concave or self-intersecting polygon.
gluTessBeginPolygon(Object) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluTessCallback(GLUtessellator, int, GLUtessellatorCallback) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessCallback is used to indicate a callback to be used by a tessellation object.
gluTessCallback(int, GLUtessellatorCallback) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
GLUtessellator - Interface in gov.nasa.worldwind.util.glu
The GLUtessellator object is used to hold the data, such as the vertices, edges and callback objects, to describe and tessellate complex polygons.
GLUtessellatorCallback - Interface in gov.nasa.worldwind.util.glu
GLUtessellatorCallback interface provides methods that the user will override to define the callbacks for a tessellation object.
GLUtessellatorCallbackAdapter - Class in gov.nasa.worldwind.util.glu
The GLUtessellatorCallbackAdapter provides a default implementation of GLUtessellatorCallback with empty callback methods.
GLUtessellatorCallbackAdapter() - Constructor for class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
GLUtessellatorImpl - Class in gov.nasa.worldwind.util.glu.tessellator
 
gluTessEndContour(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessEndContour and gluTessBeginContour delimit the definition of a polygon contour.
gluTessEndContour() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluTessEndPolygon(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessEndPolygon and gluTessBeginPolygon delimit the definition of a convex, concave or self-intersecting polygon.
gluTessEndPolygon() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluTessNormal(GLUtessellator, double, double, double) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessNormal describes a normal for a polygon that the program is defining.
gluTessNormal(double, double, double) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluTessProperty(GLUtessellator, int, double) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessProperty is used to control properites stored in a tessellation object.
gluTessProperty(int, double) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gluTessVertex(GLUtessellator, double[], int, Object) - Static method in class gov.nasa.worldwind.util.glu.GLU
gluTessVertex describes a vertex on a polygon that the program defines.
gluTessVertex(double[], int, Object) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
gov.nasa.worldwind - package gov.nasa.worldwind
 
gov.nasa.worldwind.draw - package gov.nasa.worldwind.draw
 
gov.nasa.worldwind.geom - package gov.nasa.worldwind.geom
 
gov.nasa.worldwind.gesture - package gov.nasa.worldwind.gesture
 
gov.nasa.worldwind.globe - package gov.nasa.worldwind.globe
 
gov.nasa.worldwind.layer - package gov.nasa.worldwind.layer
 
gov.nasa.worldwind.ogc - package gov.nasa.worldwind.ogc
 
gov.nasa.worldwind.render - package gov.nasa.worldwind.render
 
gov.nasa.worldwind.shape - package gov.nasa.worldwind.shape
 
gov.nasa.worldwind.util - package gov.nasa.worldwind.util
 
gov.nasa.worldwind.util.glu - package gov.nasa.worldwind.util.glu
 
gov.nasa.worldwind.util.glu.error - package gov.nasa.worldwind.util.glu.error
 
gov.nasa.worldwind.util.glu.tessellator - package gov.nasa.worldwind.util.glu.tessellator
 
GREAT_CIRCLE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.PathType constant indicating a great circle arc between two locations.
greatCircleAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the azimuth angle (clockwise from North) for the great circle path between this location and a specified location.
greatCircleDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the angular distance of the great circle path between this location and a specified location.
greatCircleLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the location on the great circle path starting at this location and traversing with the specified azimuth and angular distance.
green - Variable in class gov.nasa.worldwind.render.Color
The color's green component.

H

handleMessage(Message) - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
hashCode() - Method in class gov.nasa.worldwind.geom.Line
 
hashCode() - Method in class gov.nasa.worldwind.geom.Location
 
hashCode() - Method in class gov.nasa.worldwind.geom.Matrix3
 
hashCode() - Method in class gov.nasa.worldwind.geom.Matrix4
 
hashCode() - Method in class gov.nasa.worldwind.geom.Offset
 
hashCode() - Method in class gov.nasa.worldwind.geom.Plane
 
hashCode() - Method in class gov.nasa.worldwind.geom.Position
 
hashCode() - Method in class gov.nasa.worldwind.geom.Range
 
hashCode() - Method in class gov.nasa.worldwind.geom.Sector
 
hashCode() - Method in class gov.nasa.worldwind.geom.Vec2
 
hashCode() - Method in class gov.nasa.worldwind.geom.Vec3
 
hashCode() - Method in class gov.nasa.worldwind.geom.Viewport
 
hashCode() - Method in class gov.nasa.worldwind.render.Color
 
hashCode() - Method in class gov.nasa.worldwind.render.ImageSource
 
hashCode() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
 
hashCode() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
 
hashCode() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
hasNonTerrainObjects() - Method in class gov.nasa.worldwind.PickedObjectList
 
hasUserProperty(Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
hasUserProperty(Object) - Method in interface gov.nasa.worldwind.layer.Layer
 
hasUserProperty(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
hasUserProperty(Object) - Method in interface gov.nasa.worldwind.render.Renderable
 
hasUserProperty(Object) - Method in class gov.nasa.worldwind.render.RenderContext
 
heading - Variable in class gov.nasa.worldwind.geom.Camera
 
heading - Variable in class gov.nasa.worldwind.geom.LookAt
 
height - Variable in class gov.nasa.worldwind.geom.Viewport
The viewport's height.
Highlightable - Interface in gov.nasa.worldwind.shape
Interface to control a shape's highlighting.
horizonDistance(double) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
horizonDistance(double, double) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
horizonDistance(double) - Method in interface gov.nasa.worldwind.globe.Globe
Indicates the distance to the globe's horizon from a specified eye altitude.
horizonDistance(double, double) - Method in interface gov.nasa.worldwind.globe.Globe
Indicates the distance to an object passing over the globe's horizon from a specified eye altitude.
horizonDistance - Variable in class gov.nasa.worldwind.render.RenderContext
 

I

identifierToUniqueColor(int, Color) - Static method in class gov.nasa.worldwind.PickedObject
 
imageConfig - Variable in class gov.nasa.worldwind.render.ImageOptions
Indicates the in-memory configuration for images displayed by World Wind components.
ImageOptions - Class in gov.nasa.worldwind.render
Options for images displayed by World Wind components.
ImageOptions() - Constructor for class gov.nasa.worldwind.render.ImageOptions
Constructs an image options with default values.
ImageOptions(int) - Constructor for class gov.nasa.worldwind.render.ImageOptions
Constructs an image options with an image configuration.
ImageRetriever - Class in gov.nasa.worldwind.render
 
ImageRetriever(int) - Constructor for class gov.nasa.worldwind.render.ImageRetriever
 
ImageSource - Class in gov.nasa.worldwind.render
Provides a mechanism for specifying images from a variety of sources.
ImageSource.BitmapFactory - Interface in gov.nasa.worldwind.render
Factory for delegating construction of bitmap images.
ImageTile - Class in gov.nasa.worldwind.render
 
ImageTile(Sector, Level, int, int) - Constructor for class gov.nasa.worldwind.render.ImageTile
 
indexOfLayer(Layer) - Method in class gov.nasa.worldwind.layer.LayerList
 
indexOfLayerNamed(String) - Method in class gov.nasa.worldwind.layer.LayerList
 
indexOfLayerWithProperty(Object, Object) - Method in class gov.nasa.worldwind.layer.LayerList
 
indexOfRenderable(Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
indexOfRenderableNamed(String) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
indexOfRenderableWithProperty(Object, Object) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
infiniteProjection - Variable in class gov.nasa.worldwind.draw.DrawContext
 
infiniteProjection - Variable in class gov.nasa.worldwind.Frame
 
INFO - Static variable in class gov.nasa.worldwind.util.Logger
 
interpolate(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
Computes the linear interpolation of two values according to a specified fractional amount.
interpolateAlongPath(Location, int, double, Location) - Method in class gov.nasa.worldwind.geom.Location
Compute a location along a path between two locations.
interpolateAlongPath(Position, int, double, Position) - Method in class gov.nasa.worldwind.geom.Position
Compute a position along a path between two positions.
interpolateAngle180(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
Computes the linear interpolation of two angles in the range [-180, +180] degrees according to a specified fractional amount.
interpolateAngle360(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
Computes the linear interpolation of two angles in the range [0, 360] degrees according to a specified fractional amount.
intersect(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
Computes the intersection of this sector and a specified sector, storing the result in this sector and returning whether or not the sectors intersect.
intersect(Sector) - Method in class gov.nasa.worldwind.geom.Sector
Computes the intersection of this sector and a specified sector, storing the result in this sector and returning whether or not the sectors intersect.
intersect(int, int, int, int) - Method in class gov.nasa.worldwind.geom.Viewport
Computes the intersection of this viewport and a specified viewport, storing the result in this viewport and returning whether or not the viewport intersect.
intersect(Viewport) - Method in class gov.nasa.worldwind.geom.Viewport
Computes the intersection of this viewport and a specified viewport, storing the result in this viewport and returning whether or not the viewport intersect.
intersect(Line, Vec3) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
intersect(Line, Vec3) - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
intersect(Globe, Line, Vec3, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
Computes the first intersection of a specified globe and line.
intersect(Line, Vec3) - Method in interface gov.nasa.worldwind.globe.Globe
Computes the first intersection of this globe with a specified line.
intersect(Globe, Line, Vec3, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
 
intersect(Line, Vec3) - Method in interface gov.nasa.worldwind.globe.Terrain
Computes the first intersection of this terrain with a specified line in Cartesian coordinates.
intersects(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
Indicates whether this sector intersects a specified sector.
intersects(Sector) - Method in class gov.nasa.worldwind.geom.Sector
Indicates whether this sector intersects a specified sector.
intersects(int, int, int, int) - Method in class gov.nasa.worldwind.geom.Viewport
Indicates whether this viewport intersects a specified viewport.
intersects(Viewport) - Method in class gov.nasa.worldwind.geom.Viewport
Indicates whether this viewport intersects a specified viewport.
intersectsFrustum(Frustum) - Method in class gov.nasa.worldwind.geom.BoundingBox
Indicates whether this bounding box intersects a specified frustum.
intersectsFrustum(RenderContext, Frustum) - Method in class gov.nasa.worldwind.util.Tile
Indicates whether this tile's Cartesian extent intersects a specified frustum.
intersectsSector(Sector) - Method in class gov.nasa.worldwind.util.Tile
Indicates whether this tile intersects a specified sector.
intersectsSegment(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Frustum
Determines whether a line segment intersects this frustum.
intersectsSegment(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Plane
Determines whether a specified line segment intersects this plane.
intersectsViewport(Viewport) - Method in class gov.nasa.worldwind.geom.Frustum
Determines whether a screen coordinate viewport intersects this frustum.
invert() - Method in class gov.nasa.worldwind.geom.Matrix3
Inverts this matrix in place.
invert() - Method in class gov.nasa.worldwind.geom.Matrix4
Inverts this matrix in place.
invertMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
Inverts the specified matrix and stores the result in this matrix.
invertMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
Inverts the specified matrix and stores the result in this matrix.
invertOrthonormal() - Method in class gov.nasa.worldwind.geom.Matrix4
Inverts this orthonormal transform matrix in place.
invertOrthonormalMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
Inverts the specified orthonormal transform matrix and stores the result in 'this' matrix.
isBitmap() - Method in class gov.nasa.worldwind.render.ImageSource
Indicates whether this image source is a Bitmap.
isBitmapFactory() - Method in class gov.nasa.worldwind.render.ImageSource
Indicates whether this image source is a bitmap factory.
isDepthTest() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns whether the placemark should be depth-tested against other objects in the scene.
isDepthTest() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates whether shape depth-testing is enabled.
isDrawInterior() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates whether shape interiors are enabled.
isDrawLeader() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Returns whether to draw a line from the placemark's geographic position to the ground.
isDrawOutline() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates whether shape outlines are enabled.
isDrawVerticals() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Indicates whether shape vertical outlines are enabled.
isEmpty() - Method in class gov.nasa.worldwind.geom.Range
Indicates whether or not this range is empty.
isEmpty() - Method in class gov.nasa.worldwind.geom.Sector
Indicates whether this sector has non-zero width and height.
isEmpty() - Method in class gov.nasa.worldwind.geom.Viewport
Indicates whether or not this viewport is empty.
isEnabled() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
isEnabled() - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
isEnabled() - Method in interface gov.nasa.worldwind.layer.Layer
 
isEnabled() - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
isEnabled() - Method in interface gov.nasa.worldwind.render.Renderable
 
isEnableDepthTest() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
isEnableLeaderPicking() - Method in class gov.nasa.worldwind.shape.Placemark
Indicates if picking is allowed on this placemark's (optional) leader.
isEnableLighting() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets whether shape lighting is enabled.
isEnableOutline() - Method in class gov.nasa.worldwind.render.TextRenderer
 
isEnableOutline() - Method in class gov.nasa.worldwind.shape.TextAttributes
 
isExtrude() - Method in class gov.nasa.worldwind.shape.Path
 
isExtrude() - Method in class gov.nasa.worldwind.shape.Polygon
 
isEyeDistanceScaling() - Method in class gov.nasa.worldwind.shape.Placemark
Indicates whether this placemark's size is reduced at higher eye distances.
isFilePath() - Method in class gov.nasa.worldwind.render.ImageSource
Indicates whether this image source is a file path.
isFirstLevel() - Method in class gov.nasa.worldwind.util.Level
Indicates whether this level is the lowest resolution level (level 0) within the parent level set.
isFollowTerrain() - Method in class gov.nasa.worldwind.shape.Path
 
isFollowTerrain() - Method in class gov.nasa.worldwind.shape.Polygon
 
isFramebufferComplete(DrawContext) - Method in class gov.nasa.worldwind.render.Framebuffer
 
isHighlighted() - Method in class gov.nasa.worldwind.shape.AbstractShape
 
isHighlighted() - Method in interface gov.nasa.worldwind.shape.Highlightable
Indicates whether the shape is highlighted.
isHighlighted() - Method in class gov.nasa.worldwind.shape.Label
Indicates whether this label uses its highlight attributes rather than its normal attributes.
isHighlighted() - Method in class gov.nasa.worldwind.shape.Placemark
Indicates whether this placemark uses its highlight attributes rather than its normal attributes.
isLastLevel() - Method in class gov.nasa.worldwind.util.Level
Indicates whether this level is the highest resolution level within the parent level set.
isLoggable(int) - Static method in class gov.nasa.worldwind.util.Logger
 
isOnTop() - Method in class gov.nasa.worldwind.PickedObject
 
isPickEnabled() - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
isPickEnabled() - Method in interface gov.nasa.worldwind.layer.Layer
 
isPowerOfTwo(int) - Static method in class gov.nasa.worldwind.util.WWMath
Indicates whether a specified value is a power of two.
isRedrawRequested() - Method in class gov.nasa.worldwind.render.RenderContext
 
isResource() - Method in class gov.nasa.worldwind.render.ImageSource
Indicates whether this image source is an Android resource.
isTerrain() - Method in class gov.nasa.worldwind.PickedObject
 
isTransparent() - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Indicates whether Get Map URLs should include transparency.
isUnitBox() - Method in class gov.nasa.worldwind.geom.BoundingBox
Indicates whether this bounding box is a unit box centered at the Cartesian origin (0, 0, 0).
isUrl() - Method in class gov.nasa.worldwind.render.ImageSource
Indicates whether this image source is a URL string.
isUrlString(String) - Static method in class gov.nasa.worldwind.util.WWUtil
Determines whether or not the specified string represents a URL.
isWithinActiveAltitudes(RenderContext) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
isWithinActiveAltitudes(RenderContext) - Method in interface gov.nasa.worldwind.layer.Layer
 
iterator() - Method in class gov.nasa.worldwind.layer.LayerList
 
iterator() - Method in class gov.nasa.worldwind.layer.RenderableLayer
 

K

keepTopObjects() - Method in class gov.nasa.worldwind.PickedObjectList
 
KEY - Static variable in class gov.nasa.worldwind.render.BasicShaderProgram
 
KEY - Static variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
 

L

Label - Class in gov.nasa.worldwind.shape
Represents a label at a geographic position.
Label(Position, String) - Constructor for class gov.nasa.worldwind.shape.Label
Constructs a label that displays text at a geographic position.
Label(Position, TextAttributes) - Constructor for class gov.nasa.worldwind.shape.Label
Constructs a label with specified attributes that displays at a geographic position once its text is set to a non-null value.
Label(Position, String, TextAttributes) - Constructor for class gov.nasa.worldwind.shape.Label
Constructs a label with specified attributes that displays text at a geographic position.
LandsatLayer - Class in gov.nasa.worldwind.layer
Displays Landsat imagery at 15m resolution from an OGC Web Map Service (WMS).
LandsatLayer() - Constructor for class gov.nasa.worldwind.layer.LandsatLayer
Constructs a Landsat image layer with the WMS at http://worldwind25.arc.nasa.gov/wms.
LandsatLayer(String) - Constructor for class gov.nasa.worldwind.layer.LandsatLayer
Constructs a Landsat image layer with the WMS at a specified address.
lastLevel() - Method in class gov.nasa.worldwind.util.LevelSet
Returns the last level (highest resolution) of this level set.
latitude - Variable in class gov.nasa.worldwind.geom.Camera
 
latitude - Variable in class gov.nasa.worldwind.geom.Location
The location's latitude in degrees.
latitude - Variable in class gov.nasa.worldwind.geom.LookAt
 
Layer - Interface in gov.nasa.worldwind.layer
 
LayerList - Class in gov.nasa.worldwind.layer
 
LayerList() - Constructor for class gov.nasa.worldwind.layer.LayerList
 
LayerList(LayerList) - Constructor for class gov.nasa.worldwind.layer.LayerList
 
LayerList(Iterable<? extends Layer>) - Constructor for class gov.nasa.worldwind.layer.LayerList
 
layerNames - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
The comma-separated list of WMS layer names.
layers - Variable in class gov.nasa.worldwind.render.RenderContext
 
length() - Method in class gov.nasa.worldwind.geom.Range
Returns the length of the interval between this range's lower bound and upper bound, or 0 if this range is empty.
Level - Class in gov.nasa.worldwind.util
Represents a level of a specific resolution in a LevelSet.
Level(LevelSet, int, double) - Constructor for class gov.nasa.worldwind.util.Level
Constructs a Level within a LevelSet.
level(int) - Method in class gov.nasa.worldwind.util.LevelSet
Returns the Level for a specified level number.
level - Variable in class gov.nasa.worldwind.util.Tile
The level at which this tile lies within a LevelSet.
levelForResolution(double) - Method in class gov.nasa.worldwind.util.LevelSet
Returns the level that most closely approximates the specified resolution.
levelNumber - Variable in class gov.nasa.worldwind.util.Level
The level's ordinal in its parent level set.
LevelSet - Class in gov.nasa.worldwind.util
Multi-resolution, hierarchical collection of tiles organized into levels of increasing resolution.
LevelSet() - Constructor for class gov.nasa.worldwind.util.LevelSet
Constructs an empty level set with no levels.
LevelSet(Sector, double, int, int, int) - Constructor for class gov.nasa.worldwind.util.LevelSet
Constructs a level set with specified parameters.
LevelSet(LevelSetConfig) - Constructor for class gov.nasa.worldwind.util.LevelSet
Constructs a level set with parameters from a specified configuration.
LevelSetConfig - Class in gov.nasa.worldwind.util
Configuration values for a multi-resolution, hierarchical collection of tiles organized into levels of increasing resolution.
LevelSetConfig() - Constructor for class gov.nasa.worldwind.util.LevelSetConfig
Constructs a level set configuration with default values.
LevelSetConfig(Sector, double, int, int, int) - Constructor for class gov.nasa.worldwind.util.LevelSetConfig
Constructs a level set configuration with specified parameters.
Line - Class in gov.nasa.worldwind.geom
Represents a line in Cartesian coordinates.
Line() - Constructor for class gov.nasa.worldwind.geom.Line
Constructs a line with origin and direction both zero.
Line(Vec3, Vec3) - Constructor for class gov.nasa.worldwind.geom.Line
Constructs a line with a specified origin and direction.
Line(Line) - Constructor for class gov.nasa.worldwind.geom.Line
Constructs a line with the origin and direction from a specified line.
LINEAR - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.PathType constant indicating simple linear interpolation between two locations.
linearAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the azimuth angle (clockwise from North) for the linear path between this location and a specified location.
linearDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the angular distance of the linear path between this location and a specified location.
linearLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the location on the linear path starting at this location and traversing with the specified azimuth and angular distance.
lineElementRange - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
lineWidth - Variable in class gov.nasa.worldwind.draw.DrawableLines
 
lineWidth(float) - Method in class gov.nasa.worldwind.draw.DrawShapeState
 
loadColor(Color) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
 
loadColor(Color) - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
 
loadModelviewProjection(Matrix4) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
 
loadModelviewProjection() - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
 
loadTexCoordMatrix(Matrix3) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
 
loadTexCoordMatrix() - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
 
Location - Class in gov.nasa.worldwind.geom
Geographic location with a latitude and longitude in degrees.
Location() - Constructor for class gov.nasa.worldwind.geom.Location
Constructs a location with latitude and longitude both 0.
Location(double, double) - Constructor for class gov.nasa.worldwind.geom.Location
Constructs a location with a specified latitude and longitude in degrees.
Location(Location) - Constructor for class gov.nasa.worldwind.geom.Location
Constructs a location with the latitude and longitude of a specified location.
locationsCrossAntimeridian(List<? extends Location>) - Static method in class gov.nasa.worldwind.geom.Location
Determines whether a list of locations crosses the antimeridian.
log(int, String) - Static method in class gov.nasa.worldwind.util.Logger
 
log(int, String, Throwable) - Static method in class gov.nasa.worldwind.util.Logger
 
Logger - Class in gov.nasa.worldwind.util
 
Logger() - Constructor for class gov.nasa.worldwind.util.Logger
 
logMessage(int, String, String, String) - Static method in class gov.nasa.worldwind.util.Logger
 
logMessage(int, String, String, String, Throwable) - Static method in class gov.nasa.worldwind.util.Logger
 
longitude - Variable in class gov.nasa.worldwind.geom.Camera
 
longitude - Variable in class gov.nasa.worldwind.geom.Location
The location's longitude in degrees.
longitude - Variable in class gov.nasa.worldwind.geom.LookAt
 
LookAt - Class in gov.nasa.worldwind.geom
 
LookAt() - Constructor for class gov.nasa.worldwind.geom.LookAt
 
LookAt(double, double, double, int, double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.LookAt
 
LookAt(LookAt) - Constructor for class gov.nasa.worldwind.geom.LookAt
 
lookAtToCamera(LookAt, Camera) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
lookAtToCamera(LookAt, Camera) - Method in interface gov.nasa.worldwind.globe.Globe
 
lookAtToCartesianTransform(LookAt, Matrix4) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
lookAtToCartesianTransform(LookAt, Matrix4) - Method in interface gov.nasa.worldwind.globe.Globe
 
lower - Variable in class gov.nasa.worldwind.geom.Range
The range's lower bound, inclusive.
LruMemoryCache<K,V> - Class in gov.nasa.worldwind.util
 
LruMemoryCache(int) - Constructor for class gov.nasa.worldwind.util.LruMemoryCache
 
LruMemoryCache(int, int) - Constructor for class gov.nasa.worldwind.util.LruMemoryCache
 

M

m - Variable in class gov.nasa.worldwind.geom.Matrix3
The matrix's components, stored in row-major order.
m - Variable in class gov.nasa.worldwind.geom.Matrix4
The matrix's components, stored in row-major order.
magnitude() - Method in class gov.nasa.worldwind.geom.Vec2
Computes the magnitude of this vector.
magnitude() - Method in class gov.nasa.worldwind.geom.Vec3
Computes the magnitude of this vector.
magnitudeSquared() - Method in class gov.nasa.worldwind.geom.Vec2
Computes the squared magnitude of this vector.
magnitudeSquared() - Method in class gov.nasa.worldwind.geom.Vec3
Computes the squared magnitude of this vector.
makeMessage(String, String, String) - Static method in class gov.nasa.worldwind.util.Logger
 
Matrix3 - Class in gov.nasa.worldwind.geom
3 x 3 matrix in row-major order.
Matrix3() - Constructor for class gov.nasa.worldwind.geom.Matrix3
Constructs a 3 x 3 identity matrix.
Matrix3(double, double, double, double, double, double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Matrix3
Constructs a 3 x 3 matrix with specified components.
Matrix3(Matrix3) - Constructor for class gov.nasa.worldwind.geom.Matrix3
Constructs a 3 x 3 matrix with the components of a specified matrix.
Matrix4 - Class in gov.nasa.worldwind.geom
4 x 4 matrix in row-major order.
Matrix4() - Constructor for class gov.nasa.worldwind.geom.Matrix4
Constructs a 4 x 4 identity matrix.
Matrix4(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Matrix4
Constructs a 4 x 4 matrix with specified components.
Matrix4(Matrix4) - Constructor for class gov.nasa.worldwind.geom.Matrix4
Constructs a 4 x 4 matrix with the components of a specified matrix.
MAX_DRAW_ELEMENTS - Static variable in class gov.nasa.worldwind.draw.DrawShapeState
 
maxLatitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns this sector's maximum latitude.
maxLongitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns this sector's maximum longitude.
MessageListener - Interface in gov.nasa.worldwind.util
 
MessageService - Class in gov.nasa.worldwind.util
 
MessageService() - Constructor for class gov.nasa.worldwind.util.MessageService
 
messageService() - Static method in class gov.nasa.worldwind.WorldWind
Returns a singleton MessageService instance that provides a mechanism for broadcasting notifications within the World Wind library and World Wind applications.
minLatitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns the this sector's minimum latitude.
minLongitude() - Method in class gov.nasa.worldwind.geom.Sector
Returns this sector's minimum longitude.
mix(Vec2, double) - Method in class gov.nasa.worldwind.geom.Vec2
Mixes (interpolates) a specified vector with this vector, modifying this vector.
mix(Vec3, double) - Method in class gov.nasa.worldwind.geom.Vec3
Mixes (interpolates) a specified vector with this vector, modifying this vector.
modelview - Variable in class gov.nasa.worldwind.draw.DrawContext
 
modelview - Variable in class gov.nasa.worldwind.Frame
 
modelview - Variable in class gov.nasa.worldwind.render.RenderContext
 
modelviewProjection - Variable in class gov.nasa.worldwind.draw.DrawContext
 
modelviewProjection - Variable in class gov.nasa.worldwind.render.RenderContext
 
Movable - Interface in gov.nasa.worldwind.shape
 
moveTo(Globe, Position) - Method in class gov.nasa.worldwind.shape.Label
Moves the shape over the globe's surface.
moveTo(Globe, Position) - Method in interface gov.nasa.worldwind.shape.Movable
Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.
moveTo(Globe, Position) - Method in class gov.nasa.worldwind.shape.Placemark
Moves the shape over the globe's surface.
multiply(double) - Method in class gov.nasa.worldwind.geom.Vec2
Multiplies this vector by a scalar.
multiply(double) - Method in class gov.nasa.worldwind.geom.Vec3
Multiplies this vector by a scalar.
multiplyByMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
Multiplies this matrix by a specified matrix.
multiplyByMatrix(double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Multiplies this matrix by a matrix specified by individual components.
multiplyByMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
Multiplies this matrix by a specified matrix.
multiplyByMatrix(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Multiplies this matrix by a matrix specified by individual components.
multiplyByMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Vec2
Multiplies this vector by a 3x3 matrix.
multiplyByMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Vec3
Multiplies this vector by a 4x4 matrix.
multiplyByRotation(double) - Method in class gov.nasa.worldwind.geom.Matrix3
Multiplies this matrix by a rotation matrix about a specified axis and angle.
multiplyByRotation(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Multiplies this matrix by a rotation matrix about a specified axis and angle.
multiplyByScale(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Multiplies this matrix by a scale matrix with specified values.
multiplyByScale(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Multiplies this matrix by a scale matrix with specified values.
multiplyByTileTransform(Sector, Sector) - Method in class gov.nasa.worldwind.geom.Matrix3
Multiplies this matrix by a matrix that transforms normalized coordinates from a source sector to a destination sector.
multiplyByTranslation(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Multiplies this matrix by a translation matrix with specified translation values.
multiplyByTranslation(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Multiplies this matrix by a translation matrix with specified translation values.
multiplyByVerticalFlip() - Method in class gov.nasa.worldwind.geom.Matrix3
Multiplies this matrix by a matrix that flips and shifts the y-axis.
mustAssembleTilePoints(RenderContext, TerrainTile) - Method in class gov.nasa.worldwind.globe.BasicTessellator
 
mustSubdivide(RenderContext, double) - Method in class gov.nasa.worldwind.util.Tile
Indicates whether this tile should be subdivided based on the current navigation state and a specified detail factor.
mvpMatrix - Variable in class gov.nasa.worldwind.draw.DrawableLines
 
mvpMatrix - Variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
 

N

Navigator - Class in gov.nasa.worldwind
 
Navigator() - Constructor for class gov.nasa.worldwind.Navigator
 
NAVIGATOR_MOVED - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.NavigatorAction constant indicating that the navigator has moved.
NAVIGATOR_STOPPED - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.NavigatorAction constant indicating that the navigator has stopped moving.
NavigatorEvent - Class in gov.nasa.worldwind
 
NavigatorEventSupport - Class in gov.nasa.worldwind
 
NavigatorEventSupport(WorldWindow) - Constructor for class gov.nasa.worldwind.NavigatorEventSupport
 
NavigatorListener - Interface in gov.nasa.worldwind
 
NEAREST_NEIGHBOR - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.ResamplingMode constant indicating nearest neighbor image sampling.
negate() - Method in class gov.nasa.worldwind.geom.Vec2
Negates the components of this vector.
negate() - Method in class gov.nasa.worldwind.geom.Vec3
Negates the components of this vector.
nextLevel() - Method in class gov.nasa.worldwind.util.Level
Returns the level whose ordinal occurs immediately after this level's ordinal in the parent level set, or null if this is the last level.
nextPickedObjectId() - Method in class gov.nasa.worldwind.render.RenderContext
 
normalize() - Method in class gov.nasa.worldwind.geom.Vec2
Normalizes this vector to a unit vector.
normalize() - Method in class gov.nasa.worldwind.geom.Vec3
Normalizes this vector to a unit vector.
normalizeAngle180(double) - Static method in class gov.nasa.worldwind.util.WWMath
Restricts an angle to the range [-180, +180] degrees, wrapping angles outside the range.
normalizeAngle360(double) - Static method in class gov.nasa.worldwind.util.WWMath
Restricts an angle to the range [0, 360] degrees, wrapping angles outside the range.
normalizeLatitude(double) - Static method in class gov.nasa.worldwind.geom.Location
Restricts an angle to the range [-90, +90] degrees, wrapping angles outside the range.
normalizeLongitude(double) - Static method in class gov.nasa.worldwind.geom.Location
Restricts an angle to the range [-180, +180] degrees, wrapping angles outside the range.
numLevels() - Method in class gov.nasa.worldwind.util.LevelSet
Returns the number of levels in this level set.
numLevels - Variable in class gov.nasa.worldwind.util.LevelSetConfig
The number of levels in the level set.
numLevelsForResolution(double) - Method in class gov.nasa.worldwind.util.LevelSetConfig
Returns the number of levels necessary to achieve the specified resolution.

O

obtain(Pool<BasicDrawableTerrain>) - Static method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
obtain(Pool<DrawableLines>) - Static method in class gov.nasa.worldwind.draw.DrawableLines
 
obtain(Pool<DrawableScreenTexture>) - Static method in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
obtain(Pool<DrawableShape>) - Static method in class gov.nasa.worldwind.draw.DrawableShape
 
obtain(Pool<DrawableSurfaceColor>) - Static method in class gov.nasa.worldwind.draw.DrawableSurfaceColor
 
obtain(Pool<DrawableSurfaceShape>) - Static method in class gov.nasa.worldwind.draw.DrawableSurfaceShape
 
obtain(Pool<DrawableSurfaceTexture>) - Static method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
obtain(Pool<DrawableTessellation>) - Static method in class gov.nasa.worldwind.draw.DrawableTessellation
 
obtain(Pool<Frame>) - Static method in class gov.nasa.worldwind.Frame
 
obtain(Navigator, int, InputEvent) - Static method in class gov.nasa.worldwind.NavigatorEvent
 
offerDrawable(Drawable) - Method in class gov.nasa.worldwind.draw.DrawableList
 
offerDrawable(Drawable, int, double) - Method in class gov.nasa.worldwind.draw.DrawableQueue
 
offerDrawable(Drawable, int, double) - Method in class gov.nasa.worldwind.render.RenderContext
 
offerDrawableTerrain(DrawableTerrain) - Method in class gov.nasa.worldwind.render.RenderContext
 
offerPickedObject(PickedObject) - Method in class gov.nasa.worldwind.PickedObjectList
 
offerPickedObject(PickedObject) - Method in class gov.nasa.worldwind.render.RenderContext
 
offerShapeDrawable(Drawable, double) - Method in class gov.nasa.worldwind.render.RenderContext
 
offerSurfaceDrawable(Drawable, double) - Method in class gov.nasa.worldwind.render.RenderContext
 
Offset - Class in gov.nasa.worldwind.geom
Specifies an offset relative to a rectangle.
Offset(int, double, int, double) - Constructor for class gov.nasa.worldwind.geom.Offset
Constructs an offset instance given specified units and offsets.
Offset(Offset) - Constructor for class gov.nasa.worldwind.geom.Offset
Creates a new offset of this offset with identical property values.
OFFSET_FRACTION - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.OffsetMode constant indicating that the associated parameters are fractional values of the virtual rectangle's width or height in the range [0, 1], where 0 indicates the rectangle's origin and 1 indicates the corner opposite its origin.
OFFSET_INSET_PIXELS - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.OffsetMode constant indicating that the associated parameters are in units of pixels relative to the virtual rectangle's corner opposite its origin corner.
OFFSET_PIXELS - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.OffsetMode constant indicating that the associated parameters are in units of pixels relative to the virtual rectangle's origin.
offsetForSize(double, double, Vec2) - Method in class gov.nasa.worldwind.geom.Offset
Returns this offset's absolute X and Y coordinates in pixels for a rectangle of a specified size in pixels.
offsetProjectionDepth(double) - Method in class gov.nasa.worldwind.geom.Matrix4
Applies a specified depth offset to this projection matrix.
onDrawFrame(GL10) - Method in class gov.nasa.worldwind.WorldWindow
Implements the GLSurfaceView.Renderer.onDrawFrame interface which is called on the GLThread when rendering is requested.
onFrameRendered(RenderContext) - Method in class gov.nasa.worldwind.NavigatorEventSupport
 
onMessage(String, Object, Map<Object, Object>) - Method in interface gov.nasa.worldwind.util.MessageListener
 
onMessage(String, Object, Map<Object, Object>) - Method in class gov.nasa.worldwind.WorldWindow
 
onNavigatorEvent(WorldWindow, NavigatorEvent) - Method in interface gov.nasa.worldwind.NavigatorListener
 
onPause() - Method in class gov.nasa.worldwind.WorldWindow
Called when the activity is paused.
onResume() - Method in class gov.nasa.worldwind.WorldWindow
Called when the activity is resumed.
onSameSide(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Plane
Determines whether two points are on the same side of this plane.
onSurfaceChanged(GL10, int, int) - Method in class gov.nasa.worldwind.WorldWindow
Implements the GLSurfaceView.Renderer.onSurfaceChanged interface which is called on the GLThread when the window size changes.
onSurfaceCreated(GL10, EGLConfig) - Method in class gov.nasa.worldwind.WorldWindow
Implements the GLSurfaceView.Renderer.onSurfaceChanged interface which is called on the GLThread when the surface is created.
onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.BasicWorldWindowController
 
onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.NavigatorEventSupport
 
onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.WorldWindow
 
onTouchEvent(MotionEvent) - Method in interface gov.nasa.worldwind.WorldWindowController
 
origin - Variable in class gov.nasa.worldwind.geom.Line
This line's origin.

P

PanRecognizer - Class in gov.nasa.worldwind.gesture
Gesture recognizer implementation that detects touch panning gestures.
PanRecognizer() - Constructor for class gov.nasa.worldwind.gesture.PanRecognizer
 
PanRecognizer(GestureListener) - Constructor for class gov.nasa.worldwind.gesture.PanRecognizer
 
parent - Variable in class gov.nasa.worldwind.util.Level
The LevelSet that this level is a member of.
Path - Class in gov.nasa.worldwind.shape
 
Path() - Constructor for class gov.nasa.worldwind.shape.Path
 
Path(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.Path
 
Path(List<Position>) - Constructor for class gov.nasa.worldwind.shape.Path
 
Path(List<Position>, ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.Path
 
peekDrawable() - Method in class gov.nasa.worldwind.draw.DrawableQueue
 
peekDrawable() - Method in class gov.nasa.worldwind.draw.DrawContext
 
pick(float, float) - Method in class gov.nasa.worldwind.WorldWindow
Determines the World Wind objects displayed at a screen point.
PickedObject - Class in gov.nasa.worldwind
 
pickedObjectAt(int) - Method in class gov.nasa.worldwind.PickedObjectList
 
PickedObjectList - Class in gov.nasa.worldwind
 
PickedObjectList() - Constructor for class gov.nasa.worldwind.PickedObjectList
 
pickedObjects - Variable in class gov.nasa.worldwind.draw.DrawContext
 
pickedObjects - Variable in class gov.nasa.worldwind.Frame
 
pickedObjects - Variable in class gov.nasa.worldwind.render.RenderContext
 
pickedObjectWithId(int) - Method in class gov.nasa.worldwind.PickedObjectList
 
pickMode - Variable in class gov.nasa.worldwind.draw.DrawContext
 
pickMode - Variable in class gov.nasa.worldwind.Frame
 
pickMode - Variable in class gov.nasa.worldwind.render.RenderContext
 
pickPoint - Variable in class gov.nasa.worldwind.draw.DrawContext
 
pickPoint - Variable in class gov.nasa.worldwind.Frame
 
pickPoint - Variable in class gov.nasa.worldwind.render.RenderContext
 
pickRay - Variable in class gov.nasa.worldwind.Frame
 
pickRay - Variable in class gov.nasa.worldwind.render.RenderContext
 
pickShapesInRect(float, float, float, float) - Method in class gov.nasa.worldwind.WorldWindow
Determines the World Wind shapes displayed in a screen rectangle.
pickViewport - Variable in class gov.nasa.worldwind.draw.DrawContext
 
pickViewport - Variable in class gov.nasa.worldwind.Frame
 
pickViewport - Variable in class gov.nasa.worldwind.render.RenderContext
 
PinchRecognizer - Class in gov.nasa.worldwind.gesture
Gesture recognizer implementation that detects for two finger pinch gestures.
PinchRecognizer() - Constructor for class gov.nasa.worldwind.gesture.PinchRecognizer
 
PinchRecognizer(GestureListener) - Constructor for class gov.nasa.worldwind.gesture.PinchRecognizer
 
pixelSizeAtDistance(double) - Method in class gov.nasa.worldwind.render.RenderContext
Returns the height of a pixel at a given distance from the eye point.
pixelSizeAtDistance(double) - Method in class gov.nasa.worldwind.WorldWindow
Returns the height of a pixel at a given distance from the eye point.
Placemark - Class in gov.nasa.worldwind.shape
Represents a Placemark shape.
Placemark(Position) - Constructor for class gov.nasa.worldwind.shape.Placemark
Constructs a Placemark that draws its representation at the supplied position using default PlacemarkAttributes bundle.
Placemark(Position, PlacemarkAttributes) - Constructor for class gov.nasa.worldwind.shape.Placemark
Constructs a Placemark that draws its representation at the supplied position using the given PlacemarkAttributes bundle.
Placemark(Position, PlacemarkAttributes, String) - Constructor for class gov.nasa.worldwind.shape.Placemark
Constructs a Placemark with a label that draws its representation at the supplied position using the given PlacemarkAttributes bundle.
Placemark.LevelOfDetailSelector - Interface in gov.nasa.worldwind.shape
Presents an interfaced for dynamically determining the PlacemarkAttributes based on the distance between the placemark and the camera.
PlacemarkAttributes - Class in gov.nasa.worldwind.shape
Holds attributes applied to Placemark shapes.
PlacemarkAttributes() - Constructor for class gov.nasa.worldwind.shape.PlacemarkAttributes
Constructs a placemark attributes bundle.
PlacemarkAttributes(PlacemarkAttributes) - Constructor for class gov.nasa.worldwind.shape.PlacemarkAttributes
Constructs a placemark attribute bundle from the specified attributes.
Plane - Class in gov.nasa.worldwind.geom
Represents a plane in Cartesian coordinates.
Plane() - Constructor for class gov.nasa.worldwind.geom.Plane
Constructs a plane in the X-Y plane with its unit normal pointing along the Z axis.
Plane(double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Plane
Constructs a plane with specified normal vector components and distance from the origin.
Plane(Plane) - Constructor for class gov.nasa.worldwind.geom.Plane
Constructs a plane with the normal vector and distance from a specified plane.
pointAt(double, Vec3) - Method in class gov.nasa.worldwind.geom.Line
Computes a Cartesian point a specified distance along this line.
pollDrawable() - Method in class gov.nasa.worldwind.draw.DrawableQueue
 
pollDrawable() - Method in class gov.nasa.worldwind.draw.DrawContext
 
Polygon - Class in gov.nasa.worldwind.shape
 
Polygon() - Constructor for class gov.nasa.worldwind.shape.Polygon
 
Polygon(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.Polygon
 
Polygon(List<Position>) - Constructor for class gov.nasa.worldwind.shape.Polygon
 
Polygon(List<Position>, ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.Polygon
 
Pool<T> - Interface in gov.nasa.worldwind.util
Pool provides an interface for managing a pool of object instances.
Position - Class in gov.nasa.worldwind.geom
Geographic position with a latitude and longitude in degrees and altitude in meters.
Position() - Constructor for class gov.nasa.worldwind.geom.Position
Constructs a position with latitude, longitude and altitude all 0.
Position(double, double, double) - Constructor for class gov.nasa.worldwind.geom.Position
Constructs a position with a specified latitude and longitude in degrees and altitude in meters.
Position(Position) - Constructor for class gov.nasa.worldwind.geom.Position
Constructs a position with the latitude, longitude and altitude of a specified position.
POSSIBLE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.GestureState constant for the POSSIBLE gesture recognizer state.
postMessage(String, Object, Map<Object, Object>) - Method in class gov.nasa.worldwind.util.MessageService
 
powerOfTwoCeiling(int) - Static method in class gov.nasa.worldwind.util.WWMath
Returns the value that is the nearest power of 2 greater than or equal to the given value.
previousLevel() - Method in class gov.nasa.worldwind.util.Level
Returns the level whose ordinal occurs immediately before this level's ordinal in the parent level set, or null if this is the fist level.
program - Variable in class gov.nasa.worldwind.draw.DrawableLines
 
program - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
program - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceColor
 
program - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
program - Variable in class gov.nasa.worldwind.draw.DrawableTessellation
 
program - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
project(double, double, double, Viewport, Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
Projects a Cartesian point to screen coordinates.
project(Vec3, Vec3) - Method in class gov.nasa.worldwind.render.RenderContext
Projects a Cartesian point to screen coordinates.
projection - Variable in class gov.nasa.worldwind.draw.DrawContext
 
projection - Variable in class gov.nasa.worldwind.Frame
 
projection - Variable in class gov.nasa.worldwind.render.RenderContext
 
ProjectionWgs84 - Class in gov.nasa.worldwind.globe
 
ProjectionWgs84() - Constructor for class gov.nasa.worldwind.globe.ProjectionWgs84
Constructs a WGS 84 geographic projection.
projectWithDepth(Vec3, double, Vec3) - Method in class gov.nasa.worldwind.render.RenderContext
Projects a Cartesian point to screen coordinates, applying an offset to the point's projected depth value.
put(K, V, int) - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
put(K, V, int) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
putBufferObject(Object, BufferObject) - Method in class gov.nasa.worldwind.render.RenderContext
 
putShaderProgram(Object, ShaderProgram) - Method in class gov.nasa.worldwind.render.RenderContext
 
putTexture(ImageSource, Texture) - Method in class gov.nasa.worldwind.render.RenderContext
 
putUserProperty(Object, Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
putUserProperty(Object, Object) - Method in interface gov.nasa.worldwind.layer.Layer
 
putUserProperty(Object, Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
putUserProperty(Object, Object) - Method in interface gov.nasa.worldwind.render.Renderable
 
putUserProperty(Object, Object) - Method in class gov.nasa.worldwind.render.RenderContext
 

Q

queueEvent(Runnable) - Method in class gov.nasa.worldwind.WorldWindow
Deprecated.

R

range - Variable in class gov.nasa.worldwind.geom.LookAt
 
Range - Class in gov.nasa.worldwind.geom
Continuous interval in a one-dimensional coordinate system expressed as a lower bound an an upper bound, inclusive.
Range() - Constructor for class gov.nasa.worldwind.geom.Range
Constructs an empty range with lower and upper both zero.
Range(int, int) - Constructor for class gov.nasa.worldwind.geom.Range
Constructs a range with a specified lower bound and upper bound.
Range(Range) - Constructor for class gov.nasa.worldwind.geom.Range
Constructs a range with the lower bound and upper bound of a specified range.
rayThroughScreenPoint(float, float, Line) - Method in class gov.nasa.worldwind.WorldWindow
Computes a Cartesian coordinate ray that passes through through a screen point.
readPixelColor(int, int, Color) - Method in class gov.nasa.worldwind.draw.DrawContext
Reads the fragment color at a screen point in the currently active OpenGL frame buffer.
readPixelColors(int, int, int, int) - Method in class gov.nasa.worldwind.draw.DrawContext
Reads the unique fragment colors within a screen rectangle in the currently active OpenGL frame buffer.
readResourceAsText(Resources, int) - Static method in class gov.nasa.worldwind.util.WWUtil
 
RECOGNIZED - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.GestureState constant for the RECOGNIZED gesture recognizer state.
recommendedCapacity(Context) - Static method in class gov.nasa.worldwind.render.RenderResourceCache
 
recycle() - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
recycle() - Method in interface gov.nasa.worldwind.draw.Drawable
 
recycle() - Method in class gov.nasa.worldwind.draw.DrawableLines
 
recycle() - Method in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
recycle() - Method in class gov.nasa.worldwind.draw.DrawableShape
 
recycle() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceColor
 
recycle() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceShape
 
recycle() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
recycle() - Method in class gov.nasa.worldwind.draw.DrawableTessellation
 
recycle() - Method in class gov.nasa.worldwind.Frame
 
recycle() - Method in class gov.nasa.worldwind.NavigatorEvent
Recycle the event, making it available for re-use.
red - Variable in class gov.nasa.worldwind.render.Color
The color's red component.
RELATIVE_TO_GLOBE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.OrientationMode constant indicating that the related value is specified relative to the globe.
RELATIVE_TO_GROUND - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.AltitudeMode constant indicating an altitude relative to the terrain.
RELATIVE_TO_SCREEN - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.OrientationMode constant indicating that the related value is specified relative to the plane of the screen.
release(DrawContext) - Method in class gov.nasa.worldwind.render.BufferObject
 
release(DrawContext) - Method in class gov.nasa.worldwind.render.Framebuffer
 
release(DrawContext) - Method in interface gov.nasa.worldwind.render.RenderResource
Frees any resources associated with this instance.
release(DrawContext) - Method in class gov.nasa.worldwind.render.ShaderProgram
 
release(DrawContext) - Method in class gov.nasa.worldwind.render.Texture
 
release(T) - Method in class gov.nasa.worldwind.util.BasicPool
 
release(T) - Method in interface gov.nasa.worldwind.util.Pool
Releases an instance to the pool.
release(T) - Method in class gov.nasa.worldwind.util.SynchronizedPool
 
releaseEvictedResources(DrawContext) - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
remove(K) - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
remove(K) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
removeAllLayers(Iterable<? extends Layer>) - Method in class gov.nasa.worldwind.layer.LayerList
 
removeAllRenderables(Iterable<? extends Renderable>) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
removeBoundary(int) - Method in class gov.nasa.worldwind.shape.Polygon
 
removeLayer(Layer) - Method in class gov.nasa.worldwind.layer.LayerList
 
removeLayer(int) - Method in class gov.nasa.worldwind.layer.LayerList
 
removeListener(GestureListener) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
removeListener(MessageListener) - Method in class gov.nasa.worldwind.util.MessageService
 
removeNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.NavigatorEventSupport
 
removeNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.WorldWindow
 
removeRenderable(Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
removeRenderable(int) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
removeUserProperty(Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
removeUserProperty(Object) - Method in interface gov.nasa.worldwind.layer.Layer
 
removeUserProperty(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
removeUserProperty(Object) - Method in interface gov.nasa.worldwind.render.Renderable
 
removeUserProperty(Object) - Method in class gov.nasa.worldwind.render.RenderContext
 
render(RenderContext) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
render(RenderContext) - Method in interface gov.nasa.worldwind.layer.Layer
 
render(RenderContext) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
render(RenderContext) - Method in interface gov.nasa.worldwind.render.Renderable
 
Renderable - Interface in gov.nasa.worldwind.render
 
RenderableLayer - Class in gov.nasa.worldwind.layer
 
RenderableLayer() - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
 
RenderableLayer(String) - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
 
RenderableLayer(RenderableLayer) - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
 
RenderableLayer(Iterable<? extends Renderable>) - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
 
RenderContext - Class in gov.nasa.worldwind.render
 
RenderContext() - Constructor for class gov.nasa.worldwind.render.RenderContext
 
renderFrame(RenderContext) - Method in class gov.nasa.worldwind.BasicFrameController
 
renderFrame(RenderContext) - Method in interface gov.nasa.worldwind.FrameController
 
RenderResource - Interface in gov.nasa.worldwind.render
Handle to a rendering resource, such as a GLSL program, GL texture or GL vertex buffer object.
renderResourceCache - Variable in class gov.nasa.worldwind.render.RenderContext
 
RenderResourceCache - Class in gov.nasa.worldwind.render
 
RenderResourceCache(int) - Constructor for class gov.nasa.worldwind.render.RenderResourceCache
 
RenderResourceCache(int, int) - Constructor for class gov.nasa.worldwind.render.RenderResourceCache
 
renderText(String, TextAttributes) - Method in class gov.nasa.worldwind.render.RenderContext
 
renderText(String) - Method in class gov.nasa.worldwind.render.TextRenderer
 
REPEAT - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.WrapMode constant indicating that the image should display as a repeating pattern outside of the image bounds.
REQUEST_REDRAW - Static variable in class gov.nasa.worldwind.WorldWind
Notification constant requesting that World Window instances update their display.
requestRedraw() - Method in class gov.nasa.worldwind.render.RenderContext
 
requestRedraw() - Static method in class gov.nasa.worldwind.WorldWind
Requests that all World Window instances update their display.
requestRedraw() - Method in class gov.nasa.worldwind.WorldWindow
Request that this World Window update its display.
requestRender() - Method in class gov.nasa.worldwind.WorldWindow
Deprecated.
resamplingMode - Variable in class gov.nasa.worldwind.render.ImageOptions
Indicates the image sampling algorithm used by World Wind to display images that appear larger or smaller on screen than their native resolution.
reset() - Method in class gov.nasa.worldwind.draw.DrawContext
 
reset() - Method in class gov.nasa.worldwind.draw.DrawShapeState
 
reset() - Method in class gov.nasa.worldwind.FrameMetrics
 
reset() - Method in class gov.nasa.worldwind.NavigatorEventSupport
 
reset() - Method in class gov.nasa.worldwind.render.RenderContext
 
resources - Variable in class gov.nasa.worldwind.render.RenderContext
 
retrievalFailed(Retriever<ImageSource, ImageOptions, Bitmap>, ImageSource, Throwable) - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
retrievalFailed(Retriever<K, O, V>, K, Throwable) - Method in interface gov.nasa.worldwind.util.Retriever.Callback
 
retrievalRejected(Retriever<ImageSource, ImageOptions, Bitmap>, ImageSource) - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
retrievalRejected(Retriever<K, O, V>, K) - Method in interface gov.nasa.worldwind.util.Retriever.Callback
 
retrievalSucceeded(Retriever<ImageSource, ImageOptions, Bitmap>, ImageSource, ImageOptions, Bitmap) - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
retrievalSucceeded(Retriever<K, O, V>, K, O, V) - Method in interface gov.nasa.worldwind.util.Retriever.Callback
 
retrieve(K, O, Retriever.Callback<K, O, V>) - Method in class gov.nasa.worldwind.util.Retriever
 
Retriever<K,O,V> - Class in gov.nasa.worldwind.util
 
Retriever(int) - Constructor for class gov.nasa.worldwind.util.Retriever
 
Retriever.Callback<K,O,V> - Interface in gov.nasa.worldwind.util
 
retrieveTexture(ImageSource, ImageOptions) - Method in class gov.nasa.worldwind.render.RenderContext
 
retrieveTexture(ImageSource, ImageOptions) - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
rewindDrawables() - Method in class gov.nasa.worldwind.draw.DrawableQueue
 
rewindDrawables() - Method in class gov.nasa.worldwind.draw.DrawContext
 
RGB_565 - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.ImageConfig constant indicating 16-bit RGBA_565 image configuration.
RGBA_8888 - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.ImageConfig constant indicating 32-bit RGBA_8888 image configuration.
RHUMB_LINE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.PathType constant indicating a line of constant bearing between two locations.
rhumbAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the azimuth angle (clockwise from North) for the rhumb path (line of constant azimuth) between this location and a specified location.
rhumbDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the angular distance of the rhumb path (line of constant azimuth) between this location and a specified location.
rhumbLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
Computes the location on a rhumb path (line of constant azimuth) starting at this location and traversing with the specified azimuth and angular distance.
roll - Variable in class gov.nasa.worldwind.geom.Camera
 
roll - Variable in class gov.nasa.worldwind.geom.LookAt
 
RotationRecognizer - Class in gov.nasa.worldwind.gesture
 
RotationRecognizer() - Constructor for class gov.nasa.worldwind.gesture.RotationRecognizer
 
RotationRecognizer(GestureListener) - Constructor for class gov.nasa.worldwind.gesture.RotationRecognizer
 
row - Variable in class gov.nasa.worldwind.util.Tile
The tile's row within its level.

S

scratchBuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
Returns a scratch NIO buffer suitable for use during drawing.
scratchList() - Method in class gov.nasa.worldwind.draw.DrawContext
Returns a scratch list suitable for accumulating entries during drawing.
SCREEN_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.DrawableGroup constant indicating drawables displayed in the plane of the screen.
screenProjection - Variable in class gov.nasa.worldwind.draw.DrawContext
 
sector - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
sector - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceShape
 
sector - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
Sector - Class in gov.nasa.worldwind.geom
Geographic rectangular region in degrees.
Sector() - Constructor for class gov.nasa.worldwind.geom.Sector
Constructs an empty sector with minimum and maximum latitudes and longitudes all NaN.
Sector(double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Sector
Constructs a sector with the specified latitude and longitude values in degrees.
Sector(Sector) - Constructor for class gov.nasa.worldwind.geom.Sector
Constructs a sector with the minimum and maximum latitudes and longitudes of a specified sector.
sector - Variable in class gov.nasa.worldwind.util.LevelSet
The sector spanned by this level set.
sector - Variable in class gov.nasa.worldwind.util.LevelSetConfig
The sector spanned by the level set.
sector - Variable in class gov.nasa.worldwind.util.Tile
The sector spanned by this tile.
selectLevelOfDetail(RenderContext, Placemark, double) - Method in interface gov.nasa.worldwind.shape.Placemark.LevelOfDetailSelector
Gets the active attributes for the current distance to the camera and highlighted state.
serviceAddress - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
The WMS service address used to build Get Map URLs.
set(SurfaceTextureProgram, Sector, Texture, Matrix3) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
set(BasicShaderProgram, Color) - Method in class gov.nasa.worldwind.draw.DrawableTessellation
 
set(double, double, double, int, double, double, double) - Method in class gov.nasa.worldwind.geom.Camera
 
set(Camera) - Method in class gov.nasa.worldwind.geom.Camera
 
set(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Line
Sets this line to a specified origin and direction.
set(double, double) - Method in class gov.nasa.worldwind.geom.Location
Sets this location to a specified latitude and longitude in degrees.
set(Location) - Method in class gov.nasa.worldwind.geom.Location
Sets this location to the latitude and longitude of a specified location.
set(double, double, double, int, double, double, double, double) - Method in class gov.nasa.worldwind.geom.LookAt
 
set(LookAt) - Method in class gov.nasa.worldwind.geom.LookAt
 
set(double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this 3 x 3 matrix to specified components.
set(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this 3 x 3 matrix to the components of a specified matrix.
set(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this 4 x 4 matrix to specified components.
set(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this 4 x 4 matrix to the components of a specified matrix.
set(Offset) - Method in class gov.nasa.worldwind.geom.Offset
Sets this offset to identical property values of the specified offset.
set(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Plane
Sets this plane's specified normal vector and distance to specified values.
set(Plane) - Method in class gov.nasa.worldwind.geom.Plane
Sets this plane's normal vector and distance to that of a specified plane.
set(double, double, double) - Method in class gov.nasa.worldwind.geom.Position
Sets this position to a specified latitude and longitude in degrees and altitude in meters.
set(Position) - Method in class gov.nasa.worldwind.geom.Position
Sets this position to the latitude, longitude and altitude of a specified position.
set(int, int) - Method in class gov.nasa.worldwind.geom.Range
Sets this range to the specified lower bound and upper bound.
set(Range) - Method in class gov.nasa.worldwind.geom.Range
Sets this range to the lower bound and upper bound of a specified range.
set(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to the specified latitude, longitude and dimension in degrees.
set(Sector) - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to the minimum and maximum latitudes and longitudes of a specified sector.
set(double, double) - Method in class gov.nasa.worldwind.geom.Vec2
Sets this vector to the specified X and Y.
set(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
Sets this vector to the X and Y of a specified vector.
set(double, double, double) - Method in class gov.nasa.worldwind.geom.Vec3
Sets this vector to the specified X, Y and Z.
set(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Sets this vector to the X, Y and Z of a specified vector.
set(int, int, int, int) - Method in class gov.nasa.worldwind.geom.Viewport
Sets this viewport to the specified origin and dimensions.
set(Viewport) - Method in class gov.nasa.worldwind.geom.Viewport
Sets this viewport to the origin and dimensions of a specified viewport.
set(float, float, float, float) - Method in class gov.nasa.worldwind.render.Color
Sets this color to the specified components.
set(int) - Method in class gov.nasa.worldwind.render.Color
Sets this color to the components stored in a color int.
set(Color) - Method in class gov.nasa.worldwind.render.Color
Sets this color to the components of a specified color.
set(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
 
set(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
 
set(TextAttributes) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
set(int, float) - Method in class gov.nasa.worldwind.util.FloatArray
 
set(int, short) - Method in class gov.nasa.worldwind.util.ShortArray
 
setAltitude(double) - Method in class gov.nasa.worldwind.Navigator
 
setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
 
setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.Label
Sets the altitude mode associated with this label's position.
setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.Placemark
Sets this placemark's altitude mode.
setAsCamera(Globe, Camera) - Method in class gov.nasa.worldwind.Navigator
 
setAsLookAt(Globe, LookAt) - Method in class gov.nasa.worldwind.Navigator
 
setAttribBindings(String...) - Method in class gov.nasa.worldwind.render.ShaderProgram
 
setAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.AbstractShape
 
setAttributes(ShapeAttributes) - Method in interface gov.nasa.worldwind.shape.Attributable
Specifies the shape's normal (non-highlight) attributes.
setAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.Label
Sets this label's attributes to the supplied attributes bundle.
setAttributes(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the placemark's attributes to the supplied attributes bundle.
setBoundary(int, List<Position>) - Method in class gov.nasa.worldwind.shape.Polygon
 
setColor(Color) - Method in class gov.nasa.worldwind.layer.ShowTessellationLayer
 
setConfiguration(Sector, double, WmsLayerConfig) - Method in class gov.nasa.worldwind.ogc.WmsLayer
Specifies this Web Map Service (WMS) layer's configuration.
setConfiguration(Sector, Globe, double, WmsLayerConfig) - Method in class gov.nasa.worldwind.ogc.WmsLayer
Specifies this Web Map Service (WMS) layer's configuration.
setCoordinateSystem(String) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Sets the coordinate reference system to use in Get Map URLs.
setDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets whether the placemark should be depth-tested against other objects in the scene.
setDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets whether to enable shape depth-testing.
setDetailControl(double) - Method in class gov.nasa.worldwind.globe.BasicTessellator
 
setDetailControl(double) - Method in class gov.nasa.worldwind.layer.TiledImageLayer
 
setDisplayName(String) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
setDisplayName(String) - Method in interface gov.nasa.worldwind.layer.Layer
 
setDisplayName(String) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
setDisplayName(String) - Method in interface gov.nasa.worldwind.render.Renderable
 
setDrawInterior(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets whether to enable shape interiors.
setDrawLeader(boolean) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets whether to draw a line from the placemark's geographic position to the ground.
setDrawOutline(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets whether to enable shape outlines.
setDrawVerticals(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets whether to enable shape vertical outlines.
setEmpty() - Method in class gov.nasa.worldwind.geom.Range
Sets this range to an empty range.
setEmpty() - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to an empty sector.
setEmpty() - Method in class gov.nasa.worldwind.geom.Viewport
Sets this viewport to an empty viewport.
setEnabled(boolean) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
setEnabled(boolean) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
setEnabled(boolean) - Method in interface gov.nasa.worldwind.layer.Layer
 
setEnabled(boolean) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
setEnabled(boolean) - Method in interface gov.nasa.worldwind.render.Renderable
 
setEnableDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
setEnableLeaderPicking(boolean) - Method in class gov.nasa.worldwind.shape.Placemark
Sets whether picking is allowed on this placemark's (optional) leader.
setEnableLighting(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets whether to enable shape lighting.
setEnableOutline(boolean) - Method in class gov.nasa.worldwind.render.TextRenderer
 
setEnableOutline(boolean) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
setExtrude(boolean) - Method in class gov.nasa.worldwind.shape.Path
 
setExtrude(boolean) - Method in class gov.nasa.worldwind.shape.Polygon
 
setEyeDistanceScaling(boolean) - Method in class gov.nasa.worldwind.shape.Placemark
Enables or disables the eye distance scaling feature for this placemark.
setEyeDistanceScalingLabelThreshold(double) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the eye altitude, in meters, above which this placemark's label is not displayed.
setEyeDistanceScalingThreshold(double) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the eye distance above which to reduce the size of this placemark, in meters.
setFieldOfView(double) - Method in class gov.nasa.worldwind.WorldWindow
 
setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Path
 
setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Polygon
 
setFrameController(FrameController) - Method in class gov.nasa.worldwind.WorldWindow
 
setFrameMetrics(FrameMetrics) - Method in class gov.nasa.worldwind.WorldWindow
 
setFullSphere() - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to the full range of latitude [90 to +90] and longitude [-180 to +180].
setGlobe(Globe) - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
setGlobe(Globe) - Method in class gov.nasa.worldwind.WorldWindow
Sets the planet or celestial object displayed by this World Window.
setHeading(double) - Method in class gov.nasa.worldwind.Navigator
 
setHighlightAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.AbstractShape
 
setHighlightAttributes(ShapeAttributes) - Method in interface gov.nasa.worldwind.shape.Attributable
Specifies the shape's highlight attributes.
setHighlightAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.Label
Sets the attributes used when this label's highlighted flag is true.
setHighlightAttributes(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the attributes used when this placemark's highlighted flag is true.
setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.AbstractShape
 
setHighlighted(boolean) - Method in interface gov.nasa.worldwind.shape.Highlightable
Specifies whether to highlight the shape.
setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.Label
Sets the highlighted state of this label, which indicates whether this label uses its highlight attributes rather than its normal attributes.
setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the highlighted state of this placemark, which indicates whether this placemark uses its highlight attributes rather than its normal attributes.
setImageColor(Color) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets the image color.
setImageOffset(Offset) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets the location within the placemark's image to align with the placemark's geographic position.
setImageOptions(ImageOptions) - Method in class gov.nasa.worldwind.layer.TiledImageLayer
 
setImageOptions(ImageOptions) - Method in class gov.nasa.worldwind.shape.SurfaceImage
 
setImageRotation(double) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the amount of rotation to apply to the image, measured in degrees clockwise and relative to this placemark's Placemark.getImageRotationReference().
setImageRotationReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the type of rotation to apply if the Placemark.getImageRotation() is not zero.
setImageScale(double) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets the amount to scale the placemark's image.
setImageSource(ImageSource) - Method in class gov.nasa.worldwind.render.ImageTile
 
setImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
 
setImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.SurfaceImage
 
setImageTilt(double) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the amount of tilt to apply to the image, measured in degrees away from the eye point and relative to this placemark's Placemark.getImageTiltReference().
setImageTiltReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the type tilt to apply when Placemark.getImageTilt() is non-zero.
setInteriorColor(Color) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets shape interior color and opacity.
setInteriorImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets the image source to apply to shape interiors.
setLabelAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets the attributes to apply to the placemark's label, if any.
setLatitude(double) - Method in class gov.nasa.worldwind.Navigator
 
setLayer(int, Layer) - Method in class gov.nasa.worldwind.layer.LayerList
 
setLayerNames(String) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Sets the comma-separated list of WMS layer names.
setLayers(LayerList) - Method in class gov.nasa.worldwind.WorldWindow
 
setLeaderAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets the attributes to apply to the leader line if it's drawn.
setLevelOfDetailSelector(Placemark.LevelOfDetailSelector) - Method in class gov.nasa.worldwind.shape.Placemark
Sets the optional level-of-detail selector used to inject logic for selecting PlacemarkAttributes based on the the camera distance and highlighted attribute.
setLevelSet(LevelSet) - Method in class gov.nasa.worldwind.globe.BasicTessellator
 
setLevelSet(LevelSet) - Method in class gov.nasa.worldwind.layer.TiledImageLayer
 
setLongitude(double) - Method in class gov.nasa.worldwind.Navigator
 
setMaxActiveAltitude(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
setMaxActiveAltitude(double) - Method in interface gov.nasa.worldwind.layer.Layer
 
setMaximumIntermediatePoints(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
 
setMaxNumberOfPointers(int) - Method in class gov.nasa.worldwind.gesture.PanRecognizer
 
setMinActiveAltitude(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
setMinActiveAltitude(double) - Method in interface gov.nasa.worldwind.layer.Layer
 
setMinimumImageScale(double) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
Sets the minimum amount to scale the placemark's image when Placemark.isEyeDistanceScaling() is true.
setMinNumberOfPointers(int) - Method in class gov.nasa.worldwind.gesture.PanRecognizer
 
setNavigator(Navigator) - Method in class gov.nasa.worldwind.WorldWindow
 
setNavigatorStoppedDelay(long, TimeUnit) - Method in class gov.nasa.worldwind.NavigatorEventSupport
 
setNavigatorStoppedDelay(long, TimeUnit) - Method in class gov.nasa.worldwind.WorldWindow
 
setOpacity(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
setOpacity(double) - Method in interface gov.nasa.worldwind.layer.Layer
 
setOutlineColor(Color) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets shape outline color and opacity.
setOutlineImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets the image source to apply to shape outlines.
setOutlineWidth(float) - Method in class gov.nasa.worldwind.render.TextRenderer
 
setOutlineWidth(float) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
Sets shape outline width.
setOutlineWidth(float) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
setPathType(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
 
setPickDelegate(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
 
setPickDelegate(Object) - Method in interface gov.nasa.worldwind.render.Renderable
 
setPickEnabled(boolean) - Method in class gov.nasa.worldwind.layer.AbstractLayer
 
setPickEnabled(boolean) - Method in interface gov.nasa.worldwind.layer.Layer
 
setPosition(Position) - Method in class gov.nasa.worldwind.shape.Label
Sets this label's geographic position to the values in the supplied position.
setPosition(Position) - Method in class gov.nasa.worldwind.shape.Placemark
Sets this placemark's geographic position to the values in the supplied position.
setPositions(List<Position>) - Method in class gov.nasa.worldwind.shape.Path
 
setProgramSources(String...) - Method in class gov.nasa.worldwind.render.ShaderProgram
 
setProjection(GeographicProjection) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
setProjection(GeographicProjection) - Method in interface gov.nasa.worldwind.globe.Globe
Sets the geographic projection used by this globe.
setRenderable(int, Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
 
setRenderResourceCache(RenderResourceCache) - Method in class gov.nasa.worldwind.WorldWindow
 
setResources(Resources) - Method in class gov.nasa.worldwind.render.ImageRetriever
 
setResources(Resources) - Method in class gov.nasa.worldwind.render.RenderResourceCache
 
setRoll(double) - Method in class gov.nasa.worldwind.Navigator
 
setRotation(double) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets the rotation components of this matrix to a specified angle.
setRotation(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets the rotation components of this matrix to a specified axis and angle.
setScale(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets the scale components of this matrix to specified values.
setScale(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets the scale components of this matrix to specified values.
setSector(Sector) - Method in class gov.nasa.worldwind.shape.SurfaceImage
 
setServiceAddress(String) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Sets the WMS service address used to build Get Map URLs.
setStyleNames(String) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Sets the comma-separated list of WMS style names.
setTessellator(Tessellator) - Method in class gov.nasa.worldwind.globe.BasicGlobe
 
setTessellator(Tessellator) - Method in interface gov.nasa.worldwind.globe.Globe
 
setTexParameter(int, int) - Method in class gov.nasa.worldwind.render.Texture
 
setText(String) - Method in class gov.nasa.worldwind.shape.Label
Sets the text displayed by this label.
setTextColor(Color) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
setTextOffset(Offset) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
setTextSize(float) - Method in class gov.nasa.worldwind.render.TextRenderer
 
setTextSize(float) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
setTilt(double) - Method in class gov.nasa.worldwind.Navigator
 
setTimeString(String) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Sets the time parameter to include in Get Map URLs.
setToCovarianceOfPoints(float[], int, int) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to the symmetric covariance Matrix computed from an array of points.
setToIdentity() - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this matrix to the 3 x 3 identity matrix.
setToIdentity() - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to the 4 x 4 identity matrix.
setToInfiniteProjection(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to an infinite perspective projection matrix for the specified viewport dimensions, vertical field of view and near clip distance.
setToModelviewProjection(Matrix4, Matrix4, Viewport) - Method in class gov.nasa.worldwind.geom.Frustum
Sets this frustum to one appropriate for a modelview-projection matrix.
setToModelviewProjection(Matrix4, Matrix4, Viewport, Viewport) - Method in class gov.nasa.worldwind.geom.Frustum
Sets this frustum to one appropriate for a subset of a modelview-projection matrix.
setToMultiply(Matrix3, Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this matrix to the matrix product of two specified matrices.
setToMultiply(Matrix4, Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to the matrix product of two specified matrices.
setToPerspectiveProjection(double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to a perspective projection matrix for the specified viewport dimensions, vertical field of view and clip distances.
setToPoints(float[], int, int) - Method in class gov.nasa.worldwind.geom.BoundingBox
Sets this bounding box such that it minimally encloses a specified array of points.
setToRotation(double) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this matrix to a rotation matrix with a specified angle.
setToRotation(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to a rotation matrix with a specified axis and angle.
setToScale(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this matrix to a scale matrix with specified scale components.
setToScale(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to a scale matrix with specified scale components.
setToScreenProjection(double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to a screen projection matrix for the specified viewport dimensions.
setToSector(Sector, Globe, double, double) - Method in class gov.nasa.worldwind.geom.BoundingBox
Sets this bounding box such that it contains a specified sector on a specified globe with min and max elevation.
setToSegment(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Line
Sets this line to the specified segment.
setToTileTransform(Sector, Sector) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this matrix to one that transforms normalized coordinates from a source sector to a destination sector.
setToTranslation(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this matrix to a translation matrix with specified translation components.
setToTranslation(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to a translation matrix with specified translation components.
setToUnitBox() - Method in class gov.nasa.worldwind.geom.BoundingBox
Sets this bounding box to a unit box centered at the Cartesian origin (0, 0, 0).
setToUnitFrustum() - Method in class gov.nasa.worldwind.geom.Frustum
Sets this frustum to a unit frustum with each of its planes 1 meter from the center a viewport with width and height both 1.
setToVerticalFlip() - Method in class gov.nasa.worldwind.geom.Matrix3
Sets this matrix to one that flips and shifts the y-axis.
setTranslation(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
Sets the translation components of this matrix to specified values.
setTranslation(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets the translation components of this matrix to specified values.
setTranslationX(float) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
setTranslationY(float) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
 
setTransparent(boolean) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Sets whether Get Map URLs should include transparency.
setTriStripElements(short[]) - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
setTypeface(Typeface) - Method in class gov.nasa.worldwind.render.TextRenderer
 
setTypeface(Typeface) - Method in class gov.nasa.worldwind.shape.TextAttributes
 
setVertexOrigin(Vec3) - Method in class gov.nasa.worldwind.globe.TerrainTile
 
setVertexPoints(float[]) - Method in class gov.nasa.worldwind.globe.TerrainTile
 
setVerticalExaggeration(double) - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
setVerticalExaggeration(double) - Method in class gov.nasa.worldwind.WorldWindow
 
setWmsVersion(String) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Sets the WMS protocol version.
setWorldWindow(WorldWindow) - Method in class gov.nasa.worldwind.BasicWorldWindowController
 
setWorldWindow(WorldWindow) - Method in interface gov.nasa.worldwind.WorldWindowController
 
setWorldWindowController(WorldWindowController) - Method in class gov.nasa.worldwind.WorldWindow
 
ShaderProgram - Class in gov.nasa.worldwind.render
Represents an OpenGL shading language (GLSL) shader program and provides methods for identifying and accessing shader variables.
ShaderProgram() - Constructor for class gov.nasa.worldwind.render.ShaderProgram
 
SHAPE_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.DrawableGroup constant indicating shape drawables, such as placemarks, polygons and polylines.
ShapeAttributes - Class in gov.nasa.worldwind.shape
Holds attributes applied to geographic shapes.
ShapeAttributes() - Constructor for class gov.nasa.worldwind.shape.ShapeAttributes
 
ShapeAttributes(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.ShapeAttributes
 
ShortArray - Class in gov.nasa.worldwind.util
 
ShortArray() - Constructor for class gov.nasa.worldwind.util.ShortArray
 
ShortArray(int) - Constructor for class gov.nasa.worldwind.util.ShortArray
 
ShowTessellationLayer - Class in gov.nasa.worldwind.layer
 
ShowTessellationLayer() - Constructor for class gov.nasa.worldwind.layer.ShowTessellationLayer
 
signalDone() - Method in class gov.nasa.worldwind.Frame
 
size() - Method in class gov.nasa.worldwind.util.FloatArray
 
size() - Method in class gov.nasa.worldwind.util.ShortArray
 
sortDrawables() - Method in class gov.nasa.worldwind.draw.DrawableQueue
 
sortDrawables() - Method in class gov.nasa.worldwind.render.RenderContext
 
styleNames - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
The comma-separated list of WMS style names.
subdivide(TileFactory) - Method in class gov.nasa.worldwind.util.Tile
Returns the four children formed by subdividing this tile.
subdivideToCache(TileFactory, LruMemoryCache<String, Tile[]>, int) - Method in class gov.nasa.worldwind.util.Tile
Returns the four children formed by subdividing this tile, drawing those children from a specified cache.
subtract(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
Subtracts a specified vector from this vector.
subtract(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Subtracts a specified vector from this vector.
SURFACE_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
WorldWind.DrawableGroup constant indicating drawables displayed on the globe's surface.
surfaceCreated(SurfaceHolder) - Method in class gov.nasa.worldwind.WorldWindow
Called immediately after the surface is first created, in which case the WorldWindow instance adds itself as a listener to the WorldWind.messageService().
surfaceDestroyed(SurfaceHolder) - Method in class gov.nasa.worldwind.WorldWindow
Called immediately before a surface is being destroyed, in which case the WorldWindow instance removes itself from WorldWind.messageService().
surfaceFramebuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
 
SurfaceImage - Class in gov.nasa.worldwind.shape
 
SurfaceImage() - Constructor for class gov.nasa.worldwind.shape.SurfaceImage
 
SurfaceImage(Sector, ImageSource) - Constructor for class gov.nasa.worldwind.shape.SurfaceImage
 
surfacePoint(double, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.BasicTerrain
 
surfacePoint(double, double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.Terrain
Computes the Cartesian coordinates of a geographic location on the terrain surface.
SurfaceTexture - Interface in gov.nasa.worldwind.render
 
SurfaceTextureProgram - Class in gov.nasa.worldwind.render
 
SurfaceTextureProgram(Resources) - Constructor for class gov.nasa.worldwind.render.SurfaceTextureProgram
 
swap(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
Swaps this vector with the specified vector.
swap(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
Swaps this vector with the specified vector.
SynchronizedMemoryCache<K,V> - Class in gov.nasa.worldwind.util
 
SynchronizedMemoryCache(int) - Constructor for class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
SynchronizedMemoryCache(int, int) - Constructor for class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
SynchronizedPool<T> - Class in gov.nasa.worldwind.util
 
SynchronizedPool() - Constructor for class gov.nasa.worldwind.util.SynchronizedPool
 

T

TaskService - Class in gov.nasa.worldwind.util
 
TaskService() - Constructor for class gov.nasa.worldwind.util.TaskService
 
taskService() - Static method in class gov.nasa.worldwind.WorldWind
Returns a singleton TaskService instance that provides a mechanism for running asynchronous tasks within the World Wind library and World Wind applications.
Terrain - Interface in gov.nasa.worldwind.globe
Surface of a planet or celestial object.
terrain - Variable in class gov.nasa.worldwind.render.RenderContext
 
terrainPickedObject() - Method in class gov.nasa.worldwind.PickedObjectList
 
TerrainTile - Class in gov.nasa.worldwind.globe
Represents a portion of a globe's terrain.
TerrainTile(Sector, Level, int, int) - Constructor for class gov.nasa.worldwind.globe.TerrainTile
TESS_MAX_CACHE - Static variable in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
 
tessellate(RenderContext) - Method in class gov.nasa.worldwind.globe.BasicTessellator
 
tessellate(RenderContext) - Method in interface gov.nasa.worldwind.globe.Tessellator
 
Tessellator - Interface in gov.nasa.worldwind.globe
 
texCoordAttrib(int, int) - Method in class gov.nasa.worldwind.draw.DrawShapeState
 
texCoordMatrix - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
texCoordMatrix(Matrix3) - Method in class gov.nasa.worldwind.draw.DrawShapeState
 
texCoordMatrix - Variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
 
texelHeight - Variable in class gov.nasa.worldwind.util.Level
The size of pixels or elevation cells within this level, in radians per pixel (or per cell).
TextAttributes - Class in gov.nasa.worldwind.shape
Holds attributes applied to text shapes and Placemark labels.
TextAttributes() - Constructor for class gov.nasa.worldwind.shape.TextAttributes
 
TextAttributes(TextAttributes) - Constructor for class gov.nasa.worldwind.shape.TextAttributes
 
TextRenderer - Class in gov.nasa.worldwind.render
 
TextRenderer() - Constructor for class gov.nasa.worldwind.render.TextRenderer
 
texture - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
texture - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
 
texture(Texture) - Method in class gov.nasa.worldwind.draw.DrawShapeState
 
Texture - Class in gov.nasa.worldwind.render
 
Texture(Bitmap) - Constructor for class gov.nasa.worldwind.render.Texture
 
Texture(int, int, int) - Constructor for class gov.nasa.worldwind.render.Texture
 
Tile - Class in gov.nasa.worldwind.util
Geographically rectangular tile within a LevelSet, typically representing terrain or imagery.
Tile(Sector, Level, int, int) - Constructor for class gov.nasa.worldwind.util.Tile
Constructs a tile with a specified sector, level, row and column.
tileDelta - Variable in class gov.nasa.worldwind.util.Level
The geographic width and height in degrees of tiles within this level.
TiledImageLayer - Class in gov.nasa.worldwind.layer
 
TiledImageLayer() - Constructor for class gov.nasa.worldwind.layer.TiledImageLayer
 
TiledImageLayer(String) - Constructor for class gov.nasa.worldwind.layer.TiledImageLayer
 
TileFactory - Interface in gov.nasa.worldwind.util
Factory for delegating construction of Tile instances.
tileHeight - Variable in class gov.nasa.worldwind.util.Level
The parent LevelSet's tileHeight.
tileHeight - Variable in class gov.nasa.worldwind.util.LevelSet
The height in pixels of images associated with tiles in this level set, or the number of sample points in the latitudinal direction of elevation tiles associated with this level set.
tileHeight - Variable in class gov.nasa.worldwind.util.LevelSetConfig
The height in pixels of images associated with tiles in the level set, or the number of sample points in the latitudinal direction of elevation tiles associated with the level set.
tileKey - Variable in class gov.nasa.worldwind.util.Tile
A key that uniquely identifies this tile within a level set.
TileUrlFactory - Interface in gov.nasa.worldwind.util
Factory for delegating construction of URLs associated with tiles within a LevelSet.
tileWidth - Variable in class gov.nasa.worldwind.util.Level
The parent LevelSet's tileWidth.
tileWidth - Variable in class gov.nasa.worldwind.util.LevelSet
The width in pixels of images associated with tiles in this level set, or the number of sample points in the longitudinal direction of elevation tiles associated with this level set.
tileWidth - Variable in class gov.nasa.worldwind.util.LevelSetConfig
The width in pixels of images associated with tiles in the level set, or the number of sample points in the longitudinal direction of elevation tiles associated with the level set.
tilt - Variable in class gov.nasa.worldwind.geom.Camera
 
tilt - Variable in class gov.nasa.worldwind.geom.LookAt
 
timeString - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
The time parameter to include in Get Map requests.
toArray(float[], int) - Method in class gov.nasa.worldwind.geom.Vec2
Copies this vector's components to the specified single precision array.
toArray(float[], int) - Method in class gov.nasa.worldwind.geom.Vec3
Copies this vector's components to the specified single precision array.
toArray(float[], int) - Method in class gov.nasa.worldwind.render.Color
Copies this color's components to the specified array.
toColorInt() - Method in class gov.nasa.worldwind.render.Color
Returns this color's components as a color int.
topCenter() - Static method in class gov.nasa.worldwind.geom.Offset
This factory method returns a new offset for anchoring a rectangle to the center of its top edge.
topLeft() - Static method in class gov.nasa.worldwind.geom.Offset
This factory method returns a new offset for anchoring a rectangle its top-left corner.
topPickedObject() - Method in class gov.nasa.worldwind.PickedObjectList
 
topRight() - Static method in class gov.nasa.worldwind.geom.Offset
This factory method returns a new offset for anchoring a rectangle to its top-right corner.
toString() - Method in class gov.nasa.worldwind.FrameMetrics
 
toString() - Method in class gov.nasa.worldwind.geom.BoundingBox
 
toString() - Method in class gov.nasa.worldwind.geom.Camera
 
toString() - Method in class gov.nasa.worldwind.geom.Line
 
toString() - Method in class gov.nasa.worldwind.geom.Location
 
toString() - Method in class gov.nasa.worldwind.geom.LookAt
 
toString() - Method in class gov.nasa.worldwind.geom.Matrix3
 
toString() - Method in class gov.nasa.worldwind.geom.Matrix4
 
toString() - Method in class gov.nasa.worldwind.geom.Offset
 
toString() - Method in class gov.nasa.worldwind.geom.Plane
 
toString() - Method in class gov.nasa.worldwind.geom.Position
 
toString() - Method in class gov.nasa.worldwind.geom.Sector
 
toString() - Method in class gov.nasa.worldwind.geom.Vec2
 
toString() - Method in class gov.nasa.worldwind.geom.Vec3
 
toString() - Method in class gov.nasa.worldwind.geom.Viewport
 
toString() - Method in class gov.nasa.worldwind.PickedObject
 
toString() - Method in class gov.nasa.worldwind.PickedObjectList
 
toString() - Method in class gov.nasa.worldwind.render.Color
 
toString() - Method in class gov.nasa.worldwind.render.ImageSource
 
transformByMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Plane
Transforms this plane by a specified matrix.
translate(double, double, double) - Method in class gov.nasa.worldwind.geom.BoundingBox
Translates this bounding box by specified components.
transparent - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
Indicates whether Get Map requests should include transparency.
transpose() - Method in class gov.nasa.worldwind.geom.Matrix3
Transposes this matrix in place.
transpose() - Method in class gov.nasa.worldwind.geom.Matrix4
Transposes this matrix in place.
transposeMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
Transposes the specified matrix and stores the result in this matrix.
transposeMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
Sets this matrix to the transpose of a specified matrix.
transposeToArray(float[], int) - Method in class gov.nasa.worldwind.geom.Matrix3
Transposes this matrix, storing the result in the specified single precision array.
transposeToArray(float[], int) - Method in class gov.nasa.worldwind.geom.Matrix4
Transposes this matrix, storing the result in the specified single precision array.
trimToAge(long) - Method in class gov.nasa.worldwind.util.LruMemoryCache
 
trimToAge(long) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
 
trimToSize() - Method in class gov.nasa.worldwind.util.FloatArray
 
trimToSize() - Method in class gov.nasa.worldwind.util.ShortArray
 
triStripElementRange - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
triStripIntersection(float[], int, short[], int, Vec3) - Method in class gov.nasa.worldwind.geom.Line
Computes the first intersection of a triangle strip with this line.

U

union(double, double) - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to the union of itself and a specified location.
union(float[], int, int) - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to the union of itself and an array of specified locations.
union(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to the union of itself and a specified sector.
union(Sector) - Method in class gov.nasa.worldwind.geom.Sector
Sets this sector to the union of itself and a specified sector.
uniqueColorToIdentifier(Color) - Static method in class gov.nasa.worldwind.PickedObject
 
unitSquareBuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
Returns an OpenGL buffer object containing a unit square expressed as four vertices at (0, 1), (0, 0), (1, 1) and (1, 0).
unitSquareTransform - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
 
unProject(double, double, Viewport, Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
Un-projects a screen coordinate point to Cartesian coordinates at the near clip plane and the far clip plane.
upper - Variable in class gov.nasa.worldwind.geom.Range
The range's upper bound, inclusive.
urlForTile(Tile, String) - Method in class gov.nasa.worldwind.layer.BlueMarbleLandsatLayer
 
urlForTile(Tile, String) - Method in class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
 
urlForTile(Tile, String) - Method in interface gov.nasa.worldwind.util.TileUrlFactory
Constructs the URL string associated with a specified tile and image format.
useProgram(int) - Method in class gov.nasa.worldwind.draw.DrawContext
Makes an OpenGL program object active as part of current rendering state.
useProgram(DrawContext) - Method in class gov.nasa.worldwind.render.ShaderProgram
 
useVertexPointAttrib(DrawContext, int) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
useVertexPointAttrib(DrawContext, int) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
 
useVertexTexCoordAttrib(DrawContext, int) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
useVertexTexCoordAttrib(DrawContext, int) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
 

V

Vec2 - Class in gov.nasa.worldwind.geom
Two-component vector with X and Y coordinates.
Vec2() - Constructor for class gov.nasa.worldwind.geom.Vec2
Constructs a two-component vector with X and Y both 0.
Vec2(double, double) - Constructor for class gov.nasa.worldwind.geom.Vec2
Constructs a two-component vector with a specified X and Y.
Vec2(Vec2) - Constructor for class gov.nasa.worldwind.geom.Vec2
Constructs a two-component vector with the X and Y of a specified vector.
Vec3 - Class in gov.nasa.worldwind.geom
Three-component vector with X, Y and Z coordinates.
Vec3() - Constructor for class gov.nasa.worldwind.geom.Vec3
Constructs a three-component vector with X, Y and Z all 0.
Vec3(double, double, double) - Constructor for class gov.nasa.worldwind.geom.Vec3
Constructs a three-component vector with a specified X, Y and Z.
Vec3(Vec3) - Constructor for class gov.nasa.worldwind.geom.Vec3
Constructs a three-component vector with the X, Y and Z of a specified vector.
versionString - Static variable in class gov.nasa.worldwind.util.glu.GLU
 
vertex(Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The vertex callback method is invoked between the begin and end callback methods.
vertex(Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
vertexBuffer - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
vertexData(Object, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
The same as the vertex callback method except that it takes an additional reference argument.
vertexData(Object, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
 
vertexOrigin - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
vertexOrigin - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
vertexPoints - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
vertexPoints - Variable in class gov.nasa.worldwind.draw.DrawableLines
 
vertexStride - Variable in class gov.nasa.worldwind.draw.DrawShapeState
 
vertexTexCoords - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
 
verticalExaggeration - Variable in class gov.nasa.worldwind.render.RenderContext
 
viewport - Variable in class gov.nasa.worldwind.draw.DrawContext
 
viewport - Variable in class gov.nasa.worldwind.Frame
 
Viewport - Class in gov.nasa.worldwind.geom
Rectangular region in a two-dimensional coordinate system expressed as an origin and dimensions extending from the origin.
Viewport() - Constructor for class gov.nasa.worldwind.geom.Viewport
Constructs an empty viewport width X, Y, width and height all zero.
Viewport(int, int, int, int) - Constructor for class gov.nasa.worldwind.geom.Viewport
Constructs a viewport with a specified origin and dimensions.
Viewport(Viewport) - Constructor for class gov.nasa.worldwind.geom.Viewport
Constructs a viewport with the origin and dimensions of a specified viewport.
viewport - Variable in class gov.nasa.worldwind.render.RenderContext
 

W

WARN - Static variable in class gov.nasa.worldwind.util.Logger
 
WGS84_INVERSE_FLATTENING - Static variable in class gov.nasa.worldwind.WorldWind
WGS 84 reference value for the Earth ellipsoid's inverse flattening (1/f): 298.257223563.
WGS84_SEMI_MAJOR_AXIS - Static variable in class gov.nasa.worldwind.WorldWind
WGS 84 reference value for the Earth ellipsoid's semi-major axis: 6378137.0.
width - Variable in class gov.nasa.worldwind.geom.Viewport
The viewport's width.
WmsGetMapUrlFactory - Class in gov.nasa.worldwind.ogc
Factory for constructing URLs associated with WMS Get Map requests.
WmsGetMapUrlFactory(String, String, String, String) - Constructor for class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Constructs a WMS Get Map URL builder with specified WMS service parameters.
WmsGetMapUrlFactory(WmsLayerConfig) - Constructor for class gov.nasa.worldwind.ogc.WmsGetMapUrlFactory
Constructs a level set with a specified configuration.
WmsLayer - Class in gov.nasa.worldwind.ogc
Displays imagery from OGC Web Map Service (WMS) layers.
WmsLayer() - Constructor for class gov.nasa.worldwind.ogc.WmsLayer
Constructs an empty Web Map Service (WMS) layer that displays nothing.
WmsLayer(Sector, double, WmsLayerConfig) - Constructor for class gov.nasa.worldwind.ogc.WmsLayer
Constructs a Web Map Service (WMS) layer with specified WMS layer configuration values.
WmsLayer(Sector, Globe, double, WmsLayerConfig) - Constructor for class gov.nasa.worldwind.ogc.WmsLayer
Constructs a Web Map Service (WMS) layer with specified WMS layer configuration values.
WmsLayerConfig - Class in gov.nasa.worldwind.ogc
Configuration values for a WMS layer.
WmsLayerConfig() - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
Constructs a WMS layer configuration with values all null (or false).
WmsLayerConfig(String, String, String, String, String, boolean, String) - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
Constructs a WMS layer configuration with specified values.
WmsLayerConfig(String, String) - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
Constructs a WMS layer configuration with the minimal values.
wmsVersion - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
The WMS protocol version.
WorldWind - Class in gov.nasa.worldwind
 
WorldWind() - Constructor for class gov.nasa.worldwind.WorldWind
 
WorldWind.AltitudeMode - Annotation Type in gov.nasa.worldwind
Altitude mode indicates how World Wind interprets a position's altitude component.
WorldWind.DrawableGroup - Annotation Type in gov.nasa.worldwind
Drawable group provides a standard set of group IDs for organizing World Window drawing into four phases: background, surface, shape, and screen.
WorldWind.GestureState - Annotation Type in gov.nasa.worldwind
Gesture state indicates a GestureRecognizer's current state.
WorldWind.ImageConfig - Annotation Type in gov.nasa.worldwind
Image config indicates the in-memory representation for images displayed by World Wind components.
WorldWind.NavigatorAction - Annotation Type in gov.nasa.worldwind
Navigator event action indicates the type of NavigatorEvent that has been generated.
WorldWind.OffsetMode - Annotation Type in gov.nasa.worldwind
Offset mode indicates how World Wind interprets an offset's x and y values.
WorldWind.OrientationMode - Annotation Type in gov.nasa.worldwind
Orientation mode indicates how World Wind interprets a renderable's orientation value, e.g., tilt and rotate values.
WorldWind.PathType - Annotation Type in gov.nasa.worldwind
Path type indicates how World Wind create a geographic path between two locations.
WorldWind.ResamplingMode - Annotation Type in gov.nasa.worldwind
Resampling mode indicates the image sampling algorithm used by World Wind to display images that appear larger or smaller on screen than their native resolution.
WorldWind.WrapMode - Annotation Type in gov.nasa.worldwind
Wrap mode indicates how World Wind displays the contents of an image when attempting to draw a region outside of the image bounds.
WorldWindow - Class in gov.nasa.worldwind
Provides a World Wind window that implements a virtual globe inside of the Android view hierarchy.
WorldWindow(Context) - Constructor for class gov.nasa.worldwind.WorldWindow
Constructs a WorldWindow associated with the specified application context.
WorldWindow(Context, GLSurfaceView.EGLConfigChooser) - Constructor for class gov.nasa.worldwind.WorldWindow
Constructs a WorldWindow associated with the specified application context and EGL configuration chooser.
WorldWindow(Context, AttributeSet) - Constructor for class gov.nasa.worldwind.WorldWindow
Constructs a WorldWindow associated with the specified application context and attributes from an XML tag.
WorldWindowController - Interface in gov.nasa.worldwind
 
wrapMode - Variable in class gov.nasa.worldwind.render.ImageOptions
Indicates how World Wind displays the contents of an image when attempting to draw a region outside of the image bounds.
WWConfigChooser - Class in gov.nasa.worldwind.util
 
WWConfigChooser() - Constructor for class gov.nasa.worldwind.util.WWConfigChooser
 
WWMath - Class in gov.nasa.worldwind.util
Collection of static methods for performing common World Wind computations.
WWMath() - Constructor for class gov.nasa.worldwind.util.WWMath
 
WWUtil - Class in gov.nasa.worldwind.util
 
WWUtil() - Constructor for class gov.nasa.worldwind.util.WWUtil
 

X

x - Variable in class gov.nasa.worldwind.geom.Offset
The offset in the X dimension, interpreted according to this instance's xUnits argument.
x - Variable in class gov.nasa.worldwind.geom.Vec2
The vector's X component.
x - Variable in class gov.nasa.worldwind.geom.Vec3
The vector's X component.
x - Variable in class gov.nasa.worldwind.geom.Viewport
The X component of the viewport's origin.
xUnits - Variable in class gov.nasa.worldwind.geom.Offset
The units of this instance's X offset.

Y

y - Variable in class gov.nasa.worldwind.geom.Offset
The offset in the Y dimension, interpreted according to this instance's yUnits argument.
y - Variable in class gov.nasa.worldwind.geom.Vec2
The vector's Y component.
y - Variable in class gov.nasa.worldwind.geom.Vec3
The vector's Y component.
y - Variable in class gov.nasa.worldwind.geom.Viewport
The Y component of the viewport's origin.
yUnits - Variable in class gov.nasa.worldwind.geom.Offset
The units of this instance's Y offset.

Z

z - Variable in class gov.nasa.worldwind.geom.Vec3
The vector's Z component.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links