A B C D E F G H I K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSOLUTE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.AltitudeMode
constant indicating an altitude relative to the globe's ellipsoid. - AbstractElevationCoverage - Class in gov.nasa.worldwind.globe
- AbstractElevationCoverage() - Constructor for class gov.nasa.worldwind.globe.AbstractElevationCoverage
- AbstractGraticuleLayer - Class in gov.nasa.worldwind.layer.graticule
-
Displays a graticule.
- AbstractLayer - Class in gov.nasa.worldwind.layer
- AbstractLayer() - Constructor for class gov.nasa.worldwind.layer.AbstractLayer
- AbstractLayer(String) - Constructor for class gov.nasa.worldwind.layer.AbstractLayer
- AbstractRenderable - Class in gov.nasa.worldwind.render
- AbstractRenderable() - Constructor for class gov.nasa.worldwind.render.AbstractRenderable
- AbstractRenderable(String) - Constructor for class gov.nasa.worldwind.render.AbstractRenderable
- AbstractShape - Class in gov.nasa.worldwind.shape
- AbstractShape() - Constructor for class gov.nasa.worldwind.shape.AbstractShape
- AbstractShape(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.AbstractShape
- AbstractUTMGraticuleLayer - Class in gov.nasa.worldwind.layer.graticule
-
Displays the UTM graticule metric scale.
- acquire() - Method in class gov.nasa.worldwind.util.BasicPool
- acquire() - Method in interface gov.nasa.worldwind.util.Pool
-
Acquires an instance from the pool.
- acquire() - Method in class gov.nasa.worldwind.util.SynchronizedPool
- activeTextureUnit(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Specifies the OpenGL multitexture unit to make active.
- add(float) - Method in class gov.nasa.worldwind.util.FloatArray
- add(short) - Method in class gov.nasa.worldwind.util.ShortArray
- add(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Adds a specified vector to this vector.
- add(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Adds a specified vector to this vector.
- addAllCoverages(ElevationModel) - Method in class gov.nasa.worldwind.globe.ElevationModel
- addAllLayers(LayerList) - Method in class gov.nasa.worldwind.layer.LayerList
- addAllLayers(Iterable<? extends Layer>) - Method in class gov.nasa.worldwind.layer.LayerList
- addAllRenderables(RenderableLayer) - Method in class gov.nasa.worldwind.layer.RenderableLayer
- addAllRenderables(Iterable<? extends Renderable>) - Method in class gov.nasa.worldwind.layer.RenderableLayer
- addBoundary(int, List<Position>) - Method in class gov.nasa.worldwind.shape.Polygon
- addBoundary(List<Position>) - Method in class gov.nasa.worldwind.shape.Polygon
- addCoverage(ElevationCoverage) - Method in class gov.nasa.worldwind.globe.ElevationModel
- addLayer(int, Layer) - Method in class gov.nasa.worldwind.layer.LayerList
- addLayer(Layer) - Method in class gov.nasa.worldwind.layer.LayerList
- addListener(GestureListener) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- addListener(MessageListener) - Method in class gov.nasa.worldwind.util.MessageService
- addNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.NavigatorEventSupport
- addNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.WorldWindow
- addRenderable(int, Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
- addRenderable(Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
- addRenderable(Renderable, String) - Method in class gov.nasa.worldwind.layer.graticule.GraticuleSupport
- addTile(TerrainTile) - Method in class gov.nasa.worldwind.globe.BasicTerrain
- alpha - Variable in class gov.nasa.worldwind.render.Color
-
The color's alpha component.
- altitude - Variable in class gov.nasa.worldwind.geom.Position
-
The position's altitude in meters.
- altitudeMode - Variable in class gov.nasa.worldwind.geom.Camera
- altitudeMode - Variable in class gov.nasa.worldwind.geom.LookAt
- array() - Method in class gov.nasa.worldwind.util.FloatArray
- array() - Method in class gov.nasa.worldwind.util.ShortArray
- asBitmap() - Method in class gov.nasa.worldwind.render.ImageSource
-
Returns the source bitmap.
- asBitmapFactory() - Method in class gov.nasa.worldwind.render.ImageSource
-
Returns the source bitmap factory.
- ASCII - gov.nasa.worldwind.formats.tiff.Type
- asFilePath() - Method in class gov.nasa.worldwind.render.ImageSource
-
Returns the source file path name.
- asObject() - Method in class gov.nasa.worldwind.render.ImageSource
-
Returns the image source associated with an unrecognized type.
- asResource() - Method in class gov.nasa.worldwind.render.ImageSource
-
Returns the source Android resource identifier.
- assembleTilesForLevel(Level, TileFactory, Collection<Tile>) - Static method in class gov.nasa.worldwind.util.Tile
-
Creates all tiles for a specified level within a
LevelSet
. - asUrl() - Method in class gov.nasa.worldwind.render.ImageSource
-
Returns the source URL string.
- AtmosphereLayer - Class in gov.nasa.worldwind.layer.atmosphere
- AtmosphereLayer() - Constructor for class gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
- AtmosphereProgram - Class in gov.nasa.worldwind.layer.atmosphere
- AtmosphereProgram() - Constructor for class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- AtmosphereProgram.FragMode - Annotation Type in gov.nasa.worldwind.layer.atmosphere
-
Frag color indicates the atmospheric scattering color components written to the fragment color.
- attachTexture(DrawContext, Texture, int) - Method in class gov.nasa.worldwind.render.Framebuffer
- Attributable - Interface in gov.nasa.worldwind.shape
-
Interface to controlling a shape's attributes.
- awaitDone() - Method in class gov.nasa.worldwind.Frame
B
- BACKGROUND_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.DrawableGroup
constant indicating drawables displayed before everything else. - BackgroundLayer - Class in gov.nasa.worldwind.layer
-
Displays a single image spanning the globe.
- BackgroundLayer() - Constructor for class gov.nasa.worldwind.layer.BackgroundLayer
-
Constructs a Blue Marble background layer with the built-in WorldWind library resource res/drawable/gov_nasa_worldwind_worldtopobathy2004053.
- BackgroundLayer(ImageSource, ImageOptions) - Constructor for class gov.nasa.worldwind.layer.BackgroundLayer
-
Constructs a background image layer with an image source.
- BasicDrawableTerrain - Class in gov.nasa.worldwind.draw
- BasicElevationCoverage - Class in gov.nasa.worldwind.globe
-
Displays NASA's global elevation coverage at 10m resolution within the continental United States, 30m resolution in all other continents, and 900m resolution on the ocean floor, all from an OGC Web Map Service (WMS).
- BasicElevationCoverage() - Constructor for class gov.nasa.worldwind.globe.BasicElevationCoverage
-
Constructs a global elevation coverage with the WMS at https://wms.worldwind.earth/elev.
- BasicElevationCoverage(String) - Constructor for class gov.nasa.worldwind.globe.BasicElevationCoverage
-
Constructs a global elevation coverage with the WMS at a specified address.
- BasicFrameController - Class in gov.nasa.worldwind
- BasicFrameController() - Constructor for class gov.nasa.worldwind.BasicFrameController
- BasicPool<T> - Class in gov.nasa.worldwind.util
- BasicPool() - Constructor for class gov.nasa.worldwind.util.BasicPool
- BasicShaderProgram - Class in gov.nasa.worldwind.render
- BasicShaderProgram(Resources) - Constructor for class gov.nasa.worldwind.render.BasicShaderProgram
- BasicTerrain - Class in gov.nasa.worldwind.globe
- BasicTerrain() - Constructor for class gov.nasa.worldwind.globe.BasicTerrain
- BasicTessellator - Class in gov.nasa.worldwind.globe
- BasicTessellator() - Constructor for class gov.nasa.worldwind.globe.BasicTessellator
- BasicWorldWindowController - Class in gov.nasa.worldwind
- BasicWorldWindowController(WorldWindow) - Constructor for class gov.nasa.worldwind.BasicWorldWindowController
- BEGAN - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.GestureState
constant for the BEGAN gesture recognizer state. - begin(int) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The begin callback method is invoked like glBegin to indicate the start of a (triangle) primitive.
- begin(int) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- beginData(int, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The same as the
begin
callback method except that it takes an additional reference argument. - beginData(int, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- beginDrawing(DrawContext) - Method in class gov.nasa.worldwind.FrameMetrics
- beginRendering(RenderContext) - Method in class gov.nasa.worldwind.FrameMetrics
- BILINEAR - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.ResamplingMode
constant indicating bilinear image sampling. - bindBuffer(int, int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Makes an OpenGL buffer object bound to a specified target buffer.
- bindBuffer(DrawContext) - Method in class gov.nasa.worldwind.render.BufferObject
- bindFramebuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Makes an OpenGL framebuffer object active.
- bindFramebuffer(DrawContext) - Method in class gov.nasa.worldwind.render.Framebuffer
- bindTexture(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Makes an OpenGL texture 2D object bound to the current multitexture unit.
- bindTexture(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- bindTexture(DrawContext) - Method in interface gov.nasa.worldwind.render.SurfaceTexture
- bindTexture(DrawContext) - Method in class gov.nasa.worldwind.render.Texture
- BITS_PER_SAMPLE_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- blue - Variable in class gov.nasa.worldwind.render.Color
-
The color's blue component.
- BlueMarbleLandsatLayer - Class in gov.nasa.worldwind.layer
-
Displays a composite of NASA's Blue Marble next generation imagery at 500m resolution and Landsat imagery at 15m resolution from an OGC Web Map Service (WMS).
- BlueMarbleLandsatLayer() - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLandsatLayer
-
Constructs a composite image layer with the WMS at https://worldwind25.arc.nasa.gov/wms.
- BlueMarbleLandsatLayer(String) - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLandsatLayer
-
Constructs a composite image layer with the WMS at a specified address.
- BlueMarbleLayer - Class in gov.nasa.worldwind.layer
-
Displays NASA's Blue Marble next generation imagery at 500m resolution from an OGC Web Map Service (WMS).
- BlueMarbleLayer() - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLayer
-
Constructs a Blue Marble image layer with the WMS at https://worldwind25.arc.nasa.gov/wms.
- BlueMarbleLayer(String) - Constructor for class gov.nasa.worldwind.layer.BlueMarbleLayer
-
Constructs a Blue Marble image layer with the WMS at a specified address.
- bottomCenter() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle to its center of its bottom edge.
- bottomLeft() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset used for anchoring a rectangle to its bottom-left corner.
- bottomRight() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle to its bottom-right corner.
- BoundingBox - Class in gov.nasa.worldwind.geom
-
Represents a bounding box in Cartesian coordinates.
- BoundingBox() - Constructor for class gov.nasa.worldwind.geom.BoundingBox
- boundingRectForUnitSquare(Matrix4, Viewport) - Static method in class gov.nasa.worldwind.util.WWMath
-
Computes the bounding rectangle for a unit square after applying a transformation matrix to the square's four corners.
- BoundingSphere - Class in gov.nasa.worldwind.geom
-
Represents a bounding sphere in Cartesian coordinates.
- BoundingSphere() - Constructor for class gov.nasa.worldwind.geom.BoundingSphere
- BufferObject - Class in gov.nasa.worldwind.render
- BufferObject(int, int, Buffer) - Constructor for class gov.nasa.worldwind.render.BufferObject
C
- camera - Variable in class gov.nasa.worldwind.render.RenderContext
- Camera - Class in gov.nasa.worldwind.geom
- Camera(WorldWindow) - Constructor for class gov.nasa.worldwind.geom.Camera
- cameraPoint - Variable in class gov.nasa.worldwind.render.RenderContext
- CANCELLED - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.GestureState
constant for the CANCELLED gesture recognizer state. - cartesianToGeographic(double, double, double, Position) - Method in class gov.nasa.worldwind.globe.Globe
-
Converts a Cartesian point to a geographic position.
- cartesianToGeographic(Globe, double, double, double, Position) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
Converts a Cartesian point to a geographic position.
- cartesianToGeographic(Globe, double, double, double, Position) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
- cartesianToLocalTransform(double, double, double, Matrix4) - Method in class gov.nasa.worldwind.globe.Globe
- cartesianToLocalTransform(Globe, double, double, double, Matrix4) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
- cartesianToLocalTransform(Globe, double, double, double, 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 - Variable in class gov.nasa.worldwind.geom.BoundingSphere
-
The sphere's center point.
- center() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset used for anchoring a rectangle to its center.
- centerTransform - Variable in class gov.nasa.worldwind.draw.DrawableSightline
- centroid(Location) - Method in class gov.nasa.worldwind.geom.Sector
-
Computes the location of the angular center of this sector, which is the mid-angle of each of this sector's latitude and longitude dimensions.
- centroidLatitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns the angle midway between this sector's minimum and maximum latitudes.
- centroidLongitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns the angle midway between this sector's minimum and maximum longitudes.
- CHANGED - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.GestureState
constant indicating the CHANGED gesture recognizer state. - clamp(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts a value to the range [min, max] degrees, clamping values outside the range.
- CLAMP - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.WrapMode
constant indicating that the image's edge pixels should be displayed outside of the image bounds. - CLAMP_TO_GROUND - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.AltitudeMode
constant indicating an altitude on the terrain. - clampAngle180(double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts an angle to the range [-180, +180] degrees, clamping angles outside the range.
- clampAngle360(double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts an angle to the range [0, 360] degrees, clamping angles outside the range.
- clampLatitude(double) - Static method in class gov.nasa.worldwind.geom.Location
-
Restricts an angle to the range [-90, +90] degrees, clamping angles outside the range.
- clampLongitude(double) - Static method in class gov.nasa.worldwind.geom.Location
-
Restricts an angle to the range [-180, +180] degrees, clamping angles outside the range.
- clear() - Method in class gov.nasa.worldwind.globe.BasicTerrain
- clear() - Method in class gov.nasa.worldwind.render.RenderResourceCache
- clear() - Method in class gov.nasa.worldwind.util.FloatArray
- clear() - Method in class gov.nasa.worldwind.util.LruMemoryCache
- clear() - Method in class gov.nasa.worldwind.util.ShortArray
- clear() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
- clearBoundaries() - Method in class gov.nasa.worldwind.shape.Polygon
- clearCoverages() - Method in class gov.nasa.worldwind.globe.ElevationModel
- 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
- COMPRESSION_PREDICTOR_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- COMPRESSION_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- computeColumn(double, 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, 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, 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, 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.
- computeViewingTransform(Matrix4) - Method in class gov.nasa.worldwind.geom.Camera
- 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(int, int) - Method in class gov.nasa.worldwind.geom.Viewport
-
Indicates whether this viewport contains a specified point.
- contains(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector fully contains a specified sector.
- 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
- convertGeodeticToPolarStereographic(double, double) - Method in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
-
The function Convert_Geodetic_To_Polar_Stereographic converts geodetic coordinates (latitude and longitude) to Polar Stereographic coordinates (easting and northing), according to the current ellipsoid and Polar Stereographic projection parameters.
- convertGeodeticToUPS(double, double) - Method in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
-
The function convertGeodeticToUPS converts geodetic (latitude and longitude) coordinates to UPS (hemisphere, easting, and northing) coordinates, according to the current ellipsoid parameters.
- convertPolarStereographicToGeodetic(double, double) - Method in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
-
The function Convert_Polar_Stereographic_To_Geodetic converts Polar Stereographic coordinates (easting and northing) to geodetic coordinates (latitude and longitude) according to the current ellipsoid and Polar Stereographic projection Parameters.
- convertUPSToGeodetic(Hemisphere, double, double) - Method in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
-
The function Convert_UPS_To_Geodetic converts UPS (hemisphere, easting, and northing) coordinates to geodetic (latitude and longitude) coordinates according to the current ellipsoid parameters.
- 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.DrawableQueue
- count() - Method in class gov.nasa.worldwind.geom.TileMatrixSet
-
Returns the number of matrices in this tile matrix set.
- count() - Method in class gov.nasa.worldwind.globe.ElevationModel
- 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 class gov.nasa.worldwind.ogc.gpkg.GpkgBitmapFactory
- createBitmap() - Method in interface gov.nasa.worldwind.render.ImageSource.BitmapFactory
-
Returns the bitmap associated with this factory.
- createFromGeoPackage(String, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
- createFromWms(String, String, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
- createFromWms(String, List<String>, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
- createFromWmsLayerCapabilities(WmsLayer, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
- createFromWmsLayerCapabilities(List<WmsLayer>, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
- createFromWmts(String, String, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
- createFromWmtsLayer(WmtsLayer, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
- createGridTile(Sector) - Method in class gov.nasa.worldwind.layer.graticule.GARSGraticuleLayer
- createGridTile(Sector) - Method in class gov.nasa.worldwind.layer.graticule.LatLonGraticuleLayer
- createGridTile(Sector) - Method in class gov.nasa.worldwind.layer.graticule.UTMGraticuleLayer
- 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.BlueMarbleLandsatLayer
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.layer.mercator.MercatorTiledImageLayer
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileFactory
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- 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. - createTileSource(TileMatrix, int, int) - Method in interface gov.nasa.worldwind.globe.TiledElevationCoverage.TileFactory
- createTileSource(TileMatrix, int, int) - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
- createTileSource(TileMatrix, int, int) - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
- 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
- createWithImageAndLabel(Position, ImageSource, String) - Static method in class gov.nasa.worldwind.shape.Placemark
- createWithImageAndLeader(ImageSource) - Static method in class gov.nasa.worldwind.shape.PlacemarkAttributes
- creationFailed(LayerFactory, Layer, Throwable) - Method in interface gov.nasa.worldwind.layer.LayerFactory.Callback
- creationSucceeded(LayerFactory, Layer) - Method in interface gov.nasa.worldwind.layer.LayerFactory.Callback
- cross(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the cross product of this vector and a specified vector, modifying this vector.
- cross(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the cross product of two vectors, setting this vector to the result.
- currentBuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL buffer object bound to the specified target buffer.
- currentFramebuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL framebuffer object that is currently active.
- currentLayer - Variable in class gov.nasa.worldwind.render.RenderContext
- currentProgram() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL program object that is currently active.
- currentTexture() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL texture 2D object currently bound to the active multitexture unit.
- currentTexture(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL texture 2D object currently bound to the specified multitexture unit.
- currentTextureUnit() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the OpenGL multitexture unit that is currently active.
D
- DEBUG - Static variable in class gov.nasa.worldwind.util.Logger
- decode(int) - Static method in enum gov.nasa.worldwind.formats.tiff.Type
- DefaultXmlModel - Class in gov.nasa.worldwind.util.xml
- DefaultXmlModel() - Constructor for class gov.nasa.worldwind.util.xml.DefaultXmlModel
- degreesPerPixel() - Method in class gov.nasa.worldwind.geom.TileMatrix
- deltaLatitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns the angle between this sector's minimum and maximum latitudes.
- deltaLongitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns the angle between this sector's minimum and maximum longitudes.
- depthOffset - Variable in class gov.nasa.worldwind.draw.DrawShapeState
- direction - Variable in class gov.nasa.worldwind.geom.Line
-
This line's direction.
- distanceTo(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Computes the distance from this vector to another vector.
- distanceTo(Vec3) - Method in class gov.nasa.worldwind.geom.BoundingBox
- distanceTo(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the distance from this vector to another vector.
- distanceToPoint(Vec3) - Method in class gov.nasa.worldwind.geom.Plane
-
Computes the distance between this plane and a point.
- distanceToSquared(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Computes the squared distance from this vector to a specified vector.
- distanceToSquared(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the squared distance from this vector to a specified vector.
- distanceToViewGlobeExtents() - Method in class gov.nasa.worldwind.WorldWindow
-
Returns the minimum distance from the globe's surface necessary to make the globe's extents visible in this World Window.
- divide(double) - Method in class gov.nasa.worldwind.geom.Vec2
-
Divides this vector by a scalar.
- divide(double) - Method in class gov.nasa.worldwind.geom.Vec3
-
Divides this vector by a scalar.
- doFrame(long) - Method in class gov.nasa.worldwind.WorldWindow
- doRender(RenderContext) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
- dot(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Computes the scalar dot product of this vector and a specified vector.
- dot(Vec3) - Method in class gov.nasa.worldwind.geom.Plane
-
Computes the dot product of this plane's components with a specified vector.
- dot(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the scalar dot product of this vector and a specified vector.
- DOUBLE - gov.nasa.worldwind.formats.tiff.Type
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- draw(DrawContext) - Method in interface gov.nasa.worldwind.draw.Drawable
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableLines
-
Performs the actual rendering of the Placemark.
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableScreenTexture
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableShape
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSightline
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceColor
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceShape
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- draw(DrawContext) - Method in class gov.nasa.worldwind.draw.DrawableTessellation
- draw(DrawContext) - Method in class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- draw(DrawContext) - Method in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- Drawable - Interface in gov.nasa.worldwind.draw
- drawableCount() - Method in class gov.nasa.worldwind.render.RenderContext
- DrawableGroundAtmosphere - Class in gov.nasa.worldwind.layer.atmosphere
- DrawableGroundAtmosphere() - Constructor for class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- DrawableLines - Class in gov.nasa.worldwind.draw
- DrawableLines() - Constructor for class gov.nasa.worldwind.draw.DrawableLines
- drawableQueue - Variable in class gov.nasa.worldwind.draw.DrawContext
- drawableQueue - Variable in class gov.nasa.worldwind.Frame
- drawableQueue - Variable in class gov.nasa.worldwind.render.RenderContext
- DrawableQueue - Class in gov.nasa.worldwind.draw
- DrawableQueue() - Constructor for class gov.nasa.worldwind.draw.DrawableQueue
- DrawableScreenTexture - Class in gov.nasa.worldwind.draw
- DrawableScreenTexture() - Constructor for class gov.nasa.worldwind.draw.DrawableScreenTexture
- DrawableShape - Class in gov.nasa.worldwind.draw
- DrawableShape() - Constructor for class gov.nasa.worldwind.draw.DrawableShape
- DrawableSightline - Class in gov.nasa.worldwind.draw
- DrawableSightline() - Constructor for class gov.nasa.worldwind.draw.DrawableSightline
- DrawableSkyAtmosphere - Class in gov.nasa.worldwind.layer.atmosphere
- DrawableSkyAtmosphere() - Constructor for class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- DrawableSurfaceColor - Class in gov.nasa.worldwind.draw
- DrawableSurfaceColor() - Constructor for class gov.nasa.worldwind.draw.DrawableSurfaceColor
- DrawableSurfaceShape - Class in gov.nasa.worldwind.draw
- DrawableSurfaceShape() - Constructor for class gov.nasa.worldwind.draw.DrawableSurfaceShape
- DrawableSurfaceTexture - Class in gov.nasa.worldwind.draw
- DrawableSurfaceTexture() - Constructor for class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- drawableTerrain - Variable in class gov.nasa.worldwind.draw.DrawContext
- drawableTerrain - Variable in class gov.nasa.worldwind.Frame
- drawableTerrain - Variable in class gov.nasa.worldwind.render.RenderContext
- DrawableTerrain - Interface in gov.nasa.worldwind.draw
- DrawableTessellation - Class in gov.nasa.worldwind.draw
- DrawableTessellation() - Constructor for class gov.nasa.worldwind.draw.DrawableTessellation
- DrawContext - Class in gov.nasa.worldwind.draw
- DrawContext() - Constructor for class gov.nasa.worldwind.draw.DrawContext
- drawElements(int, int, int, int) - Method in class gov.nasa.worldwind.draw.DrawShapeState
- drawFrame(DrawContext) - Method in class gov.nasa.worldwind.BasicFrameController
- drawFrame(DrawContext) - Method in interface gov.nasa.worldwind.FrameController
- drawLines(DrawContext) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- drawLines(DrawContext) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
- DrawShapeState - Class in gov.nasa.worldwind.draw
- DrawShapeState() - Constructor for class gov.nasa.worldwind.draw.DrawShapeState
- drawState - Variable in class gov.nasa.worldwind.draw.DrawableShape
- drawState - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceShape
- drawTriangles(DrawContext) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- drawTriangles(DrawContext) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
E
- eccentricitySquared() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Computes this ellipsoid's eccentricity squared.
- edgeFlag(boolean) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The edgeFlag callback method is similar to glEdgeFlag.
- edgeFlag(boolean) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- edgeFlagData(boolean, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The same as the
edgeFlage
callback method except that it takes an additional reference argument. - edgeFlagData(boolean, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- elementBuffer - Variable in class gov.nasa.worldwind.draw.DrawShapeState
- elements - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- ElevationCoverage - Interface in gov.nasa.worldwind.globe
- ElevationModel - Class in gov.nasa.worldwind.globe
- ElevationModel() - Constructor for class gov.nasa.worldwind.globe.ElevationModel
- ElevationModel(ElevationModel) - Constructor for class gov.nasa.worldwind.globe.ElevationModel
- ElevationModel(Iterable<? extends ElevationCoverage>) - Constructor for class gov.nasa.worldwind.globe.ElevationModel
- ElevationRetriever - Class in gov.nasa.worldwind.globe
- ElevationRetriever(int) - Constructor for class gov.nasa.worldwind.globe.ElevationRetriever
- Ellipse - Class in gov.nasa.worldwind.shape
-
Ellipse shape defined by a geographic center position and radii for the semi-major and semi-minor axes.
- Ellipse() - Constructor for class gov.nasa.worldwind.shape.Ellipse
-
Constructs an ellipse with a null center position, and with major- and minor-radius both 0.0.
- Ellipse(Position, double, double) - Constructor for class gov.nasa.worldwind.shape.Ellipse
-
Constructs an ellipse with a specified center position and radii.
- Ellipse(Position, double, double, ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.Ellipse
-
Constructs an ellipse with a specified center position, radii, and shape attributes.
- Ellipse(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.Ellipse
-
Constructs an ellipse with a null center position, and with major- and minor-radius both 0.0.
- Ellipsoid - Class in gov.nasa.worldwind.geom
-
Oblate ellipsoid with semi-major axis and inverse flattening.
- Ellipsoid() - Constructor for class gov.nasa.worldwind.geom.Ellipsoid
-
Constructs an ellipsoid with semi-major axis and inverse flattening both 1.0.
- Ellipsoid(double, double) - Constructor for class gov.nasa.worldwind.geom.Ellipsoid
-
Constructs an ellipsoid with a specified semi-major axis and inverse flattening.
- Ellipsoid(Ellipsoid) - Constructor for class gov.nasa.worldwind.geom.Ellipsoid
-
Constructs an ellipsoid with the semi-major axis and inverse flattening of a specified ellipsoid.
- enableCullFace - Variable in class gov.nasa.worldwind.draw.DrawShapeState
- enableDepthTest - Variable in class gov.nasa.worldwind.draw.DrawableLines
- enableDepthTest - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
- enableDepthTest - Variable in class gov.nasa.worldwind.draw.DrawShapeState
- enablePickMode(boolean) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
- enablePickMode(boolean) - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
- enableTexture(boolean) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
- enableTexture(boolean) - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
- end() - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The end callback serves the same purpose as glEnd.
- end() - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- endData(Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The same as the
end
callback method except that it takes an additional reference argument. - endData(Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- endDrawing(DrawContext) - Method in class gov.nasa.worldwind.FrameMetrics
- ENDED - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.GestureState
constant indicating the ENDED gesture recognizer state. - endRendering(RenderContext) - Method in class gov.nasa.worldwind.FrameMetrics
- equals(Object) - Method in class gov.nasa.worldwind.geom.BoundingSphere
- equals(Object) - Method in class gov.nasa.worldwind.geom.Ellipsoid
- equals(Object) - Method in class gov.nasa.worldwind.geom.Line
- equals(Object) - Method in class gov.nasa.worldwind.geom.Location
- equals(Object) - Method in class gov.nasa.worldwind.geom.Matrix3
- equals(Object) - Method in class gov.nasa.worldwind.geom.Matrix4
- equals(Object) - Method in class gov.nasa.worldwind.geom.Offset
- equals(Object) - Method in class gov.nasa.worldwind.geom.Plane
- equals(Object) - Method in class gov.nasa.worldwind.geom.Position
- equals(Object) - Method in class gov.nasa.worldwind.geom.Range
- equals(Object) - Method in class gov.nasa.worldwind.geom.Sector
- equals(Object) - Method in class gov.nasa.worldwind.geom.Vec2
- equals(Object) - Method in class gov.nasa.worldwind.geom.Vec3
- equals(Object) - Method in class gov.nasa.worldwind.geom.Viewport
- equals(Object) - Method in class gov.nasa.worldwind.render.Color
- equals(Object) - Method in class gov.nasa.worldwind.render.ImageSource
- equals(Object) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
- equals(Object) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
- equals(Object) - Method in class gov.nasa.worldwind.shape.TextAttributes
- error(int) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The error callback method is called when an error is encountered.
- error(int) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- Error - Class in gov.nasa.worldwind.util.glu.error
- Error() - Constructor for class gov.nasa.worldwind.util.glu.error.Error
-
Creates a new instance of Error
- ERROR - Static variable in class gov.nasa.worldwind.util.Logger
- errorData(int, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The same as the
error
callback method except that it takes an additional reference argument. - errorData(int, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- execute(Runnable) - Method in class gov.nasa.worldwind.util.TaskService
- extensionString - Static variable in class gov.nasa.worldwind.util.glu.GLU
- extractEigenvectors(Vec3, Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Returns this symmetric matrix's eigenvectors.
- extractEyePoint(Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Returns this viewing matrix's eye point.
- extractForwardVector(Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Returns this viewing matrix's forward vector.
- extractHeading(double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Returns this viewing matrix's heading angle in degrees.
- extractTilt() - Method in class gov.nasa.worldwind.geom.Matrix4
-
Returns this viewing matrix's tilt angle in degrees.
- eyePoint - Variable in class gov.nasa.worldwind.draw.DrawContext
F
- FAILED - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.GestureState
constant for the FAILED gesture recognizer state. - Field - Class in gov.nasa.worldwind.formats.tiff
- Field() - Constructor for class gov.nasa.worldwind.formats.tiff.Field
- firstLevel() - Method in class gov.nasa.worldwind.util.LevelSet
-
Returns the first level (lowest resolution) of this level set.
- firstLevelDelta - Variable in class gov.nasa.worldwind.util.LevelSet
-
The geographic width and height in degrees of tiles in the first level (lowest resolution) of this level set.
- firstLevelDelta - Variable in class gov.nasa.worldwind.util.LevelSetConfig
-
The geographic width and height in degrees of tiles in the first level (lowest resolution) of the level set.
- FLOAT - gov.nasa.worldwind.formats.tiff.Type
- FloatArray - Class in gov.nasa.worldwind.util
- FloatArray() - Constructor for class gov.nasa.worldwind.util.FloatArray
- FloatArray(int) - Constructor for class gov.nasa.worldwind.util.FloatArray
- FLOATING_POINT - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- fract(double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Returns the fractional part of a specified number
- FRAGMODE_PRIMARY - Static variable in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- FRAGMODE_PRIMARY_TEX_BLEND - Static variable in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- FRAGMODE_SECONDARY - Static variable in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- Frame - Class in gov.nasa.worldwind
- Frame() - Constructor for class gov.nasa.worldwind.Frame
- Framebuffer - Class in gov.nasa.worldwind.render
- Framebuffer() - Constructor for class gov.nasa.worldwind.render.Framebuffer
- FrameController - Interface in gov.nasa.worldwind
- FrameMetrics - Class in gov.nasa.worldwind
- FrameMetrics() - Constructor for class gov.nasa.worldwind.FrameMetrics
- fromBitmap(Bitmap) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs an image source with a bitmap.
- fromBitmapFactory(ImageSource.BitmapFactory) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs an image source with a bitmap factory.
- fromDegrees(double, double) - Static method in class gov.nasa.worldwind.geom.Location
-
Constructs a location with a specified latitude and longitude in degrees.
- fromDegrees(double, double, double) - Static method in class gov.nasa.worldwind.geom.Position
-
Constructs a position with a specified latitude and longitude in degrees and altitude in meters.
- fromDegrees(double, double, double, double) - Static method in class gov.nasa.worldwind.geom.Sector
- fromDegrees(double, double, double, double) - Static method in class gov.nasa.worldwind.layer.mercator.MercatorSector
- fromFilePath(String) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs an image source with a file path.
- fromLatLon(double, double) - Static method in class gov.nasa.worldwind.geom.coords.MGRSCoord
-
Create a WGS84 MGRS coordinate from a pair of latitude and longitude
double
with the maximum precision of five digits (one meter). - fromLatLon(double, double) - Static method in class gov.nasa.worldwind.geom.coords.UPSCoord
-
Create a set of UPS coordinates from a pair of latitude and longitude for the given
Globe
. - fromLatLon(double, double) - Static method in class gov.nasa.worldwind.geom.coords.UTMCoord
-
Create a set of UTM coordinates from a pair of latitude and longitude for the given
Globe
. - fromLatLon(double, double, int) - Static method in class gov.nasa.worldwind.geom.coords.MGRSCoord
-
Create a MGRS coordinate from a pair of latitude and longitude
double
with the given precision or number of digits (1 to 5). - fromLatLon(double, double, Double, Double, double, double, double, double, double) - Static method in class gov.nasa.worldwind.geom.coords.TMCoord
-
Create a set of Transverse Mercator coordinates from a pair of latitude and longitude, for the given
Globe
and projection parameters. - fromLineStipple(int, short) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs a bitmap image source with a line stipple pattern.
- fromObject(Object) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs an image source with a generic Object instance.
- fromRadians(double, double) - Static method in class gov.nasa.worldwind.geom.Location
-
Constructs a location with a specified latitude and longitude in radians.
- fromRadians(double, double, double) - Static method in class gov.nasa.worldwind.geom.Position
-
Constructs a position with a specified latitude and longitude in radians and altitude in meters.
- fromRadians(double, double, double, double) - Static method in class gov.nasa.worldwind.geom.Sector
- fromRenderable(int, Renderable, Layer) - Static method in class gov.nasa.worldwind.PickedObject
- fromResource(int) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs an image source with an Android resource identifier.
- fromString(String) - Static method in class gov.nasa.worldwind.geom.coords.MGRSCoord
-
Create a MGRS coordinate from a standard MGRS coordinate text string.
- fromTerrain(int, Position) - Static method in class gov.nasa.worldwind.PickedObject
- fromTilePyramid(Sector, int, int, int, int, int) - Static method in class gov.nasa.worldwind.geom.TileMatrixSet
- fromTimeZone(TimeZone) - Static method in class gov.nasa.worldwind.geom.Location
-
Constructs an approximate location for a specified time zone.
- fromTM(double, double, double, double, double, double, double) - Static method in class gov.nasa.worldwind.geom.coords.TMCoord
-
Create a set of Transverse Mercator coordinates for the given
Globe
, easting, northing and projection parameters. - fromUPS(Hemisphere, double, double) - Static method in class gov.nasa.worldwind.geom.coords.UPSCoord
-
Create a set of UPS coordinates for the given
Globe
. - fromUrl(String) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs an image source with a URL string.
- fromUrl(String, ImageSource.Transformer) - Static method in class gov.nasa.worldwind.render.ImageSource
-
Constructs an image source with a URL string.
- fromUTM(int, Hemisphere, double, double) - Static method in class gov.nasa.worldwind.geom.coords.UTMCoord
-
Create a set of UTM coordinates for the given
Globe
. - frustum - Variable in class gov.nasa.worldwind.render.RenderContext
- Frustum - Class in gov.nasa.worldwind.geom
-
Represents a six-sided view frustum in Cartesian coordinates with a corresponding viewport in screen coordinates.
- Frustum() - Constructor for class gov.nasa.worldwind.geom.Frustum
-
Constructs a new unit frustum with each of its planes 1 meter from the center and a viewport with width and height both 1.
- Frustum(Plane, Plane, Plane, Plane, Plane, Plane, Viewport) - Constructor for class gov.nasa.worldwind.geom.Frustum
-
Constructs a frustum.
G
- GARSGraticuleLayer - Class in gov.nasa.worldwind.layer.graticule
-
Displays the geographic Global Area Reference System (GARS) graticule.
- GARSGraticuleLayer() - Constructor for class gov.nasa.worldwind.layer.graticule.GARSGraticuleLayer
- GeographicProjection - Interface in gov.nasa.worldwind.globe
-
Represents transformations between geographic coordinates and Cartesian coordinates.
- geographicToCartesian(double, double, double, int, Vec3) - Method in class gov.nasa.worldwind.render.RenderContext
-
Converts a geographic position to Cartesian coordinates according to an
WorldWind.AltitudeMode
. - geographicToCartesian(double, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.Globe
-
Converts a geographic position to Cartesian coordinates.
- geographicToCartesian(Globe, double, double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
Converts a geographic position to Cartesian coordinates.
- geographicToCartesian(Globe, double, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
- geographicToCartesianBorder(Sector, int, int, float, Vec3, float[]) - Method in class gov.nasa.worldwind.globe.Globe
- geographicToCartesianBorder(Globe, Sector, int, int, float, Vec3, float[]) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
- geographicToCartesianBorder(Globe, Sector, int, int, float, Vec3, float[]) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
- geographicToCartesianGrid(Sector, int, int, float[], float, Vec3, float[], int, int) - Method in class gov.nasa.worldwind.globe.Globe
- geographicToCartesianGrid(Globe, Sector, int, int, float[], float, Vec3, float[], int, int) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
- geographicToCartesianGrid(Globe, Sector, int, int, float[], float, Vec3, float[], int, int) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
- geographicToCartesianNormal(double, double, Vec3) - Method in class gov.nasa.worldwind.globe.Globe
- geographicToCartesianNormal(Globe, double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
- 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.Globe
- geographicToCartesianTransform(Globe, double, double, double, Matrix4) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
- geographicToCartesianTransform(Globe, double, double, double, 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.
- GeoPackage - Class in gov.nasa.worldwind.ogc.gpkg
- GeoPackage(String) - Constructor for class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- 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(int) - Method in class gov.nasa.worldwind.util.ShortArray
- get(K) - Method in class gov.nasa.worldwind.util.LruMemoryCache
- get(K) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
- getAbstract() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getAbstract() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getAbstract() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
- getAbstracts() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDescription
- getAccessConstraints() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getAccessConstraints() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
- getAction() - Method in class gov.nasa.worldwind.NavigatorEvent
- getAddress() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
- getAddress() - Method in class gov.nasa.worldwind.ogc.wmts.OwsContactInfo
- getAddressType() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
- getAdministrativeArea() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
- getAllowedValues() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAllowedValues
- getAllowedValues() - Method in class gov.nasa.worldwind.ogc.wmts.OwsConstraint
- getAltitude() - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- getAltitude() - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.AbstractShape
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the altitude mode associated with this label's position.
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates the altitude mode associated with this sightline's position.
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.Placemark
-
Returns the placemark's altitude mode.
- getAsCamera(Globe, Camera) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getAsLookAt(LookAt) - Method in class gov.nasa.worldwind.geom.Camera
- getAsLookAt(Globe, LookAt) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getAsViewingMatrix(Globe, Matrix4) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getAttachedTexture(int) - Method in class gov.nasa.worldwind.render.Framebuffer
- getAttribBindings() - Method in class gov.nasa.worldwind.render.ShaderProgram
- getAttributes() - Method in class gov.nasa.worldwind.shape.AbstractShape
- getAttributes() - Method in interface gov.nasa.worldwind.shape.Attributable
-
Indicates the shape's normal (non-highlight) attributes.
- getAttributes() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates this label's "normal" attributes, that is the attributes used when the label's highlighted flag is false.
- getAttributes() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's "normal" 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.
- getAttribution() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getAuthority() - Method in class gov.nasa.worldwind.ogc.wms.WmsIdentifier
- getAuthorityUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
- getAxisNames() - Method in class gov.nasa.worldwind.ogc.gml.GmlGrid
- getBitsPerSample() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getBoundary(int) - Method in class gov.nasa.worldwind.shape.Polygon
- getBoundaryCount() - Method in class gov.nasa.worldwind.shape.Polygon
- getBoundedBy() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractFeature
- getBoundingBox() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
- getBoundingBoxes() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getBoundingBoxes() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getBuffer() - Method in class gov.nasa.worldwind.formats.tiff.Tiff
- 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
- getButtonState() - Method in class gov.nasa.worldwind.gesture.MousePanRecognizer
- getByteCount() - Method in class gov.nasa.worldwind.render.Texture
- getCamera() - Method in class gov.nasa.worldwind.NavigatorEvent
- getCamera() - Method in class gov.nasa.worldwind.WorldWindow
- getCapabilities() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
- getCapabilities() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getCapabilities(InputStream) - Static method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
- getCapabilities(InputStream) - Static method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getCapability() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
- getCapability() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getCapacity() - Method in class gov.nasa.worldwind.util.LruMemoryCache
- getCapacity() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
- getCascaded() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getCenter() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the geographic position of this ellipse's center.
- getCity() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
- getCity() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
- getColor() - Method in class gov.nasa.worldwind.layer.ShowTessellationLayer
- getCompression() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getConstraints() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttpMethod
- getContactAddress() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- getContactInfo() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceContact
- getContactInformation() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getContactOrganization() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactPersonPrimary
- getContactPerson() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactPersonPrimary
- getContactPersonPrimary() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- getContainer() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
- getContent() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getContents() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getCoordinateSystem() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the coordinate reference system to use in Get Map URLs.
- getCountries() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
- getCountry() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
- getCoverage() - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Indicates the coverage name used to build Get Coverage URLs.
- getCoverageDescription(String) - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescriptions
- getCoverageDescriptions() - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescriptions
- getCoverageId() - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescription
- getCoverageId() - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Indicates the coverage name used to build Get Coverage URLs.
- getCoverageNamed(String) - Method in class gov.nasa.worldwind.globe.ElevationModel
- getCoverageWithProperty(Object, Object) - Method in class gov.nasa.worldwind.globe.ElevationModel
- getCrs() - Method in class gov.nasa.worldwind.ogc.wmts.OwsBoundingBox
- getCRS() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- getCrses() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getCurrent() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- getCurrent() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
- getData(ByteBuffer) - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
Writes the uncompressed data from the Tiff data associated with the Subfile to the provided ByteBuffer.
- getDataBuffer() - Method in class gov.nasa.worldwind.formats.tiff.Field
- getDataSize() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
Calculates the uncompressed data size.
- getDataType() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getDataUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getDcps() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperation
- getDefaultParams() - Method in class gov.nasa.worldwind.layer.graticule.GraticuleSupport
- getDefaultValue() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- getDefinition() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- getDeliveryPoints() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
- getDescription() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getDescription() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- getDetailControl() - Method in class gov.nasa.worldwind.globe.BasicTessellator
- getDetailControl() - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
- getDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlGrid
- getDimensions() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getDimensions() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getDisplayName() - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- getDisplayName() - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- 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
- getDistanceToCamera() - Method in class gov.nasa.worldwind.globe.TerrainTile
- getDomainSet() - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescription
- getDrawable(int) - Method in class gov.nasa.worldwind.draw.DrawableQueue
- 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
- getEasting() - Method in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
- getEasting() - Method in class gov.nasa.worldwind.geom.coords.TMCoord
- getEasting() - Method in class gov.nasa.worldwind.geom.coords.UPSCoord
- getEasting() - Method in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- getEasting() - Method in class gov.nasa.worldwind.geom.coords.UTMCoord
- getEccentricitySquared() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the eccentricity squared parameter of the globe's ellipsoid.
- getElectronicMailAddress() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- getElectronicMailAddresses() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
- getElevationAtLocation(double, double) - Method in class gov.nasa.worldwind.globe.Globe
-
Determine terrain altitude in specified geographic point from elevation model
- getElevationModel() - Method in class gov.nasa.worldwind.globe.Globe
- getEllipsoid() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the reference ellipsoid defining this globe's equatorial radius and polar radius.
- getEntryCount() - Method in class gov.nasa.worldwind.util.LruMemoryCache
- getEntryCount() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
- getEnvelope() - Method in class gov.nasa.worldwind.ogc.gml.GmlBoundingShape
- getEquatorialRadius() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the radius in meters of the globe's ellipsoid at the equator.
- getException() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
- getExceptionCode() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
- getExceptionReport() - Method in exception gov.nasa.worldwind.ogc.OgcException
- getExceptions() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
- getExceptionText() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
- getExtents() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- 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.
- getFacsimileTelephone() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- getFax() - Method in class gov.nasa.worldwind.ogc.wmts.OwsPhone
- getFeatureListUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getFees() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getFees() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
- getField(String) - Method in class gov.nasa.worldwind.util.xml.DefaultXmlModel
- getFieldOfView() - Method in class gov.nasa.worldwind.geom.Camera
- getFieldOfView() - Method in class gov.nasa.worldwind.WorldWindow
-
Deprecated.
- getFields() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getFixedHeight() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getFixedWidth() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getFlags() - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
- getFormat() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsElementLink
- getFormat() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsException
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
- getFormats() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getFrameController() - Method in class gov.nasa.worldwind.WorldWindow
- getFrameMetrics() - Method in class gov.nasa.worldwind.WorldWindow
- getGeographicBoundingBox() - Method in class gov.nasa.worldwind.ogc.wms.WmsGeographicBoundingBox
- getGeographicBoundingBox() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getGeometry() - Method in class gov.nasa.worldwind.ogc.gml.GmlDomainSet
- getGetCapabilities() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequest
- getGetCapabilities() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperationsMetadata
- getGetFeatureInfo() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequest
- getGetHref() - Method in class gov.nasa.worldwind.ogc.wms.WmsDcpType
- getGetMap() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequest
- getGetMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDcp
- getGetMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttp
- getGetTile() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperationsMetadata
- getGetUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
- getGid() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
- getGlobe() - Method in class gov.nasa.worldwind.WorldWindow
-
Indicates the planet or celestial object displayed by this WorldWindow.
- getGraticuleLineColor(String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Returns the graticule line Color.
- getGraticuleLineWidth(String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Returns the graticule line width.
- getGridColumn(double) - Method in class gov.nasa.worldwind.layer.graticule.UTMGraticuleLayer
- getGridEnvelope() - Method in class gov.nasa.worldwind.ogc.gml.GmlGridLimits
- getGridRow(double) - Method in class gov.nasa.worldwind.layer.graticule.UTMGraticuleLayer
- getGridSector(int, int) - Method in class gov.nasa.worldwind.layer.graticule.UTMGraticuleLayer
- getHeading() - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getHeading() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates this ellipse's heading.
- getHeight() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
- getHeight() - Method in class gov.nasa.worldwind.render.Texture
- getHeightGrid(Sector, int, int, float[]) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- getHeightGrid(Sector, int, int, float[]) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- getHeightGrid(Sector, int, int, float[]) - Method in class gov.nasa.worldwind.globe.ElevationModel
- getHeightLimits() - Method in class gov.nasa.worldwind.globe.TerrainTile
- getHeightLimits(Sector, float[]) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- getHeightLimits(Sector, float[]) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- getHeightLimits(Sector, float[]) - Method in class gov.nasa.worldwind.globe.ElevationModel
- getHeights() - Method in class gov.nasa.worldwind.globe.TerrainTile
- getHemisphere() - Method in class gov.nasa.worldwind.geom.coords.UPSCoord
- getHemisphere() - Method in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- getHemisphere() - Method in class gov.nasa.worldwind.geom.coords.UTMCoord
- getHigh() - Method in class gov.nasa.worldwind.ogc.gml.GmlGridEnvelope
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.AbstractShape
- getHighlightAttributes() - Method in interface gov.nasa.worldwind.shape.Attributable
-
Indicates the shape's highlight attributes.
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.Label
-
Gets the attributes used when this label's highlighted flag is true.
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's "highlight" attributes.
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the attributes used when this placemark's highlighted flag is true.
- getId() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGml
- getId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wms.WmsIdentifier
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsStyle
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTheme
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLink
- getIdentifier() - Method in class gov.nasa.worldwind.PickedObject
- getIdentifiers() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getImageColor() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the image color.
- getImageFormat() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the image content type to use in Get Map URLs, or null in which case the default format is assumed.
- getImageLength() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- 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.shape.SurfaceImage
- getImageOptions() - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
- getImageRotation() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the amount of rotation to apply to the image, measured in degrees clockwise and relative to this placemark's
Placemark.getImageRotationReference()
. - getImageRotationReference() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the type of rotation to apply if the
Placemark.getImageRotation()
is not zero. - getImageScale() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the amount to scale the placemark's image.
- getImageSource() - Method in class gov.nasa.worldwind.render.ImageTile
- getImageSource() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the source of the placemark's image.
- getImageSource() - Method in class gov.nasa.worldwind.shape.SurfaceImage
- getImageTilt() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the amount of tilt to apply to the image, measured in degrees away from the eye point and relative to this placemark's
Placemark.getImageTiltReference()
. - getImageTiltReference() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the type tilt to apply when
Placemark.getImageTilt()
is non-zero. - getImageWidth() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getIndividualName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceContact
- getInfoFormats() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getInteriorColor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the color and opacity of shape interiors.
- getInteriorImageSource() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the image source applied to shape interiors.
- getInterpretAngle() - Method in class gov.nasa.worldwind.gesture.RotationRecognizer
- getInterpretDistance() - Method in class gov.nasa.worldwind.gesture.PanRecognizer
- getInterpretDistance() - Method in class gov.nasa.worldwind.gesture.PinchRecognizer
- getKeepAliveTime() - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
- getKeywordList() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getKeywordList() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getKeywords() - Method in class gov.nasa.worldwind.ogc.wms.WmsKeywords
- getKeywords() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDescription
- getKeywords() - Method in class gov.nasa.worldwind.ogc.wmts.OwsKeywords
- getLabel() - Method in class gov.nasa.worldwind.shape.Placemark
- getLabelAttributes() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the attributes to apply to the placemark's label, if any.
- getLabelColor(String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Returns the graticule label Color.
- getLabelSize(String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Returns the Size used for graticule labels.
- getLabelTypeface(String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Returns the Typeface used for graticule labels.
- getLang() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
- getLang() - Method in class gov.nasa.worldwind.ogc.wmts.OwsLanguageString
- getLastChange() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getLastInputEvent() - Method in class gov.nasa.worldwind.NavigatorEvent
- getLatitude() - Method in class gov.nasa.worldwind.geom.coords.MGRSCoord
- getLatitude() - Method in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
- getLatitude() - Method in class gov.nasa.worldwind.geom.coords.TMCoord
- getLatitude() - Method in class gov.nasa.worldwind.geom.coords.UPSCoord
- getLatitude() - Method in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- getLatitude() - Method in class gov.nasa.worldwind.geom.coords.UTMCoord
- getLatitude() - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getLayer() - Method in class gov.nasa.worldwind.PickedObject
- getLayer(int) - Method in class gov.nasa.worldwind.layer.LayerList
- getLayer(String) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getLayerLimit() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getLayerNames() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the comma-separated list of WMS layer names.
- getLayerRefs() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTheme
- getLayers() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
- getLayers() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getLayers() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getLayers() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsContents
- getLayers() - Method in class gov.nasa.worldwind.WorldWindow
- getLayerSupportedTileMatrixSets() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getLeaderAttributes() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the attributes to apply to the leader line if it's drawn.
- getLegendUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
- getLegendUrls() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsStyle
- 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.shape.TiledSurfaceImage
- getLightLocation() - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
- getLimitIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getLimits() - Method in class gov.nasa.worldwind.ogc.gml.GmlGrid
- getLinkIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
- getListeners() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- getLocator() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
- getLogoURL() - Method in class gov.nasa.worldwind.ogc.wms.WmsAttribution
- getLongitude() - Method in class gov.nasa.worldwind.geom.coords.MGRSCoord
- getLongitude() - Method in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
- getLongitude() - Method in class gov.nasa.worldwind.geom.coords.TMCoord
- getLongitude() - Method in class gov.nasa.worldwind.geom.coords.UPSCoord
- getLongitude() - Method in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- getLongitude() - Method in class gov.nasa.worldwind.geom.coords.UTMCoord
- getLongitude() - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getLow() - Method in class gov.nasa.worldwind.ogc.gml.GmlGridEnvelope
- getLowerCorner() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
- getLowerCorner() - Method in class gov.nasa.worldwind.ogc.wmts.OwsBoundingBox
- getMajorRadius() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the radius of this globe's semi-major axis.
- getMatrixHeight() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getMatrixHeight() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getMatrixWidth() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getMatrixWidth() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getMax() - Method in class gov.nasa.worldwind.ogc.wms.WmsScaleHint
- getMaxActiveAltitude() - Method in class gov.nasa.worldwind.layer.AbstractLayer
- getMaxActiveAltitude() - Method in interface gov.nasa.worldwind.layer.Layer
- getMaxHeight() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getMaximumGraticuleResolution() - Method in class gov.nasa.worldwind.layer.graticule.MGRSGraticuleLayer
-
Returns the maxiumum resolution graticule that will be rendered, or null if no graticules will be rendered.
- getMaximumIntermediatePoints() - Method in class gov.nasa.worldwind.shape.AbstractShape
- getMaximumIntervals() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the maximum number of angular intervals that may be used to approximate this ellipse's geometry on screen.
- getMaxNumberOfPointers() - Method in class gov.nasa.worldwind.gesture.PanRecognizer
- getMaxScaleDenominator() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getMaxTileCol() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
- getMaxTileRow() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
- getMaxWidth() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getMaxx() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- getMaxX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getMaxX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- getMaxy() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- getMaxY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getMaxY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- getMaxZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
- getMetadata() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getMetadataUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getMin() - Method in class gov.nasa.worldwind.ogc.wms.WmsScaleHint
- 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
- getMinorRadius() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the radius of this globe's semi-minor axis.
- getMinScaleDenominator() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getMinTileCol() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
- getMinTileRow() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
- getMinx() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- getMinX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getMinX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- getMiny() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- getMinY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getMinY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- getMinZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
- getMultipleValues() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
- getName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsConstraint
- getName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperation
- getNamedLayer(String) - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
- getNamedLayers() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns all named layers in the capabilities document.
- getNavigator() - Method in class gov.nasa.worldwind.WorldWindow
-
Deprecated.
- getNavigatorStoppedDelay() - Method in class gov.nasa.worldwind.NavigatorEventSupport
- getNavigatorStoppedDelay() - Method in class gov.nasa.worldwind.WorldWindow
- getNearestValue() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- getNewSubfileType() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getNightImageOptions() - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
- getNightImageSource() - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
- getNilReason() - Method in class gov.nasa.worldwind.ogc.gml.GmlBoundingShape
- getNilReason() - Method in class gov.nasa.worldwind.ogc.gml.GmlPointProperty
- getNorthing() - Method in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
- getNorthing() - Method in class gov.nasa.worldwind.geom.coords.TMCoord
- getNorthing() - Method in class gov.nasa.worldwind.geom.coords.UPSCoord
- getNorthing() - Method in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- getNorthing() - Method in class gov.nasa.worldwind.geom.coords.UTMCoord
- getOccludeAttributes() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's "occlude" attributes.
- getOffset() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getOffsetVector() - Method in class gov.nasa.worldwind.ogc.gml.GmlRectifiedGrid
- getOpacity() - Method in class gov.nasa.worldwind.layer.AbstractLayer
- getOpacity() - Method in interface gov.nasa.worldwind.layer.Layer
- getOperations() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperationsMetadata
- getOperationsMetadata() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getOrganization() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- getOrganizationCoordSysId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- getOrigin() - Method in class gov.nasa.worldwind.globe.TerrainTile
- getOrigin() - Method in class gov.nasa.worldwind.ogc.gml.GmlRectifiedGrid
- getOutlineColor() - Method in class gov.nasa.worldwind.render.TextRenderer
- getOutlineColor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the color and opacity of shape outlines.
- getOutlineColor() - Method in class gov.nasa.worldwind.shape.TextAttributes
- getOutlineImageSource() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the image source applied to shape outlines.
- getOutlineWidth() - Method in class gov.nasa.worldwind.render.TextRenderer
- getOutlineWidth() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the width of shape outlines.
- getOutlineWidth() - Method in class gov.nasa.worldwind.shape.TextAttributes
- getParent() - Method in class gov.nasa.worldwind.util.xml.XmlModel
- getPathName() - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
- getPathType() - Method in class gov.nasa.worldwind.shape.AbstractShape
- getPhone() - Method in class gov.nasa.worldwind.ogc.wmts.OwsContactInfo
- getPhotometricInterpretation() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getPickDelegate() - Method in class gov.nasa.worldwind.render.AbstractRenderable
- getPickDelegate() - Method in interface gov.nasa.worldwind.render.Renderable
- getPixelXSize() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getPixelYSize() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getPlanarConfiguration() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getPointBuffer(RenderContext) - Method in class gov.nasa.worldwind.globe.TerrainTile
- getPoints() - Method in class gov.nasa.worldwind.globe.TerrainTile
- getPoints() - Method in class gov.nasa.worldwind.ogc.gml.GmlPointProperty
- getPolarRadius() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the radius in meters of the globe's ellipsoid at the poles.
- getPos() - Method in class gov.nasa.worldwind.ogc.gml.GmlPoint
- getPosition() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- getPosition() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the geographic position where this label is displayed.
- getPosition() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates the geographic position where this sightline is centered.
- getPosition() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets this placemark's geographic position.
- getPositionName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceContact
- getPositions() - Method in class gov.nasa.worldwind.shape.Path
- getPostalCodes() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
- getPostCode() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
- getPostHref() - Method in class gov.nasa.worldwind.ogc.wms.WmsDcpType
- getPostMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDcp
- getPostMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttp
- getPostUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
- 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.Globe
-
Indicates the geographic projection used by this globe.
- getProviderName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceProvider
- getProviderSiteUrl() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceProvider
- getPullParser() - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
- getRadiusAt(double, double) - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the radius in meters of the globe's ellipsoid at a specified location.
- getRange() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's range.
- getReferencePosition() - Method in class gov.nasa.worldwind.shape.Label
-
A position associated with the object that indicates its aggregate geographic position.
- getReferencePosition() - Method in interface gov.nasa.worldwind.shape.Movable
-
A position associated with the object that indicates its aggregate geographic position.
- getReferencePosition() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
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.
- getReferenceSystems() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
Provides a WMS version agnostic reference system by returning the non-null reference system set.
- 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
- getRequest() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
- getResolutionUnit() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getResources() - Method in class gov.nasa.worldwind.render.ImageRetriever
- getResources() - Method in class gov.nasa.worldwind.render.RenderResourceCache
- getResourceType() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
- getResourceUrls() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getResx() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- getResy() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- getRoll() - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getRotation() - Method in class gov.nasa.worldwind.gesture.RotationRecognizer
- getRotation() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the rotation applied to this label.
- getRotationMode() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the orientation mode used to interpret this label's rotation.
- getRowsPerStrip() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getSampleFormat() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getSamplesPerPixel() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getScale() - Method in class gov.nasa.worldwind.gesture.PinchRecognizer
- getScaleDenominator() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getScaleHint() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- 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 class gov.nasa.worldwind.ogc.wmts.OwsWgs84BoundingBox
- getSector() - Method in interface gov.nasa.worldwind.render.SurfaceTexture
- getSector() - Method in class gov.nasa.worldwind.shape.SurfaceImage
- getService() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns the document's service information.
- getServiceAddress() - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Indicates the WCS service address used to build Get Coverage URLs.
- getServiceAddress() - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Indicates the WCS service address used to build Get Coverage URLs.
- getServiceAddress() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the WMS service address used to build Get Map URLs.
- getServiceContact() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceProvider
- getServiceIdentification() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getServiceMetadataUrls() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getServiceProvider() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getServiceType() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
- getServiceTypeVersions() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
- getShaderProgram(Object) - Method in class gov.nasa.worldwind.render.RenderContext
- getSizeInBytes() - Method in enum gov.nasa.worldwind.formats.tiff.Type
- getSpatialReferenceSystem() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getSpatialReferenceSystem(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getSpecificationTag() - Method in enum gov.nasa.worldwind.formats.tiff.Type
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
- getSrses() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getSrsId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getSrsId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- getSrsId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- getState() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- getStateOrProvince() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
- getStripByteCounts() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getStripOffsets() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getStyle(String) - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getStyleNames() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the comma-separated list of WMS style names, or null in which case the default style is assumed.
- getStyles() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getStyles() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getStyleSheetUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
- getStyleUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
- getSubfiles() - Method in class gov.nasa.worldwind.formats.tiff.Tiff
- getSupportedCrs() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
- getTableName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- getTableName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getTableName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- getTemplate() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
- getTemplate() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- getTerrainPosition() - Method in class gov.nasa.worldwind.PickedObject
- getTessellator() - Method in class gov.nasa.worldwind.render.RenderContext
- getTessellator() - Method in class gov.nasa.worldwind.WorldWindow
- getTexCoordTransform() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- getTexCoordTransform() - Method in interface gov.nasa.worldwind.render.SurfaceTexture
- getTexCoordTransform() - Method in class gov.nasa.worldwind.render.Texture
- getTexParameter(int) - Method in class gov.nasa.worldwind.render.Texture
- getText() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the text displayed by this label.
- getText() - Method in class gov.nasa.worldwind.util.xml.DefaultXmlModel
- getText(String, TextAttributes) - Method in class gov.nasa.worldwind.render.RenderContext
- getTextColor() - Method in class gov.nasa.worldwind.render.TextRenderer
- getTextColor() - Method in class gov.nasa.worldwind.shape.TextAttributes
- getTextOffset() - Method in class gov.nasa.worldwind.shape.TextAttributes
- getTextSize() - Method in class gov.nasa.worldwind.render.TextRenderer
- getTextSize() - Method in class gov.nasa.worldwind.shape.TextAttributes
- getTexture(ImageSource) - Method in class gov.nasa.worldwind.render.RenderContext
- getTextureName(DrawContext) - Method in class gov.nasa.worldwind.render.Texture
- getThemes() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getThemes() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTheme
- getTiff() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getTileByteCounts() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getTileColumn() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- getTileData() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- getTileFactory() - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
- getTileFactory() - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
- getTileHeight() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getTileHeight() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getTileLength() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getTileMatrices() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
- getTileMatrix() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getTileMatrix(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getTileMatrixIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
- getTileMatrixIdentifiers() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- getTileMatrixLimits() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLimits
- getTileMatrixSet() - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
- getTileMatrixSet() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getTileMatrixSet(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getTileMatrixSet(String) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getTileMatrixSetLimits() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLink
- getTileMatrixSetLinks() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getTileMatrixSets() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getTileMatrixSets() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsContents
- getTileOffsets() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getTileRow() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- getTileUserMetrics() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getTileUserMetrics(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- getTileWidth() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getTileWidth() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getTileWidth() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getTilt() - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- getTimestamp() - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- getTimestamp() - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- getTimestamp() - Method in class gov.nasa.worldwind.globe.ElevationModel
- getTimeString() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the time parameter to include in Get Map URLs, or null in which case no time parameter is included.
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsAttribution
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
- getTitles() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDescription
- getTopLeftCorner() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- getTranslationX() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- getTranslationY() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- getType() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
- getType() - Method in class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
- getType() - Method in class gov.nasa.worldwind.ogc.wms.WmsOnlineResource
- getTypeface() - Method in class gov.nasa.worldwind.render.TextRenderer
- getTypeface() - Method in class gov.nasa.worldwind.shape.TextAttributes
- getUnitOfMeasure() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
- getUnits() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- getUnitSymbol() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- getUnitSymbol() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
- getUpdateSequence() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns the document's update sequence.
- getUpdateSequence() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getUpperCorner() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
- getUpperCorner() - Method in class gov.nasa.worldwind.ogc.wmts.OwsBoundingBox
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsAttribution
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsOnlineResource
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- getUrl() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttpMethod
- getUrl() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsElementLink
- 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.globe.AbstractElevationCoverage
- getUserProperty(Object) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- 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
- getValue() - Method in class gov.nasa.worldwind.ogc.wmts.OwsLanguageString
- getValueDefault() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
- getValues() - Method in class gov.nasa.worldwind.ogc.gml.GmlDoubleList
- getValues() - Method in class gov.nasa.worldwind.ogc.gml.GmlIntegerList
- getValues() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
- getVersion() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
- getVersion() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns the document's version number.
- getVersion() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- getVertexOrigin() - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- getVertexOrigin() - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
- getVerticalExaggeration() - Method in class gov.nasa.worldwind.WorldWindow
- getViewport() - Method in class gov.nasa.worldwind.WorldWindow
- getVoice() - Method in class gov.nasa.worldwind.ogc.wmts.OwsPhone
- getVoiceTelephone() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- getWellKnownScaleSet() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
- getWgs84BoundingBox() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- getWidth() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
- getWidth() - Method in class gov.nasa.worldwind.render.Texture
- getWmsVersion() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
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
- getXResolution() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getY() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- getYResolution() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
- getZone() - Method in class gov.nasa.worldwind.geom.coords.UTMCoord
- getZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- getZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- getZoomLevels() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
- globe - Variable in class gov.nasa.worldwind.render.RenderContext
- Globe - Class in gov.nasa.worldwind.globe
-
Planet or celestial object approximated by a reference ellipsoid and elevation models.
- Globe(Ellipsoid, GeographicProjection) - Constructor for class gov.nasa.worldwind.globe.Globe
-
Constructs a globe with a specified reference ellipsoid and projection.
- globeRadius - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- globeRadius - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- 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_ERROR_DATA - 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_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
- gluDeleteTess() - 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
). - 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(int, double[], int) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
- gluGetTessProperty(GLUtessellator, int, double[], int) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluGetTessProperty retrieves properties stored in a tessellation object.
- 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
- gluTessBeginContour() - 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. - 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(int, GLUtessellatorCallback) - 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.
- 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() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
- gluTessEndContour(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessEndContour and
gluTessBeginContour
delimit the definition of a polygon contour. - gluTessEndPolygon() - 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. - gluTessNormal(double, double, double) - 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.
- gluTessProperty(int, 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.
- gluTessVertex(double[], int, Object) - 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.
- GmlAbstractFeature - Class in gov.nasa.worldwind.ogc.gml
- GmlAbstractFeature() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractFeature
- GmlAbstractGeometricPrimitive - Class in gov.nasa.worldwind.ogc.gml
- GmlAbstractGeometricPrimitive() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometricPrimitive
- GmlAbstractGeometry - Class in gov.nasa.worldwind.ogc.gml
- GmlAbstractGeometry() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
- GmlAbstractGml - Class in gov.nasa.worldwind.ogc.gml
- GmlAbstractGml() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractGml
- GmlBoundingShape - Class in gov.nasa.worldwind.ogc.gml
- GmlBoundingShape() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlBoundingShape
- GmlDirectPosition - Class in gov.nasa.worldwind.ogc.gml
- GmlDirectPosition() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
- GmlDomainSet - Class in gov.nasa.worldwind.ogc.gml
- GmlDomainSet() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlDomainSet
- GmlDoubleList - Class in gov.nasa.worldwind.ogc.gml
- GmlDoubleList() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlDoubleList
- GmlEnvelope - Class in gov.nasa.worldwind.ogc.gml
- GmlEnvelope() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlEnvelope
- GmlGrid - Class in gov.nasa.worldwind.ogc.gml
- GmlGrid() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlGrid
- GmlGridEnvelope - Class in gov.nasa.worldwind.ogc.gml
- GmlGridEnvelope() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlGridEnvelope
- GmlGridLimits - Class in gov.nasa.worldwind.ogc.gml
- GmlGridLimits() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlGridLimits
- GmlIntegerList - Class in gov.nasa.worldwind.ogc.gml
- GmlIntegerList() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlIntegerList
- GmlParser - Class in gov.nasa.worldwind.ogc.gml
- GmlParser() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlParser
- GmlPoint - Class in gov.nasa.worldwind.ogc.gml
- GmlPoint() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlPoint
- GmlPointProperty - Class in gov.nasa.worldwind.ogc.gml
- GmlPointProperty() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlPointProperty
- GmlRectifiedGrid - Class in gov.nasa.worldwind.ogc.gml
- GmlRectifiedGrid() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlRectifiedGrid
- GmlVector - Class in gov.nasa.worldwind.ogc.gml
- GmlVector() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlVector
- gov.nasa.worldwind - package gov.nasa.worldwind
- gov.nasa.worldwind.draw - package gov.nasa.worldwind.draw
- gov.nasa.worldwind.formats.tiff - package gov.nasa.worldwind.formats.tiff
- gov.nasa.worldwind.geom - package gov.nasa.worldwind.geom
- gov.nasa.worldwind.geom.coords - package gov.nasa.worldwind.geom.coords
- 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.layer.atmosphere - package gov.nasa.worldwind.layer.atmosphere
- gov.nasa.worldwind.layer.graticule - package gov.nasa.worldwind.layer.graticule
- gov.nasa.worldwind.layer.mercator - package gov.nasa.worldwind.layer.mercator
- gov.nasa.worldwind.ogc - package gov.nasa.worldwind.ogc
- gov.nasa.worldwind.ogc.gml - package gov.nasa.worldwind.ogc.gml
- gov.nasa.worldwind.ogc.gpkg - package gov.nasa.worldwind.ogc.gpkg
- gov.nasa.worldwind.ogc.ows - package gov.nasa.worldwind.ogc.ows
- gov.nasa.worldwind.ogc.wcs - package gov.nasa.worldwind.ogc.wcs
- gov.nasa.worldwind.ogc.wms - package gov.nasa.worldwind.ogc.wms
- gov.nasa.worldwind.ogc.wmts - package gov.nasa.worldwind.ogc.wmts
- 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
- gov.nasa.worldwind.util.xml - package gov.nasa.worldwind.util.xml
- GpkgBitmapFactory - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgBitmapFactory(GpkgContent, int, int, int) - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgBitmapFactory
- GpkgContent - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgContent() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- GpkgEntry - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgEntry() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
- GpkgSpatialReferenceSystem - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgSpatialReferenceSystem() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- GpkgTileFactory - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgTileFactory(GpkgContent) - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileFactory
- GpkgTileMatrix - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgTileMatrix() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- GpkgTileMatrixSet - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgTileMatrixSet() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- GpkgTileUserData - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgTileUserData() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- GpkgTileUserMetrics - Class in gov.nasa.worldwind.ogc.gpkg
- GpkgTileUserMetrics() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
- GraticuleSupport - Class in gov.nasa.worldwind.layer.graticule
- GraticuleSupport() - Constructor for class gov.nasa.worldwind.layer.graticule.GraticuleSupport
- GREAT_CIRCLE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.PathType
constant indicating a great circle arc between two locations. - greatCircleAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the azimuth angle (clockwise from North) for the great circle path between this location and a specified location.
- greatCircleDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the angular distance of the great circle path between this location and a specified location.
- greatCircleLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the location on the great circle path starting at this location and traversing with the specified azimuth and angular distance.
- green - Variable in class gov.nasa.worldwind.render.Color
-
The color's green component.
- GroundProgram - Class in gov.nasa.worldwind.layer.atmosphere
- GroundProgram(Resources) - Constructor for class gov.nasa.worldwind.layer.atmosphere.GroundProgram
H
- handleMessage(Message) - Method in class gov.nasa.worldwind.render.RenderResourceCache
- hashCode() - Method in class gov.nasa.worldwind.geom.BoundingSphere
- hashCode() - Method in class gov.nasa.worldwind.geom.Ellipsoid
- hashCode() - Method in class gov.nasa.worldwind.geom.Line
- hashCode() - Method in class gov.nasa.worldwind.geom.Location
- hashCode() - Method in class gov.nasa.worldwind.geom.Matrix3
- hashCode() - Method in class gov.nasa.worldwind.geom.Matrix4
- hashCode() - Method in class gov.nasa.worldwind.geom.Offset
- hashCode() - Method in class gov.nasa.worldwind.geom.Plane
- hashCode() - Method in class gov.nasa.worldwind.geom.Position
- hashCode() - Method in class gov.nasa.worldwind.geom.Range
- hashCode() - Method in class gov.nasa.worldwind.geom.Sector
- hashCode() - Method in class gov.nasa.worldwind.geom.Vec2
- hashCode() - Method in class gov.nasa.worldwind.geom.Vec3
- hashCode() - Method in class gov.nasa.worldwind.geom.Viewport
- hashCode() - Method in class gov.nasa.worldwind.render.Color
- hashCode() - Method in class gov.nasa.worldwind.render.ImageSource
- hashCode() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
- hashCode() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
- hashCode() - Method in class gov.nasa.worldwind.shape.TextAttributes
- hasNonTerrainObjects() - Method in class gov.nasa.worldwind.PickedObjectList
- hasUserProperty(Object) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- hasUserProperty(Object) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- hasUserProperty(Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- hasUserProperty(Object) - Method in interface gov.nasa.worldwind.layer.Layer
- hasUserProperty(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
- hasUserProperty(Object) - Method in interface gov.nasa.worldwind.render.Renderable
- hasUserProperty(Object) - Method in class gov.nasa.worldwind.render.RenderContext
- hasZoomLevel(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
- heading - Variable in class gov.nasa.worldwind.geom.Camera
- heading - Variable in class gov.nasa.worldwind.geom.LookAt
- height - Variable in class gov.nasa.worldwind.geom.Viewport
-
The viewport's height.
- Hemisphere - Enum in gov.nasa.worldwind.geom.coords
- Highlightable - Interface in gov.nasa.worldwind.shape
-
Interface to control a shape's highlighting.
- horizonDistance - Variable in class gov.nasa.worldwind.render.RenderContext
- horizonDistance(double) - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the distance to the globe's horizon from a specified height above the globe's ellipsoid.
I
- identifierToUniqueColor(int, Color) - Static method in class gov.nasa.worldwind.PickedObject
- IMAGE_LENGTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- IMAGE_WIDTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- imageConfig - Variable in class gov.nasa.worldwind.render.ImageOptions
-
Indicates the in-memory configuration for images displayed by WorldWind components.
- imageFormat - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The image content type to use in Get Map requests.
- ImageOptions - Class in gov.nasa.worldwind.render
-
Options for images displayed by WorldWind 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.
- ImageSource.Transformer - Interface in gov.nasa.worldwind.render
-
Interface for remote image source post-transformation
- 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
- indexOfMatrixNearest(double) - Method in class gov.nasa.worldwind.geom.TileMatrixSet
- 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
- initGridTiles(int, int) - Method in class gov.nasa.worldwind.layer.graticule.GARSGraticuleLayer
- initGridTiles(int, int) - Method in class gov.nasa.worldwind.layer.graticule.LatLonGraticuleLayer
- initGridTiles(int, int) - Method in class gov.nasa.worldwind.layer.graticule.UTMGraticuleLayer
- 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(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(Line, Vec3) - Method in class gov.nasa.worldwind.globe.BasicTerrain
- intersect(Line, Vec3) - Method in class gov.nasa.worldwind.globe.Globe
-
Computes the first intersection of this globe with a specified line.
- 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.
- 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(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(Globe, Line, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
Computes the first intersection of a specified globe and line.
- intersect(Globe, Line, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
- intersects(double, double, double, double) - 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(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector intersects a specified sector.
- 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(Frustum) - Method in class gov.nasa.worldwind.geom.BoundingSphere
-
Indicates whether this bounding sphere 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.
- intersectsOrNextTo(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates if this sector is next to, or intersects, a specified sector.
- 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.
- inverseFlattening() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Computes this ellipsoid's inverse flattening, a measure of an ellipsoid's compression.
- 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.
- isDefault() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsStyle
- isDepthTest() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns whether the placemark should be depth-tested against other objects in the scene.
- isDepthTest() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape depth-testing is enabled.
- isDrawGraticule(String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Returns whether or not graticule lines will be rendered.
- isDrawInterior() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape interiors are enabled.
- isDrawLabels(String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Returns whether or not graticule labels will be rendered.
- isDrawLeader() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns whether to draw a line from the placemark's geographic position to the ground.
- isDrawOutline() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape outlines are enabled.
- isDrawVerticals() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape vertical outlines are enabled.
- isEmpty() - Method in class gov.nasa.worldwind.geom.Range
-
Indicates whether or not this range is empty.
- isEmpty() - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector has non-zero width and height.
- isEmpty() - Method in class gov.nasa.worldwind.geom.Viewport
-
Indicates whether or not this viewport is empty.
- isEnabled() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- isEnabled() - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- isEnabled() - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- isEnabled() - Method in class gov.nasa.worldwind.layer.AbstractLayer
- isEnabled() - Method in interface gov.nasa.worldwind.layer.Layer
- isEnabled() - Method in class gov.nasa.worldwind.render.AbstractRenderable
- isEnabled() - Method in interface gov.nasa.worldwind.render.Renderable
- isEnableDepthTest() - Method in class gov.nasa.worldwind.shape.TextAttributes
- isEnableLeaderPicking() - Method in class gov.nasa.worldwind.shape.Placemark
-
Indicates if picking is allowed on this placemark's (optional) leader.
- isEnableLighting() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether shape lighting is enabled.
- isEnableOutline() - Method in class gov.nasa.worldwind.render.TextRenderer
- isEnableOutline() - Method in class gov.nasa.worldwind.shape.TextAttributes
- isExtrude() - Method in class gov.nasa.worldwind.shape.Ellipse
- 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.Ellipse
-
Indicates whether this ellipse's geometry follows the terrain surface or is fixed at a constant altitude.
- 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
- isFullSphere() - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector contains the full range of latitude [90 to +90] and longitude [-180 to +180].
- isHighlighted() - Method in class gov.nasa.worldwind.shape.AbstractShape
- isHighlighted() - Method in interface gov.nasa.worldwind.shape.Highlightable
-
Indicates whether the shape is highlighted.
- isHighlighted() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates whether this label uses its highlight attributes rather than its normal attributes.
- isHighlighted() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates whether this sightline's overlay uses its highlight attributes rather than its normal attributes for visible features.
- 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
- isNoSubsets() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- isOnTop() - Method in class gov.nasa.worldwind.PickedObject
- isOpaque() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- 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.
- isQueryable() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- 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.WmsTileFactory
-
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.globe.ElevationModel
- iterator() - Method in class gov.nasa.worldwind.layer.LayerList
- iterator() - Method in class gov.nasa.worldwind.layer.RenderableLayer
K
- keepTopObjects() - Method in class gov.nasa.worldwind.PickedObjectList
- KEY - Static variable in class gov.nasa.worldwind.layer.atmosphere.GroundProgram
- KEY - Static variable in class gov.nasa.worldwind.layer.atmosphere.SkyProgram
- KEY - Static variable in class gov.nasa.worldwind.render.BasicShaderProgram
- KEY - Static variable in class gov.nasa.worldwind.render.SightlineProgram
- KEY - Static variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
L
- Label - Class in gov.nasa.worldwind.shape
-
Represents a label at a geographic position.
- Label(Position, TextAttributes) - Constructor for class gov.nasa.worldwind.shape.Label
-
Constructs a label with specified attributes that displays at a geographic position once its text is set to a non-null value.
- Label(Position, String) - Constructor for class gov.nasa.worldwind.shape.Label
-
Constructs a label that displays text at a geographic position.
- Label(Position, String, TextAttributes) - Constructor for class gov.nasa.worldwind.shape.Label
-
Constructs a label with specified attributes that displays text at a geographic position.
- LandsatLayer - Class in gov.nasa.worldwind.layer
-
Displays Landsat imagery at 15m resolution from an OGC Web Map Service (WMS).
- LandsatLayer() - Constructor for class gov.nasa.worldwind.layer.LandsatLayer
-
Constructs a Landsat image layer with the WMS at https://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.Location
-
The location's latitude in degrees.
- LatLonGraticuleLayer - Class in gov.nasa.worldwind.layer.graticule
-
Displays the geographic latitude/longitude graticule.
- LatLonGraticuleLayer() - Constructor for class gov.nasa.worldwind.layer.graticule.LatLonGraticuleLayer
- Layer - Interface in gov.nasa.worldwind.layer
- LayerFactory - Class in gov.nasa.worldwind.layer
- LayerFactory() - Constructor for class gov.nasa.worldwind.layer.LayerFactory
- LayerFactory.Callback - 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 - Variable in class gov.nasa.worldwind.util.Tile
-
The level at which this tile lies within a
LevelSet
. - level(int) - Method in class gov.nasa.worldwind.util.LevelSet
-
Returns the
Level
for a specified level number. - Level - Class in gov.nasa.worldwind.util
-
Represents a level of a specific resolution in a
LevelSet
. - Level(LevelSet, int, double) - Constructor for class gov.nasa.worldwind.util.Level
-
Constructs a Level within a
LevelSet
. - levelForResolution(double) - Method in class gov.nasa.worldwind.util.LevelSet
-
Returns the level that most closely approximates the specified resolution.
- levelHeight - Variable in class gov.nasa.worldwind.util.Level
-
The height in pixels of the image represented by all tiles in this level set, or the number of sample points in the latitudinal direction of this level set.
- 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, Location, 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.
- levelWidth - Variable in class gov.nasa.worldwind.util.Level
-
The width in pixels of the image represented by all tiles in this level set, or the number of sample points in the longitudinal direction of this level set.
- lightDirection - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- lightDirection - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- 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(Line) - Constructor for class gov.nasa.worldwind.geom.Line
-
Constructs a line with the origin and direction from a specified line.
- Line(Vec3, Vec3) - Constructor for class gov.nasa.worldwind.geom.Line
-
Constructs a line with a specified origin and direction.
- LINEAR - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.PathType
constant indicating simple linear interpolation between two locations. - linearAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the azimuth angle (clockwise from North) for the linear path between this location and a specified location.
- linearDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the angular distance of the linear path between this location and a specified location.
- linearLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the location on the linear path starting at this location and traversing with the specified azimuth and angular distance.
- lineElementRange - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- lineWidth - Variable in class gov.nasa.worldwind.draw.DrawableLines
- lineWidth(float) - Method in class gov.nasa.worldwind.draw.DrawShapeState
- loadColor(Color) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
- loadColor(Color) - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
- loadColor(Color, Color) - Method in class gov.nasa.worldwind.render.SightlineProgram
- loadEyePoint(Vec3) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- loadFragMode(int) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- loadGlobeRadius(double) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- loadLightDirection(Vec3) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- loadModelviewProjection() - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
- loadModelviewProjection(Matrix4) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- loadModelviewProjection(Matrix4) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
- loadModelviewProjection(Matrix4) - Method in class gov.nasa.worldwind.render.SightlineProgram
- loadRange(float) - Method in class gov.nasa.worldwind.render.SightlineProgram
- loadSightlineProjection(Matrix4, Matrix4) - Method in class gov.nasa.worldwind.render.SightlineProgram
- loadTexCoordMatrix() - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
- loadTexCoordMatrix(Matrix3) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- loadTexCoordMatrix(Matrix3) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
- loadVertexOrigin(double, double, double) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- loadVertexOrigin(Vec3) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereProgram
- 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.Location
-
The location's longitude in degrees.
- 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
- lower - Variable in class gov.nasa.worldwind.geom.Range
-
The range's lower bound, inclusive.
- LruMemoryCache<K,V> - Class in gov.nasa.worldwind.util
- LruMemoryCache(int) - Constructor for class gov.nasa.worldwind.util.LruMemoryCache
- LruMemoryCache(int, int) - Constructor for class gov.nasa.worldwind.util.LruMemoryCache
M
- m - Variable in class gov.nasa.worldwind.geom.Matrix3
-
The matrix's components, stored in row-major order.
- m - Variable in class gov.nasa.worldwind.geom.Matrix4
-
The matrix's components, stored in row-major order.
- magnitude() - Method in class gov.nasa.worldwind.geom.Vec2
-
Computes the magnitude of this vector.
- magnitude() - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the magnitude of this vector.
- magnitudeSquared() - Method in class gov.nasa.worldwind.geom.Vec2
-
Computes the squared magnitude of this vector.
- magnitudeSquared() - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the squared magnitude of this vector.
- makeMessage(String, String, String) - Static method in class gov.nasa.worldwind.util.Logger
- matrix(int) - Method in class gov.nasa.worldwind.geom.TileMatrixSet
-
Returns the matrix for a specified ordinal.
- 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.
- matrixHeight - Variable in class gov.nasa.worldwind.geom.TileMatrix
- matrixWidth - Variable in class gov.nasa.worldwind.geom.TileMatrix
- 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.
- MercatorSector - Class in gov.nasa.worldwind.layer.mercator
- MercatorTiledImageLayer - Class in gov.nasa.worldwind.layer.mercator
- MercatorTiledImageLayer(String, int, int, int, boolean) - Constructor for class gov.nasa.worldwind.layer.mercator.MercatorTiledImageLayer
- MercatorTiledSurfaceImage - Class in gov.nasa.worldwind.layer.mercator
- MercatorTiledSurfaceImage() - Constructor for class gov.nasa.worldwind.layer.mercator.MercatorTiledSurfaceImage
- MessageListener - Interface in gov.nasa.worldwind.util
- messageService() - Static method in class gov.nasa.worldwind.WorldWind
-
Returns a singleton MessageService instance that provides a mechanism for broadcasting notifications within the WorldWind library and WorldWind applications.
- MessageService - Class in gov.nasa.worldwind.util
- MessageService() - Constructor for class gov.nasa.worldwind.util.MessageService
- MGRSCoord - Class in gov.nasa.worldwind.geom.coords
-
This class holds an immutable MGRS coordinate string along with the corresponding latitude and longitude.
- MGRSCoord(double, double, String) - Constructor for class gov.nasa.worldwind.geom.coords.MGRSCoord
-
Create an arbitrary MGRS coordinate from a pair of latitude-longitude
double
and the corresponding MGRS coordinate string. - MGRSGraticuleLayer - Class in gov.nasa.worldwind.layer.graticule
- MGRSGraticuleLayer() - Constructor for class gov.nasa.worldwind.layer.graticule.MGRSGraticuleLayer
-
Creates a new
MGRSGraticuleLayer
, with default graticule attributes. - 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.
- mod(int, int) - Static method in class gov.nasa.worldwind.util.WWMath
-
Returns the integer modulus of a specified number.
- 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
- MousePanRecognizer - Class in gov.nasa.worldwind.gesture
- MousePanRecognizer() - Constructor for class gov.nasa.worldwind.gesture.MousePanRecognizer
- Movable - Interface in gov.nasa.worldwind.shape
- moveTo(Globe, Position) - Method in class gov.nasa.worldwind.shape.Label
-
Moves the shape over the globe's surface.
- moveTo(Globe, Position) - Method in interface gov.nasa.worldwind.shape.Movable
-
Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to North.
- moveTo(Globe, Position) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Moves the sightline over the globe's surface.
- 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(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(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.Matrix3
-
Multiplies this matrix by a specified matrix.
- 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.Matrix4
-
Multiplies this matrix by a specified 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.
- mustSubdivide(RenderContext, double) - Method in class gov.nasa.worldwind.util.Tile
-
Indicates whether this tile should be subdivided based on the current navigation state and a specified detail factor.
- mvpMatrix - Variable in class gov.nasa.worldwind.draw.DrawableLines
- mvpMatrix - Variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
N
- N - gov.nasa.worldwind.geom.coords.Hemisphere
- Navigator - Class in gov.nasa.worldwind
-
Deprecated.
- Navigator(WorldWindow) - Constructor for class gov.nasa.worldwind.Navigator
-
Deprecated.
- NAVIGATOR_MOVED - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.NavigatorAction
constant indicating that the navigator has moved. - NAVIGATOR_STOPPED - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.NavigatorAction
constant indicating that the navigator has stopped moving. - NavigatorEvent - Class in gov.nasa.worldwind
- NavigatorEventSupport - Class in gov.nasa.worldwind
- NavigatorEventSupport(WorldWindow) - Constructor for class gov.nasa.worldwind.NavigatorEventSupport
- NavigatorListener - Interface in gov.nasa.worldwind
- NEAREST_NEIGHBOR - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.ResamplingMode
constant indicating nearest neighbor image sampling. - negate() - Method in class gov.nasa.worldwind.geom.Vec2
-
Negates the components of this vector.
- negate() - Method in class gov.nasa.worldwind.geom.Vec3
-
Negates the components of this vector.
- NEW_SUBFILE_TYPE_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- nextLevel() - Method in class gov.nasa.worldwind.util.Level
-
Returns the level whose ordinal occurs immediately after this level's ordinal in the parent level set, or null if this is the last level.
- nextPickedObjectId() - Method in class gov.nasa.worldwind.render.RenderContext
- nightTexture - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- normalize() - Method in class gov.nasa.worldwind.geom.Vec2
-
Normalizes this vector to a unit vector.
- normalize() - Method in class gov.nasa.worldwind.geom.Vec3
-
Normalizes this vector to a unit vector.
- normalizeAngle180(double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts an angle to the range [-180, +180] degrees, wrapping angles outside the range.
- normalizeAngle360(double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts an angle to the range [0, 360] degrees, wrapping angles outside the range.
- normalizeLatitude(double) - Static method in class gov.nasa.worldwind.geom.Location
-
Restricts an angle to the range [-90, +90] degrees, wrapping angles outside the range.
- normalizeLongitude(double) - Static method in class gov.nasa.worldwind.geom.Location
-
Restricts an angle to the range [-180, +180] degrees, wrapping angles outside the range.
- numLevels - Variable in class gov.nasa.worldwind.util.LevelSetConfig
-
The number of levels in the level set.
- numLevels() - Method in class gov.nasa.worldwind.util.LevelSet
-
Returns the number of levels in this level set.
- numLevelsForMinResolution(double) - Method in class gov.nasa.worldwind.util.LevelSetConfig
-
Returns the number of levels closest to the specified resolution, but does not exceed it.
- numLevelsForResolution(double) - Method in class gov.nasa.worldwind.util.LevelSetConfig
-
Returns the number of levels necessary to achieve the specified resolution.
O
- obtain(Camera, int, InputEvent) - Static method in class gov.nasa.worldwind.NavigatorEvent
- obtain(Pool<BasicDrawableTerrain>) - Static method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- obtain(Pool<DrawableLines>) - Static method in class gov.nasa.worldwind.draw.DrawableLines
- obtain(Pool<DrawableScreenTexture>) - Static method in class gov.nasa.worldwind.draw.DrawableScreenTexture
- obtain(Pool<DrawableShape>) - Static method in class gov.nasa.worldwind.draw.DrawableShape
- obtain(Pool<DrawableSightline>) - Static method in class gov.nasa.worldwind.draw.DrawableSightline
- obtain(Pool<DrawableSurfaceColor>) - Static method in class gov.nasa.worldwind.draw.DrawableSurfaceColor
- obtain(Pool<DrawableSurfaceShape>) - Static method in class gov.nasa.worldwind.draw.DrawableSurfaceShape
- obtain(Pool<DrawableSurfaceTexture>) - Static method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- obtain(Pool<DrawableTessellation>) - Static method in class gov.nasa.worldwind.draw.DrawableTessellation
- obtain(Pool<Frame>) - Static method in class gov.nasa.worldwind.Frame
- obtain(Pool<DrawableGroundAtmosphere>) - Static method in class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- obtain(Pool<DrawableSkyAtmosphere>) - Static method in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- occludedColor - Variable in class gov.nasa.worldwind.draw.DrawableSightline
- offerDrawable(Drawable, int, double) - Method in class gov.nasa.worldwind.draw.DrawableQueue
- offerDrawable(Drawable, int, double) - Method in class gov.nasa.worldwind.render.RenderContext
- offerDrawableTerrain(DrawableTerrain, double) - Method in class gov.nasa.worldwind.render.RenderContext
- offerPickedObject(PickedObject) - Method in class gov.nasa.worldwind.PickedObjectList
- offerPickedObject(PickedObject) - Method in class gov.nasa.worldwind.render.RenderContext
- offerShapeDrawable(Drawable, double) - Method in class gov.nasa.worldwind.render.RenderContext
- offerSurfaceDrawable(Drawable, double) - Method in class gov.nasa.worldwind.render.RenderContext
- Offset - Class in gov.nasa.worldwind.geom
-
Specifies an offset relative to a rectangle.
- Offset(int, double, int, double) - Constructor for class gov.nasa.worldwind.geom.Offset
-
Constructs an offset instance given specified units and offsets.
- Offset(Offset) - Constructor for class gov.nasa.worldwind.geom.Offset
-
Creates a new offset of this offset with identical property values.
- OFFSET_FRACTION - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.OffsetMode
constant indicating that the associated parameters are fractional values of the virtual rectangle's width or height in the range [0, 1], where 0 indicates the rectangle's origin and 1 indicates the corner opposite its origin. - OFFSET_INSET_PIXELS - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.OffsetMode
constant indicating that the associated parameters are in units of pixels relative to the virtual rectangle's corner opposite its origin corner. - OFFSET_PIXELS - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.OffsetMode
constant indicating that the associated parameters are in units of pixels relative to the virtual rectangle's origin. - offsetForSize(double, double, Vec2) - Method in class gov.nasa.worldwind.geom.Offset
-
Returns this offset's absolute X and Y coordinates in pixels for a rectangle of a specified size in pixels.
- offsetProjectionDepth(double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Applies a specified depth offset to this projection matrix.
- OgcException - Exception in gov.nasa.worldwind.ogc
- OgcException() - Constructor for exception gov.nasa.worldwind.ogc.OgcException
- OgcException(OwsExceptionReport) - Constructor for exception gov.nasa.worldwind.ogc.OgcException
- OgcException(OwsExceptionReport, Throwable) - Constructor for exception gov.nasa.worldwind.ogc.OgcException
- OgcException(String) - Constructor for exception gov.nasa.worldwind.ogc.OgcException
- OgcException(String, Throwable) - Constructor for exception gov.nasa.worldwind.ogc.OgcException
- OgcException(Throwable) - Constructor for exception gov.nasa.worldwind.ogc.OgcException
- OmnidirectionalSightline - Class in gov.nasa.worldwind.shape
-
Displays an omnidirectional sightline's visibility within the WorldWind scene.
- OmnidirectionalSightline(Position, double) - Constructor for class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Constructs an OmnidirectionalSightline that displays the line-of-sight from a specified center position and range.
- OmnidirectionalSightline(Position, double, ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Constructs an OmnidirectionalSightline that displays the line-of-sight from a specified center position and range.
- onDrawFrame(GL10) - Method in class gov.nasa.worldwind.WorldWindow
-
Implements the GLSurfaceView.Renderer.onDrawFrame interface which is called on the GLThread when rendering is requested.
- onFrameRendered(RenderContext) - Method in class gov.nasa.worldwind.NavigatorEventSupport
- onMessage(String, Object, Map<Object, Object>) - Method in interface gov.nasa.worldwind.util.MessageListener
- onMessage(String, Object, Map<Object, Object>) - Method in class gov.nasa.worldwind.WorldWindow
- onNavigatorEvent(WorldWindow, NavigatorEvent) - Method in interface gov.nasa.worldwind.NavigatorListener
- onPause() - Method in class gov.nasa.worldwind.WorldWindow
-
Called when the activity is paused.
- onResume() - Method in class gov.nasa.worldwind.WorldWindow
-
Called when the activity is resumed.
- onSameSide(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Plane
-
Determines whether two points are on the same side of this plane.
- onSurfaceChanged(GL10, int, int) - Method in class gov.nasa.worldwind.WorldWindow
-
Implements the GLSurfaceView.Renderer.onSurfaceChanged interface which is called on the GLThread when the window size changes.
- onSurfaceCreated(GL10, EGLConfig) - Method in class gov.nasa.worldwind.WorldWindow
-
Implements the GLSurfaceView.Renderer.onSurfaceChanged interface which is called on the GLThread when the surface is created.
- onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.BasicWorldWindowController
- onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.NavigatorEventSupport
- onTouchEvent(MotionEvent) - Method in class gov.nasa.worldwind.WorldWindow
- onTouchEvent(MotionEvent) - Method in interface gov.nasa.worldwind.WorldWindowController
- openDatabase() - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
- ordinal - Variable in class gov.nasa.worldwind.geom.TileMatrix
- origin - Variable in class gov.nasa.worldwind.geom.Line
-
This line's origin.
- OwsAddress - Class in gov.nasa.worldwind.ogc.wmts
- OwsAddress() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsAddress
- OwsAllowedValues - Class in gov.nasa.worldwind.ogc.wmts
- OwsAllowedValues() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsAllowedValues
- OwsBoundingBox - Class in gov.nasa.worldwind.ogc.wmts
- OwsBoundingBox() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsBoundingBox
- OwsConstraint - Class in gov.nasa.worldwind.ogc.wmts
- OwsConstraint() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsConstraint
- OwsContactInfo - Class in gov.nasa.worldwind.ogc.wmts
- OwsContactInfo() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsContactInfo
- OwsDcp - Class in gov.nasa.worldwind.ogc.wmts
- OwsDcp() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsDcp
- OwsDescription - Class in gov.nasa.worldwind.ogc.wmts
- OwsDescription() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsDescription
- OwsException - Class in gov.nasa.worldwind.ogc.ows
- OwsException() - Constructor for class gov.nasa.worldwind.ogc.ows.OwsException
- OwsExceptionReport - Class in gov.nasa.worldwind.ogc.ows
- OwsExceptionReport() - Constructor for class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
- OwsHttp - Class in gov.nasa.worldwind.ogc.wmts
- OwsHttp() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsHttp
- OwsHttpMethod - Class in gov.nasa.worldwind.ogc.wmts
- OwsHttpMethod() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsHttpMethod
- OwsKeywords - Class in gov.nasa.worldwind.ogc.wmts
- OwsKeywords() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsKeywords
- OwsLanguageString - Class in gov.nasa.worldwind.ogc.wmts
- OwsLanguageString() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsLanguageString
- OwsOperation - Class in gov.nasa.worldwind.ogc.wmts
- OwsOperation() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsOperation
- OwsOperationsMetadata - Class in gov.nasa.worldwind.ogc.wmts
- OwsOperationsMetadata() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsOperationsMetadata
- OwsPhone - Class in gov.nasa.worldwind.ogc.wmts
- OwsPhone() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsPhone
- OwsServiceContact - Class in gov.nasa.worldwind.ogc.wmts
- OwsServiceContact() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsServiceContact
- OwsServiceIdentification - Class in gov.nasa.worldwind.ogc.wmts
- OwsServiceIdentification() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
- OwsServiceProvider - Class in gov.nasa.worldwind.ogc.wmts
- OwsServiceProvider() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsServiceProvider
- OwsWgs84BoundingBox - Class in gov.nasa.worldwind.ogc.wmts
- OwsWgs84BoundingBox() - Constructor for class gov.nasa.worldwind.ogc.wmts.OwsWgs84BoundingBox
- OwsXmlParser - Class in gov.nasa.worldwind.ogc.ows
- OwsXmlParser() - Constructor for class gov.nasa.worldwind.ogc.ows.OwsXmlParser
P
- PanRecognizer - Class in gov.nasa.worldwind.gesture
-
Gesture recognizer implementation that detects touch panning gestures.
- PanRecognizer() - Constructor for class gov.nasa.worldwind.gesture.PanRecognizer
- PanRecognizer(GestureListener) - Constructor for class gov.nasa.worldwind.gesture.PanRecognizer
- parent - Variable in class gov.nasa.worldwind.util.Level
-
The LevelSet that this level is a member of.
- parse() - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
- parse(InputStream) - Static method in class gov.nasa.worldwind.ogc.ows.OwsXmlParser
- parse(InputStream) - Static method in class gov.nasa.worldwind.ogc.wcs.WcsXmlParser
- parseErrorStream(URLConnection) - Static method in class gov.nasa.worldwind.ogc.ows.OwsXmlParser
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsAttribution
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsDcpType
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsException
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsGeographicBoundingBox
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsKeywords
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsOnlineResource
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsRequest
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsService
- parseField(String, Object) - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
- 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
- PHOTOMETRIC_INTERPRETATION_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- pick(float, float) - Method in class gov.nasa.worldwind.WorldWindow
-
Determines the WorldWind 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 WorldWind 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.
- PLANAR_CONFIGURATION_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- 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.
- POLAR_EASTING_ERROR - Static variable in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
- POLAR_NORTHING_ERROR - Static variable in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
- POLAR_RADIUS_ERROR - Static variable in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
- PolarCoordConverter - Class in gov.nasa.worldwind.geom.coords
-
Ported to Java from the NGA GeoTrans polarst.c and polarst.h code.
- 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 - Variable in class gov.nasa.worldwind.geom.Camera
- position - Variable in class gov.nasa.worldwind.geom.LookAt
- Position - Class in gov.nasa.worldwind.geom
-
Geographic position with a latitude and longitude in degrees and altitude in meters.
- Position() - Constructor for class gov.nasa.worldwind.geom.Position
-
Constructs a position with latitude, longitude and altitude all 0.
- Position(double, double, double) - Constructor for class gov.nasa.worldwind.geom.Position
-
Constructs a position with a specified latitude and longitude in degrees and altitude in meters.
- Position(Position) - Constructor for class gov.nasa.worldwind.geom.Position
-
Constructs a position with the latitude, longitude and altitude of a specified position.
- POSSIBLE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.GestureState
constant for the POSSIBLE gesture recognizer state. - postMessage(String, Object, Map<Object, Object>) - Method in class gov.nasa.worldwind.util.MessageService
- powerOfTwoCeiling(int) - Static method in class gov.nasa.worldwind.util.WWMath
-
Returns the value that is the nearest power of 2 greater than or equal to the given value.
- premultiply() - Method in class gov.nasa.worldwind.render.Color
-
Premultiplies this color in place.
- premultiplyColor(Color) - Method in class gov.nasa.worldwind.render.Color
-
Premultiplies the specified color and stores the result in this color.
- premultiplyToArray(float[], int) - Method in class gov.nasa.worldwind.render.Color
-
Copies this color's premultiplied components to the specified array.
- 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.DrawableSightline
- 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
- program - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- program - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- 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.globe.AbstractElevationCoverage
- putUserProperty(Object, Object) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- putUserProperty(Object, Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- putUserProperty(Object, Object) - Method in interface gov.nasa.worldwind.layer.Layer
- putUserProperty(Object, Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
- putUserProperty(Object, Object) - Method in interface gov.nasa.worldwind.render.Renderable
- putUserProperty(Object, Object) - Method in class gov.nasa.worldwind.render.RenderContext
Q
- queueEvent(Runnable) - Method in class gov.nasa.worldwind.WorldWindow
-
Deprecated.See Communicating with the UI Thread instead.
R
- radius - Variable in class gov.nasa.worldwind.geom.BoundingSphere
-
The sphere's radius.
- range - Variable in class gov.nasa.worldwind.draw.DrawableSightline
- range - Variable in class gov.nasa.worldwind.geom.LookAt
- Range - Class in gov.nasa.worldwind.geom
-
Continuous interval in a one-dimensional coordinate system expressed as a lower bound an an upper bound, inclusive.
- Range() - Constructor for class gov.nasa.worldwind.geom.Range
-
Constructs an empty range with lower and upper both zero.
- Range(int, int) - Constructor for class gov.nasa.worldwind.geom.Range
-
Constructs a range with a specified lower bound and upper bound.
- Range(Range) - Constructor for class gov.nasa.worldwind.geom.Range
-
Constructs a range with the lower bound and upper bound of a specified range.
- ranges - Variable in class gov.nasa.worldwind.render.BufferObject
- RATIONAL - gov.nasa.worldwind.formats.tiff.Type
- rayThroughScreenPoint(float, float, Line) - Method in class gov.nasa.worldwind.WorldWindow
-
Computes a Cartesian coordinate ray that passes through through a screen point.
- readPixelColor(int, int, Color) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Reads the fragment color at a screen point in the currently active OpenGL frame buffer.
- readPixelColors(int, int, int, int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Reads the unique fragment colors within a screen rectangle in the currently active OpenGL frame buffer.
- readResourceAsText(Resources, int) - Static method in class gov.nasa.worldwind.util.WWUtil
- readTileUserData(GpkgContent, int, int, int) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
- RECOGNIZED - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.GestureState
constant for the RECOGNIZED gesture recognizer state. - recommendedCapacity() - Static method in class gov.nasa.worldwind.render.RenderResourceCache
- recycle() - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- recycle() - Method in interface gov.nasa.worldwind.draw.Drawable
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableLines
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableScreenTexture
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableShape
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableSightline
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceColor
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceShape
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- recycle() - Method in class gov.nasa.worldwind.draw.DrawableTessellation
- recycle() - Method in class gov.nasa.worldwind.Frame
- recycle() - Method in class gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
- recycle() - Method in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- recycle() - Method in class gov.nasa.worldwind.NavigatorEvent
-
Recycle the event, making it available for re-use.
- red - Variable in class gov.nasa.worldwind.render.Color
-
The color's red component.
- registerAllModels(XmlModelParser) - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
- registerTxtModel(String, String) - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
- registerXmlModel(String, String, Class<? extends XmlModel>) - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
-
Registers a xpp for a specified element name.
- RELATIVE_TO_GLOBE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.OrientationMode
constant indicating that the related value is specified relative to the globe. - RELATIVE_TO_GROUND - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.AltitudeMode
constant indicating an altitude relative to the terrain. - RELATIVE_TO_SCREEN - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.OrientationMode
constant indicating that the related value is specified relative to the plane of the screen. - release(DrawContext) - Method in class gov.nasa.worldwind.render.BufferObject
- release(DrawContext) - Method in class gov.nasa.worldwind.render.Framebuffer
- release(DrawContext) - Method in interface gov.nasa.worldwind.render.RenderResource
-
Frees any resources associated with this instance.
- release(DrawContext) - Method in class gov.nasa.worldwind.render.ShaderProgram
- release(DrawContext) - Method in class gov.nasa.worldwind.render.Texture
- release(T) - Method in class gov.nasa.worldwind.util.BasicPool
- release(T) - Method in interface gov.nasa.worldwind.util.Pool
-
Releases an instance to the pool.
- release(T) - Method in class gov.nasa.worldwind.util.SynchronizedPool
- releaseEvictedResources(DrawContext) - Method in class gov.nasa.worldwind.render.RenderResourceCache
- remove(K) - Method in class gov.nasa.worldwind.util.LruMemoryCache
- remove(K) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
- removeAllCoverages(ElevationModel) - Method in class gov.nasa.worldwind.globe.ElevationModel
- removeAllLayers(Iterable<? extends Layer>) - Method in class gov.nasa.worldwind.layer.LayerList
- removeAllRenderables(Iterable<? extends Renderable>) - Method in class gov.nasa.worldwind.layer.RenderableLayer
- removeBoundary(int) - Method in class gov.nasa.worldwind.shape.Polygon
- removeCoverage(ElevationCoverage) - Method in class gov.nasa.worldwind.globe.ElevationModel
- removeLayer(int) - Method in class gov.nasa.worldwind.layer.LayerList
- removeLayer(Layer) - Method in class gov.nasa.worldwind.layer.LayerList
- removeListener(GestureListener) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
- removeListener(MessageListener) - Method in class gov.nasa.worldwind.util.MessageService
- removeNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.NavigatorEventSupport
- removeNavigatorListener(NavigatorListener) - Method in class gov.nasa.worldwind.WorldWindow
- removeRenderable(int) - Method in class gov.nasa.worldwind.layer.RenderableLayer
- removeRenderable(Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
- removeUserProperty(Object) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- removeUserProperty(Object) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- removeUserProperty(Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- removeUserProperty(Object) - Method in interface gov.nasa.worldwind.layer.Layer
- removeUserProperty(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
- removeUserProperty(Object) - Method in interface gov.nasa.worldwind.render.Renderable
- removeUserProperty(Object) - Method in class gov.nasa.worldwind.render.RenderContext
- render(RenderContext) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- render(RenderContext) - Method in class gov.nasa.worldwind.layer.graticule.GraticuleSupport
- render(RenderContext) - Method in interface gov.nasa.worldwind.layer.Layer
- render(RenderContext) - Method in class gov.nasa.worldwind.layer.LayerList
- render(RenderContext) - Method in class gov.nasa.worldwind.render.AbstractRenderable
- render(RenderContext) - Method in interface gov.nasa.worldwind.render.Renderable
- render(RenderContext, double) - Method in class gov.nasa.worldwind.layer.graticule.GraticuleSupport
- Renderable - Interface in gov.nasa.worldwind.render
- RenderableLayer - Class in gov.nasa.worldwind.layer
- RenderableLayer() - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
- RenderableLayer(RenderableLayer) - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
- RenderableLayer(Iterable<? extends Renderable>) - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
- RenderableLayer(String) - Constructor for class gov.nasa.worldwind.layer.RenderableLayer
- RenderContext - Class in gov.nasa.worldwind.render
- RenderContext() - Constructor for class gov.nasa.worldwind.render.RenderContext
- renderFrame(RenderContext) - Method in class gov.nasa.worldwind.BasicFrameController
- renderFrame(RenderContext) - Method in interface gov.nasa.worldwind.FrameController
- RenderResource - Interface in gov.nasa.worldwind.render
-
Handle to a rendering resource, such as a GLSL program, GL texture or GL vertex buffer object.
- renderResourceCache - Variable in class gov.nasa.worldwind.render.RenderContext
- RenderResourceCache - Class in gov.nasa.worldwind.render
- RenderResourceCache(int) - Constructor for class gov.nasa.worldwind.render.RenderResourceCache
- RenderResourceCache(int, int) - Constructor for class gov.nasa.worldwind.render.RenderResourceCache
- renderText(String) - Method in class gov.nasa.worldwind.render.TextRenderer
- renderText(String, TextAttributes) - Method in class gov.nasa.worldwind.render.RenderContext
- REPEAT - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.WrapMode
constant indicating that the image should display as a repeating pattern outside of the image bounds. - REQUEST_REDRAW - Static variable in class gov.nasa.worldwind.WorldWind
-
Notification constant requesting that WorldWindow instances update their display.
- requestRedraw() - Method in class gov.nasa.worldwind.render.RenderContext
- requestRedraw() - Static method in class gov.nasa.worldwind.WorldWind
-
Requests that all WorldWindow instances update their display.
- requestRedraw() - Method in class gov.nasa.worldwind.WorldWindow
-
Request that this WorldWindow update its display.
- resamplingMode - Variable in class gov.nasa.worldwind.render.ImageOptions
-
Indicates the image sampling algorithm used by WorldWind to display images that appear larger or smaller on screen than their native resolution.
- reset() - Method in class gov.nasa.worldwind.draw.DrawContext
- reset() - Method in class gov.nasa.worldwind.draw.DrawShapeState
- reset() - Method in class gov.nasa.worldwind.FrameMetrics
- reset() - Method in class gov.nasa.worldwind.NavigatorEventSupport
- reset() - Method in class gov.nasa.worldwind.render.RenderContext
- resetOrientation(boolean) - Method in class gov.nasa.worldwind.BasicWorldWindowController
- RESOLUTION_UNIT_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- resources - Variable in class gov.nasa.worldwind.render.RenderContext
- retrievalFailed(Retriever<ImageSource, ImageOptions, Bitmap>, ImageSource, Throwable) - Method in class gov.nasa.worldwind.render.RenderResourceCache
- retrievalFailed(Retriever<ImageSource, Void, ShortBuffer>, ImageSource, Throwable) - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
- retrievalFailed(Retriever<K, O, V>, K, Throwable) - Method in interface gov.nasa.worldwind.util.Retriever.Callback
- retrievalRejected(Retriever<ImageSource, ImageOptions, Bitmap>, ImageSource) - Method in class gov.nasa.worldwind.render.RenderResourceCache
- retrievalRejected(Retriever<ImageSource, Void, ShortBuffer>, ImageSource) - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
- retrievalRejected(Retriever<K, O, V>, K) - Method in interface gov.nasa.worldwind.util.Retriever.Callback
- retrievalSucceeded(Retriever<ImageSource, ImageOptions, Bitmap>, ImageSource, ImageOptions, Bitmap) - Method in class gov.nasa.worldwind.render.RenderResourceCache
- retrievalSucceeded(Retriever<ImageSource, Void, ShortBuffer>, ImageSource, Void, ShortBuffer) - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
- retrievalSucceeded(Retriever<K, O, V>, K, O, V) - Method in interface gov.nasa.worldwind.util.Retriever.Callback
- retrieve(K, O, Retriever.Callback<K, O, V>) - Method in class gov.nasa.worldwind.util.Retriever
- Retriever<K,O,V> - Class in gov.nasa.worldwind.util
- Retriever(int) - Constructor for class gov.nasa.worldwind.util.Retriever
- Retriever.Callback<K,O,V> - Interface in gov.nasa.worldwind.util
- retrieveTexture(ImageSource, ImageOptions) - Method in class gov.nasa.worldwind.render.RenderContext
- retrieveTexture(ImageSource, ImageOptions) - Method in class gov.nasa.worldwind.render.RenderResourceCache
- rewindDrawables() - Method in class gov.nasa.worldwind.draw.DrawableQueue
- rewindDrawables() - Method in class gov.nasa.worldwind.draw.DrawContext
- RGB_565 - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.ImageConfig
constant indicating 16-bit RGBA_565 image configuration. - RGBA_8888 - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.ImageConfig
constant indicating 32-bit RGBA_8888 image configuration. - RHUMB_LINE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.PathType
constant indicating a line of constant bearing between two locations. - rhumbAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the azimuth angle (clockwise from North) for the rhumb path (line of constant azimuth) between this location and a specified location.
- rhumbDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the angular distance of the rhumb path (line of constant azimuth) between this location and a specified location.
- rhumbLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the location on a rhumb path (line of constant azimuth) starting at this location and traversing with the specified azimuth and angular distance.
- roll - Variable in class gov.nasa.worldwind.geom.Camera
- roll - Variable in class gov.nasa.worldwind.geom.LookAt
- RotationRecognizer - Class in gov.nasa.worldwind.gesture
- RotationRecognizer() - Constructor for class gov.nasa.worldwind.gesture.RotationRecognizer
- RotationRecognizer(GestureListener) - Constructor for class gov.nasa.worldwind.gesture.RotationRecognizer
- row - Variable in class gov.nasa.worldwind.util.Tile
-
The tile's row within its level.
- ROWS_PER_STRIP_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
S
- S - gov.nasa.worldwind.geom.coords.Hemisphere
- SAMPLE_FORMAT_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- SAMPLES_PER_PIXEL_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- SBYTE - gov.nasa.worldwind.formats.tiff.Type
- scratchBuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns a scratch NIO buffer suitable for use during drawing.
- scratchFramebuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns an OpenGL framebuffer object suitable for offscreen drawing.
- scratchList() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns a scratch list suitable for accumulating entries during drawing.
- SCREEN_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.DrawableGroup
constant indicating drawables displayed in the plane of the screen. - screenProjection - Variable in class gov.nasa.worldwind.draw.DrawContext
- sector - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- sector - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceShape
- sector - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- sector - Variable in class gov.nasa.worldwind.geom.TileMatrix
- sector - Variable in class gov.nasa.worldwind.geom.TileMatrixSet
- 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.
- 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.
- 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.
- semiMajorAxis() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Computes this ellipsoid's semi-major axis length in meters.
- semiMinorAxis() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Computes this ellipsoid's semi-minor length axis in meters.
- serviceAddress - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The WMS service address used to build Get Map URLs.
- set(double, double) - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Sets this ellipsoid to a specified semi-major axis and inverse flattening.
- set(double, double) - Method in class gov.nasa.worldwind.geom.Location
-
Sets this location to a specified latitude and longitude in degrees.
- set(double, double) - Method in class gov.nasa.worldwind.geom.Vec2
-
Sets this vector to the specified X and Y.
- 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(double, double, double) - Method in class gov.nasa.worldwind.geom.Vec3
-
Sets this vector to the specified X, Y and Z.
- 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(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(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(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(double, double, double, int, double, double, double) - Method in class gov.nasa.worldwind.geom.Camera
- set(double, double, double, int, double, double, double, double) - Method in class gov.nasa.worldwind.geom.LookAt
- 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(int, float) - Method in class gov.nasa.worldwind.util.FloatArray
- set(int, int) - Method in class gov.nasa.worldwind.geom.Range
-
Sets this range to the specified lower bound and upper bound.
- set(int, int, int, int) - Method in class gov.nasa.worldwind.geom.Viewport
-
Sets this viewport to the specified origin and dimensions.
- set(int, short) - Method in class gov.nasa.worldwind.util.ShortArray
- set(Camera) - Method in class gov.nasa.worldwind.geom.Camera
- set(Ellipsoid) - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Sets this ellipsoid to the semi-major axis and inverse flattening of a specified ellipsoid.
- set(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Sets this location to the latitude and longitude of a specified location.
- set(LookAt) - Method in class gov.nasa.worldwind.geom.LookAt
- set(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this 3 x 3 matrix to the components of a specified matrix.
- 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(Plane) - Method in class gov.nasa.worldwind.geom.Plane
-
Sets this plane's normal vector and distance to that of a specified plane.
- set(Position) - Method in class gov.nasa.worldwind.geom.Position
-
Sets this position to the latitude, longitude and altitude of a specified position.
- 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(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(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Sets this vector to the X and Y of a specified vector.
- set(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Sets this vector to the X, Y and Z of a specified vector.
- set(Vec3, double) - Method in class gov.nasa.worldwind.geom.BoundingSphere
-
Sets this bounding sphere to the specified center point and radius.
- set(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Line
-
Sets this line to a specified origin and direction.
- set(Viewport) - Method in class gov.nasa.worldwind.geom.Viewport
-
Sets this viewport to the origin and dimensions of a specified viewport.
- set(BasicShaderProgram, Color) - Method in class gov.nasa.worldwind.draw.DrawableTessellation
- set(Color) - Method in class gov.nasa.worldwind.render.Color
-
Sets this color to the components of a specified color.
- set(SurfaceTextureProgram, Sector, Texture, Matrix3) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- 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
- setAltitude(double) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the altitude mode associated with this label's position.
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets the altitude mode associated with this sightline's position.
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets this placemark's altitude mode.
- setAsCamera(Globe, Camera) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- setAsLookAt(Globe, LookAt) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- setAttribBindings(String...) - Method in class gov.nasa.worldwind.render.ShaderProgram
- setAttributes(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the placemark's attributes to the supplied attributes bundle.
- 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(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's "normal" attributes to the supplied attributes bundle.
- setAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.Label
-
Sets this label's attributes to the supplied attributes bundle.
- setBoundary(int, List<Position>) - Method in class gov.nasa.worldwind.shape.Polygon
- setButtonState(int) - Method in class gov.nasa.worldwind.gesture.MousePanRecognizer
- setCamera(Camera) - Method in class gov.nasa.worldwind.WorldWindow
- setCenter(Position) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the geographic position of this ellipse's center.
- setColor(Color) - Method in class gov.nasa.worldwind.layer.ShowTessellationLayer
- setConfiguration(Sector, double, WmsLayerConfig) - Method in class gov.nasa.worldwind.ogc.WmsLayer
-
Specifies this Web Map Service (WMS) layer's configuration.
- setConfiguration(Sector, Globe, double, WmsLayerConfig) - Method in class gov.nasa.worldwind.ogc.WmsLayer
-
Specifies this Web Map Service (WMS) layer's configuration.
- setContainer(GeoPackage) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
- setCoordinateSystem(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the coordinate reference system to use in Get Map URLs.
- setCoverage(String) - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Sets the coverage name used to build Get Coverage URLs.
- setCoverageId(String) - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Sets the coverage name used to build Get Coverage URLs.
- setDataType(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setDefaultParams(GraticuleRenderingParams) - Method in class gov.nasa.worldwind.layer.graticule.GraticuleSupport
- setDefinition(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- setDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets whether the placemark should be depth-tested against other objects in the scene.
- setDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape depth-testing.
- setDescription(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setDescription(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- setDetailControl(double) - Method in class gov.nasa.worldwind.globe.BasicTessellator
- setDetailControl(double) - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
- setDisplayName(String) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
- setDisplayName(String) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- 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
- setDrawGraticule(boolean, String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Sets whether or not graticule lines will be rendered.
- setDrawInterior(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape interiors.
- setDrawLabels(boolean, String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Sets whether or not graticule labels will be rendered.
- setDrawLeader(boolean) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets whether to draw a line from the placemark's geographic position to the ground.
- setDrawOutline(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape outlines.
- setDrawVerticals(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape vertical outlines.
- setElevationModel(ElevationModel) - Method in class gov.nasa.worldwind.globe.Globe
- setEllipsoid(Ellipsoid) - Method in class gov.nasa.worldwind.globe.Globe
-
Sets the reference ellipsoid that defines this globe's equatorial radius and polar radius.
- 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.globe.AbstractElevationCoverage
- setEnabled(boolean) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
- setEnabled(boolean) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- setEnabled(boolean) - Method in interface gov.nasa.worldwind.layer.Layer
- setEnabled(boolean) - Method in class gov.nasa.worldwind.render.AbstractRenderable
- setEnabled(boolean) - Method in interface gov.nasa.worldwind.render.Renderable
- setEnableDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setEnableLeaderPicking(boolean) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets whether picking is allowed on this placemark's (optional) leader.
- setEnableLighting(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape lighting.
- setEnableOutline(boolean) - Method in class gov.nasa.worldwind.render.TextRenderer
- setEnableOutline(boolean) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setExtrude(boolean) - Method in class gov.nasa.worldwind.shape.Ellipse
- 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.geom.Camera
- setFieldOfView(double) - Method in class gov.nasa.worldwind.WorldWindow
-
Deprecated.
- setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the terrain following state of this ellipse, which indicates whether this ellipse's geometry follows the terrain surface or is fixed at a constant altitude.
- setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Path
- setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Polygon
- setFrameController(FrameController) - Method in class gov.nasa.worldwind.WorldWindow
- setFrameMetrics(FrameMetrics) - Method in class gov.nasa.worldwind.WorldWindow
- setFromLookAt(LookAt) - Method in class gov.nasa.worldwind.geom.Camera
- 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.WorldWindow
-
Sets the planet or celestial object displayed by this WorldWindow.
- setGraticuleLineColor(Color, String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Sets the graticule line Color.
- setGraticuleLineWidth(double, String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Sets the graticule line width.
- setHeading(double) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- setHeading(double) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets this ellipse's heading in degrees clockwise from North.
- setHeightLimits(float[]) - Method in class gov.nasa.worldwind.globe.TerrainTile
- setHeights(float[]) - Method in class gov.nasa.worldwind.globe.TerrainTile
- setHighlightAttributes(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the attributes used when this placemark's highlighted flag is true.
- 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(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's "highlight" attributes.
- setHighlightAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the attributes used when this label's highlighted flag is true.
- setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.AbstractShape
- setHighlighted(boolean) - Method in interface gov.nasa.worldwind.shape.Highlightable
-
Specifies whether to highlight the shape.
- setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the highlighted state of this label, which indicates whether this label uses its highlight attributes rather than its normal attributes.
- setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets the highlighted state of this sightline, which indicates whether this sightline's overlay uses its highlight attributes rather than its normal attributes for visible features.
- 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.
- setId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- setIdentifier(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setImageColor(Color) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the image color.
- setImageFormat(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the image content type to use in Get Map URLs.
- 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.shape.SurfaceImage
- setImageOptions(ImageOptions) - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
- setImageRotation(double) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the amount of rotation to apply to the image, measured in degrees clockwise and relative to this placemark's
Placemark.getImageRotationReference()
. - setImageRotationReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the type of rotation to apply if the
Placemark.getImageRotation()
is not zero. - setImageScale(double) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the amount to scale the placemark's image.
- setImageSource(ImageSource) - Method in class gov.nasa.worldwind.render.ImageTile
- setImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
- setImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.SurfaceImage
- setImageTilt(double) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the amount of tilt to apply to the image, measured in degrees away from the eye point and relative to this placemark's
Placemark.getImageTiltReference()
. - setImageTiltReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the type tilt to apply when
Placemark.getImageTilt()
is non-zero. - setInteriorColor(Color) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets shape interior color and opacity.
- setInteriorImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets the image source to apply to shape interiors.
- setInterpretAngle(float) - Method in class gov.nasa.worldwind.gesture.RotationRecognizer
- setInterpretDistance(float) - Method in class gov.nasa.worldwind.gesture.PanRecognizer
- setInterpretDistance(float) - Method in class gov.nasa.worldwind.gesture.PinchRecognizer
- setKeepAliveTime(long, TimeUnit) - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
- setLabel(String) - Method in class gov.nasa.worldwind.shape.Placemark
- setLabelAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the attributes to apply to the placemark's label, if any.
- setLabelColor(Color, String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Sets the graticule label Color.
- setLabelSize(Float, String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Sets the Size used for graticule labels.
- setLabelTypeface(Typeface, String) - Method in class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
Sets the Typeface used for graticule labels.
- setLastChange(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setLatitude(double) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- setLayer(int, Layer) - Method in class gov.nasa.worldwind.layer.LayerList
- setLayerNames(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
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.shape.TiledSurfaceImage
- setLightLocation(Location) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
- setLongitude(double) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- setMajorRadius(double) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the radius of this globe's semi-major axis.
- setMatrixHeight(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setMatrixWidth(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setMaxActiveAltitude(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- setMaxActiveAltitude(double) - Method in interface gov.nasa.worldwind.layer.Layer
- setMaximumGraticuleResolution(String) - Method in class gov.nasa.worldwind.layer.graticule.MGRSGraticuleLayer
-
Sets the maxiumum resolution graticule that will be rendered.
- setMaximumIntermediatePoints(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
- setMaximumIntervals(int) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the maximum number of angular intervals that may be used to approximate this ellipse's on screen.
- setMaxNumberOfPointers(int) - Method in class gov.nasa.worldwind.gesture.PanRecognizer
- setMaxX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setMaxX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- setMaxY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setMaxY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- setMinActiveAltitude(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- setMinActiveAltitude(double) - Method in interface gov.nasa.worldwind.layer.Layer
- setMinimumImageScale(double) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the minimum amount to scale the placemark's image when
Placemark.isEyeDistanceScaling()
is true. - setMinNumberOfPointers(int) - Method in class gov.nasa.worldwind.gesture.PanRecognizer
- setMinorRadius(double) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the radius of this globe's semi-minor axis.
- setMinX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setMinX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- setMinY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setMinY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- setNavigatorStoppedDelay(long, TimeUnit) - Method in class gov.nasa.worldwind.NavigatorEventSupport
- setNavigatorStoppedDelay(long, TimeUnit) - Method in class gov.nasa.worldwind.WorldWindow
- setNightImageOptions(ImageOptions) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
- setNightImageSource(ImageSource) - Method in class gov.nasa.worldwind.layer.atmosphere.AtmosphereLayer
- setOccludeAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's "occlude" attributes.
- setOpacity(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
- setOpacity(double) - Method in interface gov.nasa.worldwind.layer.Layer
- setOrganization(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- setOrganizationCoordSysId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- setOrigin(Vec3) - Method in class gov.nasa.worldwind.globe.TerrainTile
- setOutlineColor(Color) - Method in class gov.nasa.worldwind.render.TextRenderer
- setOutlineColor(Color) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets shape outline color and opacity.
- setOutlineColor(Color) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setOutlineImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets the image source to apply to shape outlines.
- setOutlineWidth(float) - Method in class gov.nasa.worldwind.render.TextRenderer
- setOutlineWidth(float) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets shape outline width.
- setOutlineWidth(float) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setParent(XmlModel) - Method in class gov.nasa.worldwind.util.xml.XmlModel
- 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
- setPixelXSize(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setPixelYSize(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setPoints(float[]) - Method in class gov.nasa.worldwind.globe.TerrainTile
- setPolarStereographicParameters(double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.coords.PolarCoordConverter
-
The function setPolarStereographicParameters receives the ellipsoid parameters and Polar Stereograpic projection parameters as inputs, and sets the corresponding state variables.
- setPosition(Position) - Method in class gov.nasa.worldwind.shape.Label
-
Sets this label's geographic position to the values in the supplied position.
- setPosition(Position) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's geographic position to the values in the supplied position.
- setPosition(Position) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets this placemark's geographic position to the values in the supplied position.
- setPositions(List<Position>) - Method in class gov.nasa.worldwind.shape.Path
- setProgramSources(String...) - Method in class gov.nasa.worldwind.render.ShaderProgram
- setProjection(GeographicProjection) - Method in class gov.nasa.worldwind.globe.Globe
-
Sets the geographic projection used by this globe.
- setPullParser(XmlPullParser) - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
- setRange(double) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's range.
- 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
-
Deprecated.
- setRotation(double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets the rotation components of this matrix to a specified angle.
- setRotation(double) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the amount of rotation applied to this label.
- 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.
- setRotationMode(int) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the orientation mode this label uses to interpret its rotation.
- setScale(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets the scale components of this matrix to specified values.
- setScale(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets the scale components of this matrix to specified values.
- setSector(Sector) - Method in class gov.nasa.worldwind.shape.SurfaceImage
- setServiceAddress(String) - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Sets the WCS service address used to build Get Coverage URLs.
- setServiceAddress(String) - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Sets the WCS service address used to build Get Coverage URLs.
- setServiceAddress(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the WMS service address used to build Get Map URLs.
- setSrsId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setSrsId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- setSrsId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- setSrsName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
- setStyleNames(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the comma-separated list of WMS style names.
- setTableName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
- setTableName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setTableName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
- setTemplate(String) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- setTessellator(Tessellator) - Method in class gov.nasa.worldwind.WorldWindow
- setTexParameter(int, int) - Method in class gov.nasa.worldwind.render.Texture
- setText(String) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the text displayed by this label.
- setTextColor(Color) - Method in class gov.nasa.worldwind.render.TextRenderer
- setTextColor(Color) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setTextOffset(Offset) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setTextSize(float) - Method in class gov.nasa.worldwind.render.TextRenderer
- setTextSize(float) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setTileColumn(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- setTileData(byte[]) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- setTileFactory(TiledElevationCoverage.TileFactory) - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
- setTileFactory(TileFactory) - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
- setTileHeight(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setTileMatrixIdentifiers(List<String>) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- setTileMatrixSet(TileMatrixSet) - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
- setTileRow(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- setTileWidth(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setTilt(double) - Method in class gov.nasa.worldwind.Navigator
-
Deprecated.
- setTimeString(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
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, float, float) - 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 terrain height.
- 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.WmsTileFactory
-
Sets whether Get Map URLs should include transparency.
- setTriStripElements(short[]) - Method in class gov.nasa.worldwind.globe.BasicTerrain
- setTypeface(Typeface) - Method in class gov.nasa.worldwind.render.TextRenderer
- setTypeface(Typeface) - Method in class gov.nasa.worldwind.shape.TextAttributes
- setVerticalExaggeration(double) - Method in class gov.nasa.worldwind.WorldWindow
- setWmsVersion(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the WMS protocol version.
- setWorldWindowController(WorldWindowController) - Method in class gov.nasa.worldwind.WorldWindow
- setZoomLevel(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
- setZoomLevel(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
- setZoomLevels(int[]) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
- ShaderProgram - Class in gov.nasa.worldwind.render
-
Represents an OpenGL shading language (GLSL) shader program and provides methods for identifying and accessing shader variables.
- ShaderProgram() - Constructor for class gov.nasa.worldwind.render.ShaderProgram
- SHAPE_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.DrawableGroup
constant indicating shape drawables, such as placemarks, polygons and polylines. - ShapeAttributes - Class in gov.nasa.worldwind.shape
-
Holds attributes applied to geographic shapes.
- ShapeAttributes() - Constructor for class gov.nasa.worldwind.shape.ShapeAttributes
- ShapeAttributes(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.ShapeAttributes
- ShortArray - Class in gov.nasa.worldwind.util
- ShortArray() - Constructor for class gov.nasa.worldwind.util.ShortArray
- ShortArray(int) - Constructor for class gov.nasa.worldwind.util.ShortArray
- ShowTessellationLayer - Class in gov.nasa.worldwind.layer
- ShowTessellationLayer() - Constructor for class gov.nasa.worldwind.layer.ShowTessellationLayer
- SightlineProgram - Class in gov.nasa.worldwind.render
- SightlineProgram(Resources) - Constructor for class gov.nasa.worldwind.render.SightlineProgram
- 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
- SkyProgram - Class in gov.nasa.worldwind.layer.atmosphere
- SkyProgram(Resources) - Constructor for class gov.nasa.worldwind.layer.atmosphere.SkyProgram
- SLONG - gov.nasa.worldwind.formats.tiff.Type
- sortDrawables() - Method in class gov.nasa.worldwind.draw.DrawableQueue
- sortDrawables() - Method in class gov.nasa.worldwind.render.RenderContext
- SQLiteConnection - Class in gov.nasa.worldwind.ogc.gpkg
- SQLiteConnection(String, int, long, TimeUnit) - Constructor for class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
- SRATIONAL - gov.nasa.worldwind.formats.tiff.Type
- SSHORT - gov.nasa.worldwind.formats.tiff.Type
- STRIP_BYTE_COUNTS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- STRIP_OFFSETS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- 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.
- Subfile - Class in gov.nasa.worldwind.formats.tiff
-
A representation of a Tiff subfile.
- Subfile() - Constructor for class gov.nasa.worldwind.formats.tiff.Subfile
-
Empty Subfile constructor.
- Subfile(Tiff, int) - Constructor for class gov.nasa.worldwind.formats.tiff.Subfile
- subtract(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Subtracts a specified vector from this vector.
- subtract(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Subtracts a specified vector from this vector.
- SURFACE_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.DrawableGroup
constant indicating drawables displayed on the globe's surface. - surfaceCreated(SurfaceHolder) - Method in class gov.nasa.worldwind.WorldWindow
-
Called immediately after the surface is first created, in which case the WorldWindow instance adds itself as a listener to the
WorldWind.messageService()
. - surfaceDestroyed(SurfaceHolder) - Method in class gov.nasa.worldwind.WorldWindow
-
Called immediately before a surface is being destroyed, in which case the WorldWindow instance removes itself from
WorldWind.messageService()
. - 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, Vec3) - Method in class gov.nasa.worldwind.globe.BasicTerrain
- surfacePoint(double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.Terrain
-
Computes the Cartesian coordinates of a geographic location on the terrain surface.
- SurfaceTexture - Interface in gov.nasa.worldwind.render
- SurfaceTextureProgram - Class in gov.nasa.worldwind.render
- SurfaceTextureProgram(Resources) - Constructor for class gov.nasa.worldwind.render.SurfaceTextureProgram
- swap(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Swaps this vector with the specified vector.
- swap(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Swaps this vector with the specified vector.
- SynchronizedMemoryCache<K,V> - Class in gov.nasa.worldwind.util
- SynchronizedMemoryCache(int) - Constructor for class gov.nasa.worldwind.util.SynchronizedMemoryCache
- SynchronizedMemoryCache(int, int) - Constructor for class gov.nasa.worldwind.util.SynchronizedMemoryCache
- SynchronizedPool<T> - Class in gov.nasa.worldwind.util
- SynchronizedPool() - Constructor for class gov.nasa.worldwind.util.SynchronizedPool
T
- taskService() - Static method in class gov.nasa.worldwind.WorldWind
-
Returns a singleton TaskService instance that provides a mechanism for running asynchronous tasks within the WorldWind library and WorldWind applications.
- TaskService - Class in gov.nasa.worldwind.util
- TaskService() - Constructor for class gov.nasa.worldwind.util.TaskService
- terrain - Variable in class gov.nasa.worldwind.render.RenderContext
- Terrain - Interface in gov.nasa.worldwind.globe
-
Surface of a planet or celestial object.
- terrainPickedObject() - Method in class gov.nasa.worldwind.PickedObjectList
- terrainTessellator - Variable in class gov.nasa.worldwind.render.RenderContext
- TerrainTile - Class in gov.nasa.worldwind.globe
-
Represents a portion of a globe's terrain.
- TerrainTile(Sector, Level, int, int) - Constructor for class gov.nasa.worldwind.globe.TerrainTile
- TESS_MAX_CACHE - Static variable in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
- tessellate(RenderContext) - Method in class gov.nasa.worldwind.globe.BasicTessellator
- tessellate(RenderContext) - Method in interface gov.nasa.worldwind.globe.Tessellator
- Tessellator - Interface in gov.nasa.worldwind.globe
- texCoordAttrib(int, int) - Method in class gov.nasa.worldwind.draw.DrawShapeState
- texCoordMatrix - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- texCoordMatrix - Variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
- texCoordMatrix(Matrix3) - Method in class gov.nasa.worldwind.draw.DrawShapeState
- TextAttributes - Class in gov.nasa.worldwind.shape
-
Holds attributes applied to text shapes and
Placemark
labels. - TextAttributes() - Constructor for class gov.nasa.worldwind.shape.TextAttributes
- TextAttributes(TextAttributes) - Constructor for class gov.nasa.worldwind.shape.TextAttributes
- TextRenderer - Class in gov.nasa.worldwind.render
- TextRenderer() - Constructor for class gov.nasa.worldwind.render.TextRenderer
- texture - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
- texture - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
- texture(Texture) - Method in class gov.nasa.worldwind.draw.DrawShapeState
- Texture - Class in gov.nasa.worldwind.render
- Texture(int, int, int, int) - Constructor for class gov.nasa.worldwind.render.Texture
- Texture(Bitmap) - Constructor for class gov.nasa.worldwind.render.Texture
- Tiff - Class in gov.nasa.worldwind.formats.tiff
- Tiff(ByteBuffer) - Constructor for class gov.nasa.worldwind.formats.tiff.Tiff
- Tiff.SAMPLE_FORMAT - Annotation Type in gov.nasa.worldwind.formats.tiff
- Tiff.TIFF_TAGS - Annotation Type in gov.nasa.worldwind.formats.tiff
-
Tiff tags are the integer definitions of individual Image File Directories (IFDs) and set by the Tiff 6.0 specification.
- 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.
- TILE_BYTE_COUNTS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- TILE_LENGTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- TILE_OFFSETS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- TILE_WIDTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- TILECOL_TEMPLATE - Static variable in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- TiledElevationCoverage - Class in gov.nasa.worldwind.globe
- TiledElevationCoverage() - Constructor for class gov.nasa.worldwind.globe.TiledElevationCoverage
- TiledElevationCoverage.TileFactory - Interface in gov.nasa.worldwind.globe
- tileDelta - Variable in class gov.nasa.worldwind.util.Level
-
The geographic width and height in degrees of tiles within this level.
- TiledSurfaceImage - Class in gov.nasa.worldwind.shape
- TiledSurfaceImage() - Constructor for class gov.nasa.worldwind.shape.TiledSurfaceImage
- TileFactory - Interface in gov.nasa.worldwind.util
-
Factory for delegating construction of
Tile
instances. - tileHeight - Variable in class gov.nasa.worldwind.geom.TileMatrix
- 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.
- TileMatrix - Class in gov.nasa.worldwind.geom
- TileMatrix() - Constructor for class gov.nasa.worldwind.geom.TileMatrix
- TILEMATRIX_TEMPLATE - Static variable in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- TileMatrixSet - Class in gov.nasa.worldwind.geom
- TileMatrixSet() - Constructor for class gov.nasa.worldwind.geom.TileMatrixSet
- TileMatrixSet(Sector, List<TileMatrix>) - Constructor for class gov.nasa.worldwind.geom.TileMatrixSet
- tileOrigin - Variable in class gov.nasa.worldwind.util.LevelSet
-
Tile origin for this level set
- tileOrigin - Variable in class gov.nasa.worldwind.util.LevelSetConfig
-
Tile origin for level set
- TILEROW_TEMPLATE - Static variable in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- tileSector(int, int) - Method in class gov.nasa.worldwind.geom.TileMatrix
- 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.geom.TileMatrix
- 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.
- TMCoord - Class in gov.nasa.worldwind.geom.coords
-
This class holds a set of Transverse Mercator coordinates along with the corresponding latitude and longitude.
- TMCoord(double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.coords.TMCoord
-
Create an arbitrary set of Transverse Mercator coordinates with the given values.
- toArray(float[], int) - Method in class gov.nasa.worldwind.geom.Vec2
-
Copies this vector's components to the specified single precision array.
- toArray(float[], int) - Method in class gov.nasa.worldwind.geom.Vec3
-
Copies this vector's components to the specified single precision array.
- toArray(float[], int) - Method in class gov.nasa.worldwind.render.Color
-
Copies this color's components to the specified array.
- toColorInt() - Method in class gov.nasa.worldwind.render.Color
-
Returns this color's components as a color int.
- topCenter() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle to the center of its top edge.
- topLeft() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle its top-left corner.
- topPickedObject() - Method in class gov.nasa.worldwind.PickedObjectList
- toPrettyString() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
- toPrettyString() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
- topRight() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle to its top-right corner.
- toString() - Method in class gov.nasa.worldwind.FrameMetrics
- toString() - Method in class gov.nasa.worldwind.geom.BoundingBox
- toString() - Method in class gov.nasa.worldwind.geom.BoundingSphere
- toString() - Method in class gov.nasa.worldwind.geom.Camera
- toString() - Method in class gov.nasa.worldwind.geom.coords.MGRSCoord
- toString() - Method in class gov.nasa.worldwind.geom.coords.UPSCoord
- toString() - Method in class gov.nasa.worldwind.geom.coords.UTMCoord
- toString() - Method in class gov.nasa.worldwind.geom.Ellipsoid
- 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.ogc.ows.OwsException
- toString() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
- 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
- transform(Bitmap) - Method in interface gov.nasa.worldwind.render.ImageSource.Transformer
-
Transforms image according to specified algorithm implementation
- transformByMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Plane
-
Transforms this plane by a specified matrix.
- translate(double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Translates this sector by a specified geographic increment.
- 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
- triStripElements - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- 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.
- TWOS_COMP_SIGNED_INT - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- Type - Enum in gov.nasa.worldwind.formats.tiff
U
- UBYTE - gov.nasa.worldwind.formats.tiff.Type
- ULONG - gov.nasa.worldwind.formats.tiff.Type
- UNDEFINED - gov.nasa.worldwind.formats.tiff.Type
- UNDEFINED - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- union(double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to the union of itself and a specified location.
- union(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to the union of itself and a specified sector.
- union(float[], int, int) - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to the union of itself and an array of specified locations.
- union(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to the union of itself and a specified sector.
- uniqueColorToIdentifier(Color) - Static method in class gov.nasa.worldwind.PickedObject
- unitSquareBuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns an OpenGL buffer object containing a unit square expressed as four vertices at (0, 1), (0, 0), (1, 1) and (1, 0).
- unitSquareTransform - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
- unProject(double, double, Viewport, Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Un-projects a screen coordinate point to Cartesian coordinates at the near clip plane and the far clip plane.
- UNSIGNED_INT - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- upper - Variable in class gov.nasa.worldwind.geom.Range
-
The range's upper bound, inclusive.
- UPS_EASTING_ERROR - Static variable in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- UPS_HEMISPHERE_ERROR - Static variable in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- UPS_NO_ERROR - Static variable in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- UPS_NORTHING_ERROR - Static variable in class gov.nasa.worldwind.geom.coords.UPSCoordConverter
- UPSCoord - Class in gov.nasa.worldwind.geom.coords
-
This immutable class holds a set of UPS coordinates along with it's corresponding latitude and longitude.
- UPSCoord(double, double, Hemisphere, double, double) - Constructor for class gov.nasa.worldwind.geom.coords.UPSCoord
-
Create an arbitrary set of UPS coordinates with the given values.
- UPSCoordConverter - Class in gov.nasa.worldwind.geom.coords
-
Ported to Java from the NGA GeoTrans ups.c and ups.h code - Feb 12, 2007 4:52:59 PM
- urlForTile(int, int, int) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- urlForTile(Sector, int, int) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
- urlForTile(Tile, String) - Method in interface gov.nasa.worldwind.util.TileUrlFactory
-
Constructs the URL string associated with a specified tile and image format.
- useProgram(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Makes an OpenGL program object active as part of current rendering state.
- useProgram(DrawContext) - Method in class gov.nasa.worldwind.render.ShaderProgram
- useVertexPointAttrib(DrawContext, int) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- useVertexPointAttrib(DrawContext, int) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
- useVertexTexCoordAttrib(DrawContext, int) - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- useVertexTexCoordAttrib(DrawContext, int) - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
- USHORT - gov.nasa.worldwind.formats.tiff.Type
- UTMCoord - Class in gov.nasa.worldwind.geom.coords
-
This immutable class holds a set of UTM coordinates along with it's corresponding latitude and longitude.
- UTMCoord(double, double, int, Hemisphere, double, double) - Constructor for class gov.nasa.worldwind.geom.coords.UTMCoord
-
Create an arbitrary set of UTM coordinates with the given values.
- UTMGraticuleLayer - Class in gov.nasa.worldwind.layer.graticule
-
Displays the UTM graticule.
- UTMGraticuleLayer() - Constructor for class gov.nasa.worldwind.layer.graticule.UTMGraticuleLayer
V
- valueOf(String) - Static method in enum gov.nasa.worldwind.formats.tiff.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum gov.nasa.worldwind.geom.coords.Hemisphere
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum gov.nasa.worldwind.formats.tiff.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum gov.nasa.worldwind.geom.coords.Hemisphere
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vec2 - Class in gov.nasa.worldwind.geom
-
Two-component vector with X and Y coordinates.
- Vec2() - Constructor for class gov.nasa.worldwind.geom.Vec2
-
Constructs a two-component vector with X and Y both 0.
- Vec2(double, double) - Constructor for class gov.nasa.worldwind.geom.Vec2
-
Constructs a two-component vector with a specified X and Y.
- Vec2(Vec2) - Constructor for class gov.nasa.worldwind.geom.Vec2
-
Constructs a two-component vector with the X and Y of a specified vector.
- Vec3 - Class in gov.nasa.worldwind.geom
-
Three-component vector with X, Y and Z coordinates.
- Vec3() - Constructor for class gov.nasa.worldwind.geom.Vec3
-
Constructs a three-component vector with X, Y and Z all 0.
- Vec3(double, double, double) - Constructor for class gov.nasa.worldwind.geom.Vec3
-
Constructs a three-component vector with a specified X, Y and Z.
- Vec3(Vec3) - Constructor for class gov.nasa.worldwind.geom.Vec3
-
Constructs a three-component vector with the X, Y and Z of a specified vector.
- versionString - Static variable in class gov.nasa.worldwind.util.glu.GLU
- vertex(Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
- vertex(Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- vertexBuffer - Variable in class gov.nasa.worldwind.draw.DrawShapeState
- vertexData(Object, Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The same as the
vertex
callback method except that it takes an additional reference argument. - vertexData(Object, Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
- vertexOrigin - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- vertexOrigin - Variable in class gov.nasa.worldwind.draw.DrawShapeState
- vertexPoints - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- vertexPoints - Variable in class gov.nasa.worldwind.draw.DrawableLines
- vertexPoints - Variable in class gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
- vertexStride - Variable in class gov.nasa.worldwind.draw.DrawShapeState
- vertexTexCoords - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
- verticalExaggeration - Variable in class gov.nasa.worldwind.render.RenderContext
- viewport - Variable in class gov.nasa.worldwind.draw.DrawContext
- viewport - Variable in class gov.nasa.worldwind.Frame
- viewport - Variable in class gov.nasa.worldwind.render.RenderContext
- Viewport - Class in gov.nasa.worldwind.geom
-
Rectangular region in a two-dimensional coordinate system expressed as an origin and dimensions extending from the origin.
- Viewport() - Constructor for class gov.nasa.worldwind.geom.Viewport
-
Constructs an empty viewport width X, Y, width and height all zero.
- Viewport(int, int, int, int) - Constructor for class gov.nasa.worldwind.geom.Viewport
-
Constructs a viewport with a specified origin and dimensions.
- Viewport(Viewport) - Constructor for class gov.nasa.worldwind.geom.Viewport
-
Constructs a viewport with the origin and dimensions of a specified viewport.
- visibleColor - Variable in class gov.nasa.worldwind.draw.DrawableSightline
W
- WARN - Static variable in class gov.nasa.worldwind.util.Logger
- Wcs100ElevationCoverage - Class in gov.nasa.worldwind.ogc
-
Generates elevations from OGC Web Coverage Service (WCS) version 1.0.0.
- Wcs100ElevationCoverage(Sector, int, String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs100ElevationCoverage
-
Constructs a Web Coverage Service (WCS) elevation coverage with specified WCS configuration values.
- Wcs100TileFactory - Class in gov.nasa.worldwind.ogc
-
Factory for constructing WCS version 1.0.0 URLs associated with WCS Get Coverage requests.
- Wcs100TileFactory(String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Constructs a WCS Get Coverage URL builder with the specified WCS service address and coverage.
- Wcs201CoverageDescription - Class in gov.nasa.worldwind.ogc.wcs
- Wcs201CoverageDescription() - Constructor for class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescription
- Wcs201CoverageDescriptions - Class in gov.nasa.worldwind.ogc.wcs
- Wcs201CoverageDescriptions() - Constructor for class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescriptions
- Wcs201ElevationCoverage - Class in gov.nasa.worldwind.ogc
-
Generates elevations from OGC Web Coverage Service (WCS) version 2.0.1.
- Wcs201ElevationCoverage(Sector, int, String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs201ElevationCoverage
-
Constructs a Web Coverage Service (WCS) elevation coverage with specified WCS configuration values.
- Wcs201ElevationCoverage(String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs201ElevationCoverage
-
Attempts to construct a Web Coverage Service (WCS) elevation coverage with the provided service address and coverage id.
- Wcs201TileFactory - Class in gov.nasa.worldwind.ogc
- Wcs201TileFactory(String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Constructs a WCS Get Coverage URL builder with the specified WCS service address and coverage.
- WcsXmlParser - Class in gov.nasa.worldwind.ogc.wcs
- WcsXmlParser() - Constructor for class gov.nasa.worldwind.ogc.wcs.WcsXmlParser
- WGS84_ELLIPSOID - Static variable in class gov.nasa.worldwind.WorldWind
-
WGS 84 reference ellipsoid for Earth.
- WGS84_INVERSE_FLATTENING - Static variable in class gov.nasa.worldwind.WorldWind
-
WGS 84 reference value for Earth's inverse flattening:
298.257223563
. - WGS84_SEMI_MAJOR_AXIS - Static variable in class gov.nasa.worldwind.WorldWind
-
WGS 84 reference value for Earth's semi-major axis:
6378137.0
. - width - Variable in class gov.nasa.worldwind.geom.Viewport
-
The viewport's width.
- WmsAddress - Class in gov.nasa.worldwind.ogc.wms
- WmsAddress() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsAddress
- WmsAttribution - Class in gov.nasa.worldwind.ogc.wms
- WmsAttribution() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsAttribution
- WmsAuthorityUrl - Class in gov.nasa.worldwind.ogc.wms
- WmsAuthorityUrl() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
- WmsBoundingBox - Class in gov.nasa.worldwind.ogc.wms
- WmsBoundingBox() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
- WmsCapabilities - Class in gov.nasa.worldwind.ogc.wms
- WmsCapabilities() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsCapabilities
- WmsCapability - Class in gov.nasa.worldwind.ogc.wms
- WmsCapability() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsCapability
- WmsContactInformation - Class in gov.nasa.worldwind.ogc.wms
- WmsContactInformation() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsContactInformation
- WmsContactPersonPrimary - Class in gov.nasa.worldwind.ogc.wms
- WmsContactPersonPrimary() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsContactPersonPrimary
- WmsDcpType - Class in gov.nasa.worldwind.ogc.wms
- WmsDcpType() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsDcpType
- WmsDimension - Class in gov.nasa.worldwind.ogc.wms
- WmsDimension() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsDimension
- WmsException - Class in gov.nasa.worldwind.ogc.wms
- WmsException() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsException
- WmsGeographicBoundingBox - Class in gov.nasa.worldwind.ogc.wms
- WmsGeographicBoundingBox() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsGeographicBoundingBox
- WmsIdentifier - Class in gov.nasa.worldwind.ogc.wms
- WmsIdentifier() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsIdentifier
- WmsInfoUrl - Class in gov.nasa.worldwind.ogc.wms
- WmsInfoUrl() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
- WmsKeywords - Class in gov.nasa.worldwind.ogc.wms
- WmsKeywords() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsKeywords
- WmsLayer - Class in gov.nasa.worldwind.ogc.wms
- WmsLayer - Class in gov.nasa.worldwind.ogc
-
Displays imagery from OGC Web Map Service (WMS) layers.
- WmsLayer() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsLayer
- 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) - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
-
Constructs a WMS layer configuration with the minimal values.
- WmsLayerConfig(String, String, String, String, String, String, boolean, String) - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
-
Constructs a WMS layer configuration with specified values.
- WmsLogoUrl - Class in gov.nasa.worldwind.ogc.wms
- WmsLogoUrl() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
- WmsOnlineResource - Class in gov.nasa.worldwind.ogc.wms
- WmsOnlineResource() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsOnlineResource
- WmsRequest - Class in gov.nasa.worldwind.ogc.wms
- WmsRequest() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsRequest
- WmsRequestOperation - Class in gov.nasa.worldwind.ogc.wms
- WmsRequestOperation() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
- WmsScaleHint - Class in gov.nasa.worldwind.ogc.wms
- WmsScaleHint() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsScaleHint
- WmsService - Class in gov.nasa.worldwind.ogc.wms
- WmsService() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsService
- WmsStyle - Class in gov.nasa.worldwind.ogc.wms
- WmsStyle() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsStyle
- WmsTileFactory - Class in gov.nasa.worldwind.ogc
-
Factory for constructing URLs associated with WMS Get Map requests.
- WmsTileFactory(WmsLayerConfig) - Constructor for class gov.nasa.worldwind.ogc.WmsTileFactory
-
Constructs a level set with a specified configuration.
- WmsTileFactory(String, String, String, String) - Constructor for class gov.nasa.worldwind.ogc.WmsTileFactory
-
Constructs a WMS Get Map URL builder with specified WMS service parameters.
- wmsVersion - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The WMS protocol version.
- WmsXmlParser - Class in gov.nasa.worldwind.ogc.wms
- WmsXmlParser() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsXmlParser
- WmtsCapabilities - Class in gov.nasa.worldwind.ogc.wmts
- WmtsCapabilities() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
- WmtsContents - Class in gov.nasa.worldwind.ogc.wmts
- WmtsContents() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsContents
- WmtsDimension - Class in gov.nasa.worldwind.ogc.wmts
- WmtsDimension() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsDimension
- WmtsElementLink - Class in gov.nasa.worldwind.ogc.wmts
- WmtsElementLink() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsElementLink
- WmtsLayer - Class in gov.nasa.worldwind.ogc.wmts
- WmtsLayer() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsLayer
- WmtsResourceUrl - Class in gov.nasa.worldwind.ogc.wmts
- WmtsResourceUrl() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
- WmtsStyle - Class in gov.nasa.worldwind.ogc.wmts
- WmtsStyle() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsStyle
- WmtsTheme - Class in gov.nasa.worldwind.ogc.wmts
- WmtsTheme() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTheme
- WmtsThemes - Class in gov.nasa.worldwind.ogc.wmts
- WmtsThemes() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsThemes
- WmtsTileFactory - Class in gov.nasa.worldwind.ogc.wmts
- WmtsTileFactory() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- WmtsTileFactory(String, List<String>) - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
- WmtsTileMatrix - Class in gov.nasa.worldwind.ogc.wmts
- WmtsTileMatrix() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
- WmtsTileMatrixLimits - Class in gov.nasa.worldwind.ogc.wmts
- WmtsTileMatrixLimits() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
- WmtsTileMatrixSet - Class in gov.nasa.worldwind.ogc.wmts
- WmtsTileMatrixSet() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
- WmtsTileMatrixSetLimits - Class in gov.nasa.worldwind.ogc.wmts
- WmtsTileMatrixSetLimits() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLimits
- WmtsTileMatrixSetLink - Class in gov.nasa.worldwind.ogc.wmts
- WmtsTileMatrixSetLink() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLink
- WmtsXmlParser - Class in gov.nasa.worldwind.ogc.wmts
- WmtsXmlParser() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsXmlParser
- 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 WorldWind 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 WorldWindow 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 WorldWind 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 WorldWind interprets an offset's x and y values.
- WorldWind.OrientationMode - Annotation Type in gov.nasa.worldwind
-
Orientation mode indicates how WorldWind interprets a renderable's orientation value, e.g., tilt and rotate values.
- WorldWind.PathType - Annotation Type in gov.nasa.worldwind
-
Path type indicates how WorldWind create a geographic path between two locations.
- WorldWind.ResamplingMode - Annotation Type in gov.nasa.worldwind
-
Resampling mode indicates the image sampling algorithm used by WorldWind to display images that appear larger or smaller on screen than their native resolution.
- WorldWind.WrapMode - Annotation Type in gov.nasa.worldwind
-
Wrap mode indicates how WorldWind displays the contents of an image when attempting to draw a region outside of the image bounds.
- WorldWindow - Class in gov.nasa.worldwind
-
Provides a WorldWind window that implements a virtual globe inside of the Android view hierarchy.
- WorldWindow(Context) - Constructor for class gov.nasa.worldwind.WorldWindow
-
Constructs a WorldWindow associated with the specified application context.
- WorldWindow(Context, GLSurfaceView.EGLConfigChooser) - Constructor for class gov.nasa.worldwind.WorldWindow
-
Constructs a WorldWindow associated with the specified application context and EGL configuration chooser.
- WorldWindow(Context, AttributeSet) - Constructor for class gov.nasa.worldwind.WorldWindow
-
Constructs a WorldWindow associated with the specified application context and attributes from an XML tag.
- WorldWindowController - Interface in gov.nasa.worldwind
- wrapMode - Variable in class gov.nasa.worldwind.render.ImageOptions
-
Indicates how WorldWind displays the contents of an image when attempting to draw a region outside of the image bounds.
- WWMath - Class in gov.nasa.worldwind.util
-
Collection of static methods for performing common WorldWind computations.
- WWMath() - Constructor for class gov.nasa.worldwind.util.WWMath
- WWUtil - Class in gov.nasa.worldwind.util
- WWUtil() - Constructor for class gov.nasa.worldwind.util.WWUtil
X
- x - Variable in class gov.nasa.worldwind.geom.Offset
-
The offset in the X dimension, interpreted according to this instance's xUnits argument.
- x - Variable in class gov.nasa.worldwind.geom.Vec2
-
The vector's X component.
- x - Variable in class gov.nasa.worldwind.geom.Vec3
-
The vector's X component.
- x - Variable in class gov.nasa.worldwind.geom.Viewport
-
The X component of the viewport's origin.
- X_RESOLUTION_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- XmlModel - Class in gov.nasa.worldwind.util.xml
- XmlModel() - Constructor for class gov.nasa.worldwind.util.xml.XmlModel
- XmlModelParser - Class in gov.nasa.worldwind.util.xml
- XmlModelParser() - Constructor for class gov.nasa.worldwind.util.xml.XmlModelParser
- xUnits - Variable in class gov.nasa.worldwind.geom.Offset
-
The units of this instance's X offset.
Y
- y - Variable in class gov.nasa.worldwind.geom.Offset
-
The offset in the Y dimension, interpreted according to this instance's yUnits argument.
- y - Variable in class gov.nasa.worldwind.geom.Vec2
-
The vector's Y component.
- y - Variable in class gov.nasa.worldwind.geom.Vec3
-
The vector's Y component.
- y - Variable in class gov.nasa.worldwind.geom.Viewport
-
The Y component of the viewport's origin.
- Y_RESOLUTION_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
- yUnits - Variable in class gov.nasa.worldwind.geom.Offset
-
The units of this instance's Y offset.
Z
- z - Variable in class gov.nasa.worldwind.geom.Vec3
-
The vector's Z component.
- zoomIn() - Method in class gov.nasa.worldwind.BasicWorldWindowController
- zoomOut() - Method in class gov.nasa.worldwind.BasicWorldWindowController
All Classes All Packages