- 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
-
- 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 for centering an image on its geographic position.
- 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
-
- 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_TO_GROUND - Static variable in class gov.nasa.worldwind.WorldWind
-
- 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.
- 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
-
- 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.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.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
-
- getColor() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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
-
- getFont() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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.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
-
- getImageRotationReference() - Method in class gov.nasa.worldwind.shape.Placemark
-
- 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.ShapeAttributes
-
Indicates the associated shape's image source.
- getImageSource() - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- getImageTilt() - Method in class gov.nasa.worldwind.shape.Placemark
-
- getImageTiltReference() - Method in class gov.nasa.worldwind.shape.Placemark
-
- getInteriorColor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's interior color and opacity.
- 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
-
- getOffset() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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 associated shape's outline color and opacity.
- getOutlineStippleFactor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's outline stipple factor.
- getOutlineStipplePattern() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's outline stipple pattern.
- getOutlineWidth() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's outline color and opacity.
- 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.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 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
-
- getScale() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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
-
- 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
-
- 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() - 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
-
- 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.
- 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 the shape should be depth-tested against other objects in the scene.
- isDepthTest() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- isDrawInterior() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether the interior of the associated shape is drawn.
- 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 the outline of the associated shape is drawn
- isDrawVerticals() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether this shape should draw vertical lines extending from its specified positions to the ground.
- 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
-
- 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
-
Indicates whether lighting is applied to the associated shape.
- 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.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
-
- 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
-
- 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
-
- 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(float, float, float, float) - 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 - 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 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
-
- 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
-
- 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
-
- 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
-
- 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.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(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
-
- setColor(Color) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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
-
Indicates whether the shape should be depth-tested against other objects in the scene.
- setDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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
-
Indicates whether the interior of the associated shape is drawn.
- 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
-
Indicates whether the outline of the associated shape is drawn
- setDrawVerticals(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether this shape should draw vertical lines extending from its specified positions to the ground.
- 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
-
- 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
-
Indicates whether lighting is applied to the associated shape.
- 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
-
- setFont(Typeface) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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(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.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
-
- setImageRotationReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
- 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.ShapeAttributes
-
Indicates the associated shape's image source.
- setImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- setImageTilt(double) - Method in class gov.nasa.worldwind.shape.Placemark
-
- setImageTiltReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
- setInteriorColor(Color) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's interior color and opacity.
- 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
-
- 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
-
- setOffset(Offset) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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
-
Indicates the associated shape's outline color and opacity.
- setOutlineStippleFactor(int) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's outline stipple factor.
- setOutlineStipplePattern(short) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's outline stipple pattern.
- setOutlineWidth(float) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the associated shape's outline color and opacity.
- 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.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.
- setScale(double) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- 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
-
- 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
-
- 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
-
- ShapeAttributes - Class in gov.nasa.worldwind.shape
-
- 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
-
- 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
-
- 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
-
- texCoordMatrix - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- 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 shapes text and
Placemark
labels.
- TextAttributes() - Constructor for class gov.nasa.worldwind.shape.TextAttributes
-
- TextAttributes(TextAttributes) - Constructor for class gov.nasa.worldwind.shape.TextAttributes
-
Constructs a text attributes bundle.
- texture - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
-
- texture - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- 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.
- topPickedObject() - Method in class gov.nasa.worldwind.PickedObjectList
-
- 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.
- 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.
- 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
-
- 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
-